hi! ... you are pardoned, since unifont is quite new. the "unifont" method allows you to create a virtual font-object by registering previously defined fonts ...
Finally on the list, I hope one of you might be able to shed some insight on this. I'm trying to simply turn a tiff into a full screen PDF. The generated PDF I...
hi! ... try to learn from this example #!/usr/bin/perl use PDF::API2; $pdf=PDF::API2->new; $img=$pdf->image_tiff('t_test.tif'); $page = $pdf->page; # scale...
Still not resolved. ... I wasn't aware you could grab these parameters from the image, very helpful. ... Basically the same thing happens as when I apply a...
hi! ... this is a chunked ccitt g4 tiff which isnt supported by PDF-API2. if you have "imagemagick" installed you can correct this by running: convert xab.tif...
... AGH! I was hoping this wasn't the answer. I do indeed have imagemagick installed, however it runs REALLY slow. dhcp-22:~/Desktop sjacobs$ time convert...
At 03:39 PM 1/10/2005, you wrote: Steve, You might try LeadTool's free image conversion utility. I remember having to "fix" some TIFF images with this utility...
... There is a fax2pdf program floating around which is designed for use with the hylafax program, it produces nice small PDFs which can be imported with...
After some testing, I have discovered that if I revert to ImageMagick 5 instead of 6 things run smoothly. (2 seconds vs 35). Thanks for all the suggestions! ...
... For anyone else having this problem. Install libtiff-tools. Then do the following. tiffcp -r 10000 broken.tif fixed.tif Ta da. I hope this helps someone. ...
Hi in former version of PDF::API2 (<.40) the barcode background was white, now .40.77 it is transparent. How can I get back the white background (so that...
hi! i just uploaded PDF-API2-0.40.86 to CPAN. * available as both "generic tgz" and "windows ppm" * declared stable, so only code fixes will be done up to the...
Hello, I realize there are some issues with paragraph... but I'm still trying to figure out how to either: - get the current x, y positions after a paragraph...
... From: turnertim [mailto:tturner@...] Sent: Wednesday, January 26, 2005 4:38 PM To: perl-text-pdf-modules@yahoogroups.com Subject:...
Mark Fowle
mfowle@...
Jan 26, 2005 9:47 pm
2473
Mark, Thanks for that code. Question for you though... after that executes, if I wanted to draw a line across the page immediately after the last text line......
Sorry instead of the while cr loop you could go $y = top of paragraph. $ycurr = $y $lineheight = whatever. foreach line $ycur = $ycur - $lineheight; translate...
Mark Fowle
mfowle@...
Jan 26, 2005 10:29 pm
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...
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...