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 2106 - 2135 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2106
... Justification of my justifications: justify => (left, right, center, full, all) justify_style => (word, character, stretch) vertical_justify => (top,...
Rick Measham
rick_measham
Offline Send Email
Feb 2, 2004
12:33 am
2107
1. The parser is written. I can now take marked up text and turn it into a data structure that will give me the style for each character. 2. Non-balanced...
Rick Measham
rick_measham
Offline Send Email
Feb 2, 2004
12:38 am
2108
I'm trying to use PDF::API2 to create a document and then paginate it into a 2up format. Later I'll be paginating it in a different format, I'm just doing 2up...
ioldanach
Offline Send Email
Feb 5, 2004
5:09 am
2109
hi, i changed a pdf form with my own script and added some hidden fields in result of some existing text fields...so after adding the new objects and updating...
Thomas M.
sctommi
Offline Send Email
Feb 11, 2004
4:39 pm
2110
I encountered the following syntax errors in 40.16: Subroutine egstate redefined at /usr/lib/perl5/site_perl/5.8.1/PDF/API2/Content.pm line 983, <GLOBAL> line...
Frederic Steinfels
frederic_ste...
Offline Send Email
Feb 12, 2004
11:53 am
2111
can anyone explain how the new barcode thing is working? I can create them using $res=$pdf->xo_2of5int but how do I put this object on my pdf? furthermore the...
Frederic Steinfels
frederic_ste...
Offline Send Email
Feb 12, 2004
11:53 am
2112
Hello Rick, RM> Here's my plans for comment by everyone. Please can I have comments RM> from people who will actually use this feature? I think this component...
James Olsen
samej71
Offline Send Email
Feb 12, 2004
11:53 am
2113
Hello Rick, (please forgive me if this comes through as a repeat, at this time my original message attempts do not appear to have made it to the list) RM>...
James
samej71
Offline Send Email
Feb 12, 2004
11:54 am
2114
Hello Rick, (please forgive me if this comes through as a repeat, at this time my original messages doesn't appear to have made it to the list) RM> Here's my...
James Olsen
samej71
Offline Send Email
Feb 12, 2004
11:54 am
2115
Hello Rick, (please fogive me if this comes through as a duplicate, at this time my original messages doesn't appear to have made it to the list) RM> Here's my...
James Olsen
samej71
Offline Send Email
Feb 12, 2004
11:54 am
2116
Hi, my pdf file contains ordinary text but some words are links to other files, the names of these files do not have any relationship with the word in the pdf....
Ana Ramos
ana.cartelle@...
Send Email
Feb 12, 2004
12:02 pm
2117
hi! ... thanks, ... sorry, this is not a bug of PDF::API2, but a "known issue" between the IE with its adobe plugin and the used webserver. there are a couple...
fredo
alfredreiben...
Offline Send Email
Feb 12, 2004
1:14 pm
2118
hi! ... your code is almost right from a logical point of view. (just replace 'image' with 'formimage') BUT, it is technically impossible to create a new pdf...
fredo
alfredreiben...
Offline Send Email
Feb 12, 2004
11:37 pm
2119
hi! ... noted and corrected, thanks cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Feb 12, 2004
11:37 pm
2120
hi! ... use the formimage method of the gfx-object. ... sorry your pdf works flawlessly with the following code here: #/usr/bin/perl use PDF::API2; $pdf =...
fredo
alfredreiben...
Offline Send Email
Feb 12, 2004
11:37 pm
2121
I'm sure I wrote about this some time ago, but I can't find it in the archives. I create a PDF in which I include a pdfimage of an Acrobat image. The resulting...
Rick Measham
rick_measham
Offline Send Email
Feb 18, 2004
12:08 am
2122
... A workaround: # Save and Close $pdf->saveas("1.pdf"); $pdf->end(); `pdf2ps 1.pdf 1.ps`; # <-- this seems to 'flatten' then `ps2pdf 1.ps 1.pdf`; #...
Rick Measham
rick_measham
Offline Send Email
Feb 18, 2004
2:01 am
2123
hi! ... this is a bug in versions up to 0.40_01. in later versions the import code changed radically and does not have this misfeature. cheers, -- __...
fredo
alfredreiben...
Offline Send Email
Feb 18, 2004
12:03 pm
2124
Hey, I'm relatively new to perl and very new to this API. I think it may be a bit more than what I need, but it is still very useful. What I need right now is...
polobumbleroot
Offline Send Email
Feb 26, 2004
3:17 am
2125
Any snippet of code out there on how to write text on top of an image?...
jacques_bastien2000
jacques_bast...
Offline Send Email
Mar 8, 2004
11:15 am
2126
... image? Nevermind I figured it out....
jacques_bastien2000
jacques_bast...
Offline Send Email
Mar 9, 2004
3:11 pm
2127
How would I go about using garamond font with the PDF::API2? Thanks!...
bobplace2002
Offline Send Email
Mar 12, 2004
4:50 pm
2128
Dear all, by using PDF::API2, I want to change the document info of a pdf-file, which works quite fine. However, if the pdf-file is encrypted, it gets...
Deininger Georg
deiningerg
Offline Send Email
Mar 15, 2004
7:32 am
2129
... Aw, shucks. I was hoping someone was going to post an answer, so I could get it too! ;-) Care to post a simple example of what worked for you? Thanks, ...
Rick Nakroshis
rick_nakroshis
Offline Send Email
Mar 19, 2004
4:09 pm
2130
I'm running PDF::API2 under apache 1.3.29 and mod_perl 1.29. I am running into a wierd problem where the corefont comes back as an empty hash. That is, I...
michael_carlton
Offline Send Email
Mar 19, 2004
4:10 pm
2131
hi! ... this is implemented in the next release (0.40_18) via: $pdf->isEncrypted hope that will help you. -- __ _ / _|_ __ ___ __| | ___ unix,...
fredo
alfredreiben...
Offline Send Email
Mar 19, 2004
5:31 pm
2132
hi! for those of you that really like PDF::API2 ... Impact Award for PDF Nominate a product or service To nominate a PDF-related product or service for a 2004...
fredo
alfredreiben...
Offline Send Email
Mar 19, 2004
5:43 pm
2133
Fredo, What was the launch date of PDF::API2? It asks on the survey. Bradley ... From: fredo [mailto:alfredreibenschuh@...] Sent: Friday, March 19, 2004...
Bradley A. Brown
whogivesacra...
Offline Send Email
Mar 19, 2004
7:03 pm
2134
Hi, first, thank you for accepting my registration request. Hoping someone is so generous to help me with a little problem (always those ignorant beginners...
marcus_budde
Offline Send Email
Mar 19, 2004
7:06 pm
2135
From the way I read it, it wants the version you're giving kudos to and the release date of that version. - Jeff...
jmorton@...
ioldanach
Offline Send Email
Mar 19, 2004
7:27 pm
Messages 2106 - 2135 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