Hi, We're working on a new project, to deliver PDF files to our subscribers and we have our graphics department put them together and we're writing a CGI...
Hello -- I am attempting to create PDF's on a Solaris box using PDF::API2 and PDF::API2::Lite. I don't want to bombard to list with Newless Cluebie questions,...
mike.murphy@...
Jan 7, 2004 11:46 am
2063
I am getting a clean exit status, but a non-readable PDF when I do the following: use PDF::API2::Lite; $pdf = PDF::API2::Lite->new; $pdf->page(595,842); ...
Hi everyone, I've been searching through the archives and online but can't seem to find an answer to what I'm looking for. First thing I want to say is......
Hello ! Fredo, let me tell you again that your module is simply great ! Sorry to bother you, but I'm experiencing problems using importpage with some PDF...
Hi, I'm using the latest verion of PDF::API2. I wanted to make a new PDF file with 3 other pages borrowed from another already created PDF file. Since it was...
Hello, I have a PDF file, that I am attempting to amend by placing some text into like so. $work1 contains a copy of the source pdf file, which was created...
hi! ... this one is fixed in the upcoming 0.40_14 release which will be out next week both in development and cpan (too stabel to hold back) cheers, -- fredo...
Dear Alfred, ... out next week both in development and cpan (too stabel to hold back) Is this a fix that needs to go into Text::PDF. Are we out of sync now and...
martin_hosken@...
Jan 12, 2004 1:58 pm
2074
hi! ... we are out of sync since the time i decided to move your Text::PDF modules into my PDF::API2::PDF namespace. for the 0.40_xx releases i severely...
I would like to try pdf-optimize.pl on a few of the PDF's I've made with PDF::API2, but can not seem to find the file anywhere? I found a page that lists it's...
Mark Fowle
mfowle@...
Jan 14, 2004 8:56 pm
2077
Hi, Fredo ! I'm trying to install version 40_14 downloaded from CPAN (to test the fix for OpenOffice generated PDF files) and nmake test gives me the following...
Sorry to bother you again, with 40_14 I'm getting the following error Unknown encoding 'PDF::API2::Resource::Font::CoreFont=HASH (0x27ae7ac)' at test.pl line 8...
hi! ... as of 0.40_xx you need to do: my $f1=$pdf->corefont("courier", -encode => 'iso-8859-1'); encode is now (5.8.x) a perl internal function so i changed it...
Hello, <snip> ... text >into like so. ... using ... </snip> is this a utility that is part of the CPAN distribution of PDF::API2? I have scoured my systems...
hi, In trying to access to some properties of a pdf document my program seems to enter in an infinite loop, certainly during the document opening. here is an...
Hello, I have a perl PDF::API2 script working correctly on a Linux System, but when I move it to a Solaris Box, I get the following error: Can't call method...
I am experiencing a similar error utilizing code that modifies an existing PDF. the code works fine on a linux system, but not on Solaris, I am guessing that...
... Does a sample perl script exist for the latest PDF:API2 0.40_15 to test a wide range of PDFs with the import functionality? I'd been watching this PDF...
hi! ... this is a problematic matter to say at least. you cannot programatically know if an import is ok or not if you dont know the producers intentions AND...
Hi, Fredo ! I'm asking you since you're the best living PDF guru I know... (not joking, I really believe it! :) Do you think that should be possible, given the...
... I didn't mean that the result should be compared. As you correctly point out, that's a job for human eyes. I was more interested in a standard way to...