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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2475 - 2504 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2475
Hi, I am looking for a package (preferably in perl) that helps me to analyze pdf files. For example, I would like to extract the text of the file, or the...
Martin Smith
saxulino
Offline Send Email
Feb 2, 2005
5:45 pm
2476
I can confirm we are getting the same behaviour even after upgrading to the new 0.40 branch. I did some testing and when things work $txt->textpos; yields an x...
mistorx6767
Offline Send Email
Feb 4, 2005
4:35 pm
2477
One other thing I just noticed, I have this all over my apache error_log when I get the squished text.. Use of uninitialized value in addition (+) at...
mistorx6767
Offline Send Email
Feb 4, 2005
4:36 pm
2478
I have an application that imports a pdf file created by Acrobat 5, adds a front page and inserts text into another page. The pdf that is generated looks fine...
Robert Womack
aztecmonkey
Online Now Send Email
Feb 4, 2005
4:38 pm
2479
I have an application that imports a pdf file created by Acrobat 5, adds a front page and inserts text into another page. The pdf that is generated looks fine...
aztecmonkey
Online Now Send Email
Feb 4, 2005
4:38 pm
2480
hi! ... you are using an old version of pdf-api2 since the new namspace for corefonts is: "PDF::API2::Resource::Font::CoreFont". seams you have to uninstall...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 4, 2005
4:44 pm
2481
... You mean, someone else is seeing this, too? Yeah! :-) I guess not for you...Sorry to share my pain. The move to 0.40 didn't help me either, though I...
Kurt Hansen
khansen@...
Send Email
Feb 4, 2005
5:03 pm
2482
hi! ... ah, mod_perl, ... PDF::API2 is not mod_perl1/2 safe ! the corefont module keeps some global data-structures around which seam to disappear in a...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 4, 2005
5:45 pm
2483
Hi, ... Now we are really getting somewhere! :-) I think I'd choose the slow module load times over the problem I'm seeing now. Load times shouldn't be a big...
Kurt Hansen
khansen@...
Send Email
Feb 4, 2005
6:16 pm
2484
hi! ... nope, the workaround would be: #!perl use PDF::API2; use PDF::API2::Resource::Font::CoreFont; PDF::API2::Resource::Font::CoreFont->loadallfonts; ...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 4, 2005
6:34 pm
2485
... I just delete PDF::API2 from my library and re-installed PDF-API2-0.40_83. When I run the program below, the X co-ordinate returned by textpos() is...
Shawn Corey
shwncorey
Offline Send Email
Feb 4, 2005
11:40 pm
2486
... Someone please help me to locate the Windows ppm of the above. Regards Dominic...
aqua
aqua@...
Send Email
Feb 7, 2005
3:01 pm
2487
hi! ... http://cpan.inode.at/authors/id/A/AR/AREIBENS/PDF-API2-0.40.86.MSWin32-4.0.ppm.zip cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux,...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 7, 2005
5:22 pm
2488
I am trying to add a tiff object to my pdf using IOString and get the following error: Can't locate object method "BINMODE" via package "PDF::API2::IOString" ...
mores
Offline Send Email
Feb 7, 2005
8:13 pm
2489
hi! i just uploaded PDF-API2-0.40.87 to CPAN. * tgz + ppm archive bla, bla ... * fixed the infamos "Font Width error" bug. cheers, -- __ _ / _|_...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 9, 2005
2:15 pm
2490
Hi, ... COOL! I'll check it out. It'll probably be a few days though before I can verify that it fixes our particular problem. I'll report back. In any case,...
Kurt Hansen
khansen@...
Send Email
Feb 9, 2005
3:10 pm
2491
hai, I am very new to perl. Just now learning perl and its vast concepts. I want to create a pdf file on the fly i.e., if a user clicks on a button that...
yogesh
yogesh_b2k
Offline Send Email
Feb 10, 2005
4:16 am
2492
Hi, Is there a documented way (or at least a sketch on where to look, the main API changes) to migrate code built for PDF::API2 version 0.3r* in order for it...
Gunnar Wolf
gunnarcito
Online Now Send Email
Feb 11, 2005
4:32 am
2493
Dear Fredo, Is there any samples available with this new release. I am looking for simple samples like pdf-merge.pl. I dont see this 0.87.ppm in CPAN. Am I...
Aqua
aqua@...
Send Email
Feb 11, 2005
5:46 pm
2494
hi! ... sorry no migration guide as i assumed that for the "joe-average" nothing (except a few options) will change. as for the bug you mentioned: (i've read...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 11, 2005
6:46 pm
2495
hi! i just uploaded PDF-API2-0.40.88 to CPAN. * tgz + ppm archive bla, bla ... * added 'getPaperSizes' method exported from PDF::API2::Util. (this will help...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 11, 2005
7:08 pm
2496
... fixed in 0.40.89 although in PDF::API2::IOString :). cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 11, 2005
7:15 pm
2497
Dear All, I tried few simple code which was working in 3r77 in 40r90. The strange thing is the code is working fine as it is. But when I compile it uing ...
Aqua
aqua@...
Send Email
Feb 13, 2005
10:16 am
2498
hi! ... sorry, pdfapi2 is not able to be compiled into a EXE, since it uses methodologies which are incompatible. cheers, -- __ _ / _|_ __ ___...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 14, 2005
7:15 pm
2499
hi! i just uploaded PDF-API2-0.40.91 to CPAN. * tgz + ppm archive bla, bla ... * fixed an openpage recompression bug thanks to steve_wu AT iinet.net.au (see...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 14, 2005
8:14 pm
2500
Hy I ' am stamping existing pdf's with text and barcode. It works quiet well. In the last time I had some pdfs where no stamp is visible. If i open this pdf I...
Matthias Flury
ichvonda
Offline Send Email
Feb 15, 2005
9:27 am
2501
Hello, Using Version 0.40.91 (2005-02-14 21:10:18), When I call "paragraph" I never gain control again. ... #!/usr/bin/perl use strict; use warnings; use...
siukurnin
Offline Send Email
Feb 15, 2005
9:55 am
2502
Add on explanation: What I found in the stamped PDF is: stream 583 0 0 841 0 0 cm /Img1 Do endstream Why the hell is there cm ???? (that fits in what I see...
Matthias Flury
ichvonda
Offline Send Email
Feb 15, 2005
10:30 am
2503
... From perldoc PDF::API2::Content: $overflow_text = $txt->paragraph $text, $width, $height, %options ** DEVELOPER METHOD ** Apply the text within the...
Shawn Corey
shwncorey
Offline Send Email
Feb 15, 2005
1:09 pm
2504
I took your code, crammed out an old win box, installed the latest module and ran your code through perl2exe from IndigoStar. Though I had to add some require...
the Shelter
the_shelter
Offline Send Email
Feb 15, 2005
4:35 pm
Messages 2475 - 2504 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