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 2971 - 3000 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2971
There's no docs on the 'clip' function so I'm hoping someone can give me more information. I have a $page->gfx object that I use to put a photo onto the page....
Rick Measham
rick_measham
Online Now Send Email
Feb 4, 2007
2:08 am
2972
... That would be my block of code from http://www.printaform.com.au/clients/pdfapi2/ .. it's under LGPL so please state that when you distribute it .. and I'm...
Rick Measham
rick_measham
Online Now Send Email
Feb 4, 2007
2:14 am
2973
... Sorted it out. For the record: # Save the current state of the graphics stream $photo->save; # Create the clipping path for this photo $photo->rect( $left,...
Rick Measham
rick_measham
Online Now Send Email
Feb 4, 2007
2:51 am
2974
Here's a sample program that shows the bug: use strict; use PDF::API2; my $new = PDF::API2->new(); my $old = PDF::API2->open("soveltamisohje.pdf"); ...
alankila2
Offline Send Email
Feb 12, 2007
3:30 pm
2975
I've written a small module I call PDF::API2Hacks that replaces functions inside PDF::API2 with speedier equivalents. Here's one that uses the scalar IO...
alankila2
Offline Send Email
Feb 12, 2007
3:39 pm
2976
The tutorial formerly found at http://www.printaform.com.au/clients/pdfapi2/ is now at: http://rick.measham.id.au/pdf-api2/ I get one or two emails about this...
Rick Measham
rick_measham
Online Now Send Email
Feb 13, 2007
1:37 pm
2977
... Several computers later, I no longer have a copy of that logo. Does anyone have it any more? The twiki no longer exists .. and even then, I'm not sure the...
Rick Measham
rick_measham
Online Now Send Email
Feb 14, 2007
12:01 am
2978
... [...] ... sorry, but i dont get such error here it opens fine. fredo -- Schonmal davon gehoert, dass nicht jeder linux user gleich ein programmierer ist,...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 14, 2007
9:30 am
2979
hi! i think i have a backup of the wiki somewhere ... will get back at you -- fredo ... -- Schonmal davon gehoert, dass nicht jeder linux user gleich ein ...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 14, 2007
9:34 am
2980
I made a Valentines Day card to demo PDF::API2 at the local PerlMongers tonight .. thought I'd share: http://rick.measham.id.au/paste/card.txt Roses are Red ...
Rick Measham
rick_measham
Online Now Send Email
Feb 14, 2007
12:57 pm
2981
... Can you please tell me which version of PDF::API2 you are using? I get this error from the latest CPAN release. The latest CVS seems to have no interesting...
alankila2
Offline Send Email
Feb 14, 2007
4:49 pm
2982
I noticed a change in the default encoding table for Times font. This is great. Ä and Å render now just fine. I think Courier is broken in the same way. Same...
alankila2
Offline Send Email
Feb 14, 2007
5:03 pm
2983
Sorry, but all linked files open fine in Acrobat 7 Pro on Win and OSX. Described operations also working fine w/ latest CPAN release. What Version on what...
the Shelter
the_shelter
Offline Send Email
Feb 14, 2007
8:26 pm
2984
... I'm sorry. This was my mistake. I believe I was lead to blame PDF::API2 for use of -l on the perl command line when generating the PDF files. ... See here....
alankila2
Offline Send Email
Feb 21, 2007
3:08 pm
2985
Having found out that GS-ESP has very serious issues on its pdfwrite driver, I have now chosen GS-GPL as the backend server and I need to generate against...
alankila2
Offline Send Email
Feb 21, 2007
3:11 pm
2986
I had a nasty bug while doing: $new->importPageIntoForm(undef, $old->openpage($pagenum)); because there is a hiddenish assumption that the 1st argument is...
alankila2
Offline Send Email
Feb 21, 2007
4:10 pm
2987
... Hash: SHA256 ... [...] ... looks like ghostscript cant cope with a custom "toUnicode Cmap", which enables proper copy/paste in acrobat and friends. ...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 22, 2007
7:53 am
2988
... Hash: SHA256 ... applied to cvs cheers, fredo - -- Schonmal davon gehoert, dass nicht jeder linux user gleich ein programmierer ist, der alles, was er...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 22, 2007
8:01 am
2989
... All right, I switched encoding. The new result is: Error: /undefined in currendict Operand stack: --dict:4/4(L)-- TiRoCBB~1172131838 15...
alankila2
Offline Send Email
Feb 22, 2007
8:12 am
2990
... Stupid font. Zero and letter o look identical. It looks like the GS stack trace did not change at all....
alankila2
Offline Send Email
Feb 22, 2007
8:21 am
2991
... Hash: SHA256 ... try this and report again: - ----- #!perl use strict; use PDF::API2; my $pdf = PDF::API2->new(); my $font=$pdf->corefont("Times",...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 22, 2007
8:08 pm
2992
I see that the bug goes away by deleting this hash key. The bug reappears if I add it back....
alankila2
Offline Send Email
Feb 22, 2007
8:29 pm
2993
... Hash: SHA256 ... yet it's a bug in GS rather than in PDF::API2! it would be interesting to see what happens if you preprocess the pdf (with ToUnicode) with...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 23, 2007
7:40 am
2994
... It works if I do that. I mentioned earlier that I can workaround the bug by converting to postscript before using the pdfwrite device. So, it seems like it...
alankila2
Offline Send Email
Feb 23, 2007
5:11 pm
2995
We are using an old MS LineDraw font to draw forms, boxes, etc. for each page. This works fine but it seems to take a very long time to add the font object to...
baataboom
Offline Send Email
Feb 26, 2007
8:07 pm
2996
... Try using Devel::DProf on a material worth of a few pages. (Profiling Perl is very slow.) Look at the subroutines that appear to be top time consumers in...
alankila2
Offline Send Email
Feb 27, 2007
2:52 am
2997
Hello How to import the image with respect to their internal DPI? I use Imager for scaling images, and setting: $src->settag(name => 'i_xres', value => 300); ...
brauner_rc
Offline Send Email
Feb 27, 2007
2:05 pm
2998
Hello again I decided to import images and then scale it using transform. Results are quite nice, but... In my code I do something like this: $img =...
Bruno
brauner_rc
Offline Send Email
Feb 27, 2007
4:56 pm
2999
Resolved... changed this: ... to this: $gfx->image($img, $self->{section}{x}, $self->{section}{y}, $ratio); However, I'm not sure what would happened if I used...
Bruno
brauner_rc
Offline Send Email
Feb 27, 2007
5:15 pm
3000
Thanks for the reply. I've tried various dprof runs but none proved meaningful ... to me at least. As you said, I ran only 2-3 pages, but this may mask my...
baataboom
Offline Send Email
Feb 27, 2007
8:18 pm
Messages 2971 - 3000 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