Search the web
Sign In
New User? Sign Up
perl-text-pdf-modules · Mailing-List for Users of PDF::API2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2293 - 2322 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2293
Hi, I have downloaded PDF-API2-0.40_58 and it works fine. Thanks to those who have responded....
Shawn Corey
shwncorey
Offline Send Email
Sep 1, 2004
2:38 pm
2294
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...
Graham Street
rb211c
Offline Send Email
Sep 1, 2004
3:31 pm
2295
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...
fredo
alfredreiben...
Offline Send Email
Sep 3, 2004
2:15 pm
2296
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@...
Send Email
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, -- __...
fredo
alfredreiben...
Offline Send Email
Sep 7, 2004
9:08 am
2298
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@...
Send Email
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@...
Send Email
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 ...
bob place
bobplace2002
Offline Send Email
Sep 8, 2004
8:51 pm
2301
... 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...
unixtown2002
Offline Send Email
Sep 11, 2004
6:55 am
2302
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@...
Send Email
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 ...
Stephen Martin
unixtown2002
Offline Send Email
Sep 17, 2004
7:01 am
2304
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...
yaheath
Online Now Send Email
Sep 17, 2004
5:57 pm
2305
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...
yaheath
Online Now Send Email
Sep 17, 2004
6:16 pm
2306
hi! ... added verbatim, thanks. will be in 0.40_61 cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Sep 20, 2004
11:22 am
2307
hi! ... added with modification: the behaviour can be enabled by setting the default "copyannots" to 1 thank u very much cheers, -- __ _ / _|_ __...
fredo
alfredreiben...
Offline Send Email
Sep 20, 2004
11:25 am
2308
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: ...
fredo
alfredreiben...
Offline Send Email
Sep 20, 2004
12:55 pm
2309
Hi, I'm using PDF-API2-0.40_59 and I was wondering how to put Page labels (PDFReference 8.3.1) in s a document....
Shawn Corey
shwncorey
Offline Send Email
Sep 20, 2004
8:45 pm
2310
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...
yaheath
Online Now Send Email
Sep 20, 2004
8:54 pm
2311
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 ...
Fco. Javier Rodríg...
javierycuca
Offline Send Email
Sep 24, 2004
7:12 am
2312
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@...
Send Email
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...
fredo
alfredreiben...
Offline Send Email
Sep 24, 2004
11:45 am
2314
hi! ... could you try 0.40_63 ? (was just uploaded onto cpan) cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Sep 24, 2004
11:48 am
2315
... 0.40_63 works. Thanks, -h...
yaheath
Online Now Send Email
Sep 24, 2004
2:54 pm
2316
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...
yaheath
Online Now Send Email
Sep 24, 2004
6:43 pm
2317
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??? ...
Tim Turner
turnertim
Offline Send Email
Sep 25, 2004
2:08 pm
2318
... Rick...
Rick Nakroshis
rick_nakroshis
Offline Send Email
Sep 25, 2004
3:01 pm
2319
hi! ... what is the actual problem ? -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Sep 27, 2004
1:12 pm
2320
hi! ... currently not implemented, but how would you imagine to specify them (since you read the pdf-spec) ? cheers, -- __ _ / _|_ __ ___ __| |...
fredo
alfredreiben...
Offline Send Email
Sep 27, 2004
1:22 pm
2321
... 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: ...
Shawn Corey
shwncorey
Offline Send Email
Sep 27, 2004
4:04 pm
2322
... 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...
yaheath
Online Now Send Email
Sep 27, 2004
5:12 pm
Messages 2293 - 2322 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help