PhilterPaper / Perl-PDF-Builder

Extended version of the popular PDF::API2 Perl-based PDF library for creating, reading, and modifying PDF documents
https://www.catskilltech.com/FreeSW/product/PDF%2DBuilder/title/PDF%3A%3ABuilder/freeSW_full
Other
6 stars 7 forks source link

`PDF::Builder::default_page_boundaries` is bound to fail #219

Closed sciurius closed 1 week ago

sciurius commented 2 weeks ago

PDF::Builder::Page::boundaries can return a hash (%boudaries), a list (@coordinates) or an object ($self).

In PDF::Builder::default_page_boundaries it is called to return a hash reference.

PhilterPaper commented 2 weeks ago

Is this different from #210, or an incorrect fix made, or an incomplete update was made?

sciurius commented 2 weeks ago

I guess it is the result from an incorrect fix. See https://github.com/ssimms/pdfapi2/pull/85/

PhilterPaper commented 1 week ago

I believe that I have it fixed, and have also updated the POD entries to make them consistent with the code.