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...
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...
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...
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...
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...
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...
... 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@...
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...
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@...
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; ...
... 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...
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" ...
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@...
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...
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...
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@...
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...
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...
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@...
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, -- __ _ / _|_ __ ___...
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...
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...
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...
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...
... From perldoc PDF::API2::Content: $overflow_text = $txt->paragraph $text, $width, $height, %options ** DEVELOPER METHOD ** Apply the text within the...
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...