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...
Show off your group to the world. Share a photo of your group with us.

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 2452 - 2481 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2452
hi! i just uploaded PDF-API2-0.40_82 to CPAN. * fixed textpos again and finally. * added -underline option to text methods. (thanks to: Shawn Corey...
fredo
alfredreiben...
Offline Send Email
Jan 3, 2005
6:48 am
2453
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 ...
fredo
alfredreiben...
Offline Send Email
Jan 3, 2005
7:14 am
2454
hi! i just uploaded PDF-API2-0.40_83 to CPAN. * fixed nl tracking for textpos. * added named destinations cheers, -- __ _ / _|_ __ ___ __| | ___...
fredo
alfredreiben...
Offline Send Email
Jan 3, 2005
9:43 am
2455
hi! i just uploaded PDF-API2-0.40_83 to CPAN. * fixed nl tracking for textpos. * added named destinations cheers, -- __ _ / _|_ __ ___ __| | ___...
fredo
alfredreiben...
Offline Send Email
Jan 3, 2005
9:43 am
2456
hi! ... truetype/opentype is at: http://www.microsoft.com/typography/otspec/ type1 pfb/pfa/afm/pfm is at: ...
fredo
alfredreiben...
Offline Send Email
Jan 3, 2005
9:49 am
2457
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...
sjacobs@...
devol_us
Offline Send Email
Jan 10, 2005
7:04 pm
2458
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...
fredo
alfredreiben...
Offline Send Email
Jan 10, 2005
7:16 pm
2459
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...
sjacobs@...
devol_us
Offline Send Email
Jan 10, 2005
7:45 pm
2460
Tiff is here: http://www.rugburn.org/~sjacobs/xab.tif...
sjacobs@...
devol_us
Offline Send Email
Jan 10, 2005
7:59 pm
2461
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...
fredo
alfredreiben...
Offline Send Email
Jan 10, 2005
8:27 pm
2462
... 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...
sjacobs@...
devol_us
Offline Send Email
Jan 10, 2005
8:39 pm
2463
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...
Rick Nakroshis
rick_nakroshis
Offline Send Email
Jan 10, 2005
10:56 pm
2464
... 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...
Anthony Wood
s2156945
Offline Send Email
Jan 10, 2005
11:08 pm
2465
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! ...
sjacobs@...
devol_us
Offline Send Email
Jan 11, 2005
1:44 am
2466
... 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. ...
sjacobs@...
devol_us
Offline Send Email
Jan 11, 2005
9:39 pm
2467
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...
Matthias Flury
ichvonda
Offline Send Email
Jan 22, 2005
5:17 pm
2468
hi! ... by drawing a "white rectangle" behind it ? cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Jan 24, 2005
11:42 am
2469
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...
fredo
alfredreiben...
Offline Send Email
Jan 24, 2005
12:41 pm
2470
Yep this worked: if ((defined $data->{barcode}) and $content ne ''){ $self->log(3,"stamp_class->stamp_it2: barcodecontent: $content"); my $quzn =...
Matthias Flury
ichvonda
Offline Send Email
Jan 24, 2005
8:50 pm
2471
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...
turnertim
Offline Send Email
Jan 26, 2005
9:39 pm
2472
... From: turnertim [mailto:tturner@...] Sent: Wednesday, January 26, 2005 4:38 PM To: perl-text-pdf-modules@yahoogroups.com Subject:...
Mark Fowle
mfowle@...
Send Email
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......
Tim Turner
turnertim
Offline Send Email
Jan 26, 2005
10:14 pm
2474
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@...
Send Email
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...
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
Offline 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
Offline 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
Messages 2452 - 2481 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