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 3370 - 3399 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3370
I need to put text on top of pictures and am hoping that PDF:API has the ability to do outlines (basically white outline around black text). Has anyone seen...
spinningwebz2002
spinningwebz...
Offline Send Email
Oct 2, 2007
7:20 pm
3371
... Hash: SHA256 ... you can do this by using: $txt->render( $rendering); you can see the effects in the pdf spec 1.7 page 402 table 5.3 C fredo - -- Schonmal...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Oct 2, 2007
8:04 pm
3372
... Yes. First, PDF does not use pixels. You would be better of using two fonts, one slightly large than the other. For example, if you could use a 14 point...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Oct 2, 2007
8:05 pm
3373
... has ... text). ... white ... white, then ... it. Any ... How would I do this, what values whould I use? Thanks Bill...
spinningwebz2002
spinningwebz...
Offline Send Email
Oct 4, 2007
4:41 pm
3374
... Text rendering is in section 5.2.5 Text Rendering Mode of the PDF Reference manual. $text->fillcolor( 'black' ); $text->strokecolor( 'white' ); ...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Oct 4, 2007
4:55 pm
3375
... Reference manual. ... doing them." ... Thanks SHawn - what manual are you refering to? Bill H...
spinningwebz2002
spinningwebz...
Offline Send Email
Oct 4, 2007
5:40 pm
3376
... The PDF Reference manual from Adobe: http://www.adobe.com/devnet/pdf/pdf_reference.html I think PDF::API2 only does version 1.4 but I could be wrong. -- ...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Oct 4, 2007
6:36 pm
3377
You have received a NEW friend request! Check this request here: http://newdofriend.googlepages.com/myfriend.htm...
newdofriend
Offline Send Email
Oct 8, 2007
3:45 am
3378
Hi! I installed PDF-API2-0.65 on a SuSE-Linux box with Perl 5.8.6. I need to generate PDF/X-1a oder PDF/X-3 files. To start with, I opened an existing PDF/X-1a...
ybosso73
Offline Send Email
Oct 8, 2007
3:22 pm
3379
I keep getting a isVirtual error. not sure what it means or why I am getting it any IDeas? Ben...
Ben
Gandalf_71
Offline Send Email
Oct 8, 2007
7:02 pm
3380
Seen this error before and it always seems to have something to do with the fonts not being initialized. Bill H...
spinningwebz2002
spinningwebz...
Offline Send Email
Oct 8, 2007
10:22 pm
3381
Hi, I am still wondering if anybody can suggest a way to embed a profile into an existing PDF. Any hint is highly appreciated. Cheers, T ...
the Shelter
the_shelter
Offline Send Email
Oct 9, 2007
9:40 pm
3382
... Hash: SHA256 ... [SNIP] ... pdfapi2 is a module to (primarily) create and (secondarly) modify PDF documents. as of yet pdfapi2 tries to adhere to the 1.4...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Oct 9, 2007
11:51 pm
3383
... Hash: SHA256 ... nope, it is a distinguisher between real fonts and the unifont object which is a virtual font containing real fonts at various codepoints....
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Oct 10, 2007
6:17 am
3384
It has always annoyed me that the ISO standards weere not free - so I have to agree with fredo ;) Wouldn't PDF/X require setting of printing conditions and...
Henning Michael MÃ...
henningmller...
Offline Send Email
Oct 10, 2007
6:27 am
3385
Hi Alfred! Thanks for your reply! I might be wrong, but I think, I downloaded the PDF/X-specifications for free from Adobe developers box... somewhere,...
ybosso73
Offline Send Email
Oct 10, 2007
10:13 am
3386
How would I get in cvs to get the updates?...
Ben Eagle
Gandalf_71
Offline Send Email
Oct 10, 2007
11:22 am
3387
... Hash: SHA256 ... follow the instructions here: http://sourceforge.net/cvs/?group_id=40547 or wait for the next release. C fredo - -- Schonmal davon...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Oct 11, 2007
4:56 am
3388
Can the PDF:API be used to create ISBN barcaodes? If so, how? Thanks Bill...
spinningwebz2002
spinningwebz...
Offline Send Email
Oct 11, 2007
2:50 pm
3389
I don't use much bar codes but the two below links together probably answer all your questions The first describes the format of an ISBN barcode the second...
Mark Fowle
mfowle@...
Send Email
Oct 11, 2007
3:24 pm
3390
Hello, This is a really weird error... Computer 1: my perl script works fine... Generates PDF document just the way I want it. Computer 2: moved everything...
Tim Turner
turnertim
Offline Send Email
Oct 11, 2007
6:52 pm
3391
On one computer, this works fine. On another computer these lines defining the fonts: $headerfont = $pdf->corefont( "Helvetica-Bold", -encode=>"utf8"); $font =...
turnertim
Offline Send Email
Oct 11, 2007
8:24 pm
3392
I have a routine that is working well, taking pages form many various pdfs and inserting them into a new pdf. I have 2 questions though: 1. The original pdf's...
spinningwebz2002
spinningwebz...
Offline Send Email
Oct 12, 2007
12:42 am
3393
... Hash: SHA256 ... corefonts only support a limited set of 8bit encodings, yet if you use unicode (ie. utf8) strings with characters that are covered by that...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Oct 12, 2007
7:28 am
3394
I pretty much gave up on this particular issue but More info... For anyone else running into it... If I use corefont Helvetica bold 12 point with a 12 point...
Tim Turner
turnertim
Offline Send Email
Oct 12, 2007
12:49 pm
3395
I am trying to figure out better ways of doing this. I use PDF::API2 along with PDF::Table for API2 I make pdf reports for results sending the results from...
Ben
Gandalf_71
Offline Send Email
Oct 12, 2007
2:25 pm
3396
I have a bunch of PDFs wirh crop and registration marks on them. I want to crop them, so that the marks are gone forever. I can change the cropbox, but I can't...
duder60
Offline Send Email
Oct 12, 2007
2:51 pm
3397
Hi,   Clipping and moving it around did the trick for us.       # my @box=($X0, $Y0, $W, $H) ;   # $gfx->rect(@box) ; #   gfx->transform( -translate =>...
Gert Blekkenhorst
gert_blekken...
Offline Send Email
Oct 13, 2007
9:33 am
3398
Any pointers on this matter. Actually I wanted to work on a Project to convert PDF into XML. Any information on how to achieve this. Thanks for your time. Best...
Aqua
aqua@...
Send Email
Oct 15, 2007
2:30 pm
3399
Would "pdftotext" do what you want? Alan Fry...
Alan Fry
millgatebarn
Offline Send Email
Oct 15, 2007
5:31 pm
Messages 3370 - 3399 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