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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 3341 - 3374 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3341
I am trying to find a way to get the height of the page, so I know when it end and I can create a new page dynamically. anyone done something like this or know...
Ben
Gandalf_71
Offline Send Email
Sep 5, 2007
3:08 pm
3342
... Hash: SHA256 ... there are a couple og get_* methods on the page object C fredo - -- Schonmal davon gehoert, dass nicht jeder linux user gleich ein ...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Sep 5, 2007
3:24 pm
3343
As stated your question does not make much sense. If you created the PDF you kind of know the height. As you can write content at any arbitrary location on the...
Mark Fowle
mfowle@...
Send Email
Sep 5, 2007
3:26 pm
3344
crap I knew that, I am getting ahead of myself , thanks for the explaination it helps. I do have one more question, i have a images that is 72dpi, 150x100...
Ben
Gandalf_71
Offline Send Email
Sep 5, 2007
4:05 pm
3345
I'm not an expert in this area and usually get the right image by trial and error so this is my understanding and may not be exactly correct. PDF uses 72...
Mark Fowle
mfowle@...
Send Email
Sep 5, 2007
5:07 pm
3347
Hi, If You Want To Be Successful In Your Job Search Now Join Us Jobs Globe. net offer enormous jobs. Get your dream job Looking for Job? Join as Job Seeker...
Emily Anthony
samanthajoshua1
Offline Send Email
Sep 6, 2007
4:50 pm
3348
Hello all, I've just recently started using PDF::API2, to create a report generation mechanism, and despite the excruciatingly sparse documentation (pointers...
mike.xtinction
Offline Send Email
Sep 14, 2007
12:54 pm
3349
... Hash: SHA256 hi! ... the right method to use is: $font = $pdf->ttfont(''.FONT_PATH.'ItRo____.ttf'); this will embed the font for you. ... the warnings you...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Sep 14, 2007
2:52 pm
3350
Ok. I'll upgrade the package and see what happens. Regarding to my other question, is there any good documentation written about this module? It works great,...
Mike Meyers
mike.xtinction
Offline Send Email
Sep 14, 2007
4:41 pm
3351
Perl Graphics Programming from O'Reilly has one chapter on PDF::API2. I started with that, it's not the best and a bit outdated but does have some fully formed...
Mark Fowle
mfowle@...
Send Email
Sep 14, 2007
4:58 pm
3352
Is there any way to underline text other than using the GFX to draw a line at a specific location start and stop? Does APIx::Layout have anything for underline...
turnertim
Offline Send Email
Sep 17, 2007
9:01 pm
3353
Using PDF::API2 I am creating 4 or more individual multi page pdf files (book chapters) and photo pages that are insterted into the book chapters. The reason...
spinningwebz2002
spinningwebz...
Online Now Send Email
Sep 17, 2007
10:18 pm
3354
... Tim - there is a way, look for -underline in config.pm...
spinningwebz2002
spinningwebz...
Online Now Send Email
Sep 17, 2007
10:23 pm
3355
... See `perldoc PDF::API2` and search for 'openpage'. ... That depends on which is faster / easiest. Each project is unique and has to be decided...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Sep 17, 2007
10:31 pm
3356
... files ... people ... headings. ... scratch? ... and has to be decided individually. ... doing them." ... Maybe instead of fastest, easiest, what is easiest...
spinningwebz2002
spinningwebz...
Online Now Send Email
Sep 17, 2007
10:49 pm
3357
... Yes, see `perldoc PDF::API2::Content` and search for 'underline'. The -underline option is available in all text operations (text, text_right, text_center,...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Sep 17, 2007
11:20 pm
3358
... What is fastest / easiest depends on your circumstances. But `openpage` allows you to copy content; it does not allow you to use it. If you are creating...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Sep 17, 2007
11:39 pm
3359
... pages ... All ... just ... it, ... pages ... use it. If you are creating something like a Table of Contents (ToC) or a List of Titles (LoT) (List of...
spinningwebz2002
spinningwebz...
Online Now Send Email
Sep 18, 2007
12:09 am
3360
... Oops, I was wrong. The method is called 'importpage', not 'openpage'. I didn't realize you were using embedded fonts. From what I understand, importpage...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Sep 18, 2007
1:46 am
3361
Hi all, I have problem with the truetype font. I want to open a PDF and add some texts, then save it as a new file. I am required to use true-type 'Futural'...
AAA
always_rick
Offline Send Email
Sep 21, 2007
7:45 am
3362
... Hash: SHA256 AAA wrote: ... this usually means that some data-structs in the ttf file are corrupt. does the same file work if installed to the windows...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Sep 23, 2007
1:15 pm
3363
... LTe50152.ttf ... corrupt. ... Yes, it works in MS Word. If I create a new pdf instead of opening a existing one, those fonts are all working well....
AAA
always_rick
Offline Send Email
Sep 23, 2007
11:18 pm
3364
Start Making Money Online Today earn $200 to $1000+ every day Work From Home - New Job THIS IS ALL YOU NEED TO DO: 1- Activate Your Website 2- Login and access...
wrong_turn_14000@...
wrong_turn_1...
Offline Send Email
Sep 24, 2007
9:23 am
3365
I'm sorry I have looked at the -underline explanation in Content and have tried the following code: $txt1->text("Some text to underline",-underline=>[2,1]); ...
turnertim
Offline Send Email
Sep 26, 2007
2:32 am
3366
... I don't see anything wrong with your code. Of course, having only one line of code makes it hard to judge. Try the following to see if it works. It does...
Mr. Shawn H. Corey
shawnhcorey
Offline Send Email
Sep 26, 2007
3:35 am
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...
Online Now 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...
Online Now 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
Messages 3341 - 3374 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