Hi, I realize this probably isnt a problem with the api but I thought maybe someone might have tackled this before. I am generating pdfs up to 100 pages in...
hi! i just uploaded an important bugfix release to cpan, which fixes a hard to debug bug in the import-code. all those users, who have scripts that either hang...
Dear Group, I have few PDF files which were originally scanned as TIFF and converted into PDF format (100+ pages each file). The original images have...
aqua
aqua@...
Sep 5, 2004 3:41 am
2297
hi! ... i'd suggest using pdfform of 0.3r77 or 'importPageIntoForm' of 0.40 (better). (this allows you to scale down each imported page) cheers, -- __...
As Printer settings tend to remain the same over sessions, you could open Acrobat and change the printer settings to "fit to page" (not 100%) or set 90%? or...
Mark Fowle
mfowle@...
Sep 7, 2004 1:16 pm
2299
... printing or ... PDF::API2? Some one asked the above sometime back. I am currently looking for similar feature in API2. Can I do this with API2. PDFTk works...
aqua
aqua@...
Sep 8, 2004 4:43 pm
2300
I use this program: http://www.pdfeverywhere.com/pdfsecurity.html Download Product PDF Encrypt (Console) v3.2 usage after PDF is created # seal the deal ...
... Hello, there is a perl module called CryptoPDF, which is compatible with PDF::API2 and can apply the permissions restrictions that you are seeking. The one...
Dear Group, I would like to select certain co-ordinates of a pdf page and save that part as text. Could someone point me how to do that? Or I would like to...
aqua
aqua@...
Sep 17, 2004 4:05 am
2303
Hello, if PDF::API2 cannot provide this functionality you would have to use Perls regex capability to scan for begin text and end text markers, you might also ...
I wrote a program using API2 that adds a watermark to every page of a PDF. It worked fine except for a specific case: if a page had annotations on it, and...
The next problem I ran into was with a program I wrote that combines multiple PDFs into one (very similar to contrib/pdf-merge.pl). This program did not copy...
hi! i just uploaded PDF-API2-0.40_62 to cpan. this is the beta phase leading to a 0.41 production-release ! changes are fixes/workarounds only CHANGELOG: ...
I ran into some files that won't display properly in Adobe Reader after being processed by PDF::API2. The files with the problem had image data encoded with...
I'm using PDF::API2 since March 2003, but, for the first time, I need to know the number of pages of a pdf file. I work wiht Perl 5.8.3 and PDF::API2 0.3r77 ...
print Get_Total_PDFPgs( $SrcPDF ); sub Get_Total_PDFPgs { my( $IFile ) = @_; my $TPgs = 0; my $pdf = PDF::API2->open( "$IFile" ); $TPgs = $pdf->pages; ...
aqua
aqua@...
Sep 24, 2004 7:15 am
2313
hi! ... 0.3r77 has been out of maintainance for quite a while and it does not behave under various combinations of platform/5.8.x as it should. grab the latest...
There's a problem with one of my changes to the copyannots section of importpage, in that some of the annotation objects get changed or corrupted during the...
Hello, It's been awhile since we used the PDF modules. Can anyone point me to the latest versions and where to get them? Or should I just check CPAN??? ...
... Hi, By 'specify' do you mean the API or how to implement them? For the API, something simple would be convenient. To implement the example in the spec: ...
... In a PDF that had several annotations, one of which was a Line annotation, the line moved after the page was imported using importpage(). Examining the...