Search found 1 match

by jimmypeter
30 Apr 2011, 09:45
Forum: General
Topic: Perl PDF API 2 error
Replies: 3
Views: 3558

Re: Perl PDF API 2 error

Hi guys,,,, When you run $pdf->stringify above, it returns the content of the file as a string, but then you don't do anything with it. If you were to print it, though, it would not give you the text representation you are after as it is simply the original PDF bytes in a string. Likewise, setting $...