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 your group to be featured on the Yahoo! Groups website? 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 2218 - 2248 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2218
Using 3r77 in Windows 2000 Here is my code $pdf = PDF::API2->open( "back.pdf" ); $page = $pdf->openpage(1); $img = $pdf->pdfimage("paste.pdf", 1); $gfx =...
aqua
aqua@...
Send Email
Jul 7, 2004
3:57 am
2219
How do I join two PDF documents into one? I am looking something similar to use PDF::Reuse; prFile( "out.pdf" ); prDoc( { file => "aa.pdf" }); prEnd(); I am...
aqua
aqua@...
Send Email
Jul 8, 2004
2:48 pm
2220
Hi, I want to create text in color = all so that when the pdf is color seperated on the RIP the text is on every seperation. I found some $cs =...
the Shelter
the_shelter
Offline Send Email
Jul 12, 2004
2:41 pm
2221
... I use PDF::API2, and here's a snippet from one of my programs that imports a second PDF into a first one: # first PDF is already open my $pdf2 =...
Rick Nakroshis
rick_nakroshis
Offline Send Email
Jul 12, 2004
3:28 pm
2222
... I'm having problems with Spot Colors, and no-one's answered. But if you're just running process separations (CMYK), then define your color as CMYK values: ...
Rick Measham
rick_measham
Offline Send Email
Jul 13, 2004
10:29 pm
2223
Hi, Does somebody know how to select a feeder ? I need to print a generated PDF on two separate feeder. The switch from one feeder to the other is not regular....
R˙ffffe9mi TILLY
remi_1_1
Offline Send Email
Jul 14, 2004
4:05 pm
2224
Remi, This is not possible from pdf as pdf has no concept of bins or paper stock. I had a similar requirement and my solution was to create the document in ...
Steve Baldwin
steve_t_baldwin
Offline Send Email
Jul 14, 2004
6:27 pm
2226
Hi Steve, Thank you for your answer. I was thinking to postscript too. Which Perl module do you use ? And, if possible, do you have a sample ? We also have a...
R˙ffffe9mi TILLY
remi_1_1
Offline Send Email
Jul 16, 2004
7:20 am
2227
Remi, I ended up writing a Postscript module myself. I had a look at the CPAN Postscript modules but they didn't do what I needed. How long it takes to write...
Steve Baldwin
steve_t_baldwin
Offline Send Email
Jul 16, 2004
11:52 am
2228
hi ! ... hmm... that could be implemented ... at least somehow. i'll have to dive into the pdf-spec. ah, your spot color is already covered by the call: ...
fredo
alfredreiben...
Offline Send Email
Jul 16, 2004
2:12 pm
2229
... You can create two printers, each one configured to a different tray. I've achieved this with CUPS (assuming you're on Unix). I has plenity of filter and...
Dani Pardo
dani@...
Send Email
Jul 16, 2004
3:09 pm
2230
I know that my question for most advanced developers is rudemental but I cannot move forward with out the answer on the first one. Please advise what is wrong...
mikhailmogilevsky
mikhailmogil...
Offline Send Email
Jul 19, 2004
5:19 pm
2231
... G'day Mike, gfx is an object of page ... so the line commented "create a new content-object" should read: my $gfx = $page->gfx; But then, text is another...
Rick Measham
rick_measham
Offline Send Email
Jul 19, 2004
11:15 pm
2232
Hi, I want to set the media box size in pts instead of mm. Is there any way? The pts to mm charts i found are all slightly different so that I never get a 100%...
the Shelter
the_shelter
Offline Send Email
Jul 20, 2004
9:20 am
2233
Hi, I can place text all right and also rotate it. My problem is that the combination of both either does produce no output or I loose my positioning. My ...
the Shelter
the_shelter
Offline Send Email
Jul 20, 2004
9:32 am
2234
SORRY- I had a problem with a setting in my xpdf viewer resulting in mixed output (width in mm, height in pts- gid knows how I set this ... ) Anyway, I found...
the Shelter
the_shelter
Offline Send Email
Jul 20, 2004
10:07 am
2235
hi! ... how about: $txt->font($fnt, 7.5); $txt->transform(-translate=>[150,50],-rotate=>45); $txt->fillcolor('%ffff'); $txt->text("Rotated Text"); in pdfapi2...
fredo
alfredreiben...
Offline Send Email
Jul 20, 2004
2:14 pm
2236
hi! ... the basic theory of the problem is outlined here: http://www.mydesignprimer.com/fonts/40015.html and http://rcum.uni-mb.si/local/fontfaq/cf_8.htm#SEC16...
fredo
alfredreiben...
Offline Send Email
Jul 20, 2004
2:27 pm
2237
... Due to this problem, QuarkXPress (top of the line page layout tool) uses a default 'leading' (line space) of $font_size * 1.2. And, because I grew up with...
Rick Measham
rick_measham
Offline Send Email
Jul 20, 2004
10:52 pm
2238
Hi all, how is the development of API2 going? Most wanted features and status? I'm particulary curious about the table method. Some time ago someone wrote a...
Dani Pardo
dani@...
Send Email
Jul 21, 2004
1:54 pm
2239
hi! ... - pdfapi2 0.40 is in beta stage - no one contributed the table-source - xml-markup is in evaluation stage - PDF::Maki will be the target for high-level...
fredo
alfredreiben...
Offline Send Email
Jul 21, 2004
4:45 pm
2240
Hi, and thank you all for your help during the last days(especially Fredo). My little project is going on quite well and you guys really helped me a lot. It is...
the Shelter
the_shelter
Offline Send Email
Jul 22, 2004
12:45 pm
2241
Howdy, I am doing the following: my $string = "a very very very very very very very very very very very very very very long string" ; $T->paragraph($string, -y...
cxindustries
Offline Send Email
Jul 22, 2004
11:20 pm
2242
Leading is not quite right IIRC .. it needs to be set according to the page origin rather than the expected 'down is positive'. So try your test again with a...
Rick Measham
rick_measham
Offline Send Email
Jul 23, 2004
2:22 am
2243
Hi, is it possible to set the Postscript Level/ PDF Version? I have an old Harlekin RIP here that my professor gave me for testing and all PDF files above...
the Shelter
the_shelter
Offline Send Email
Jul 23, 2004
8:47 am
2244
hi! ... you might try: my $pdf=PDF::API2->new(); $pdf->{pdf}->{' version'} = 3; cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Jul 23, 2004
1:34 pm
2245
Thanks! That did the trick. -Matt...
cxindustries
Offline Send Email
Jul 23, 2004
6:43 pm
2246
... That did it. Thank you! __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! ...
the Shelter
the_shelter
Offline Send Email
Jul 26, 2004
5:51 am
2247
Hello. I have a condensed script below that prints a long line right justified. It looks great in xpdf and gpdf. but in Acrobat for Windows (v5.1.09) it goes...
Mark Fowle
mfowle@...
Send Email
Jul 26, 2004
8:10 pm
2248
hi! ... this problem has been described ages ago and is being caused by an ages old feature that does no longer exist, but with people insisting on using it. ...
fredo
alfredreiben...
Offline Send Email
Jul 27, 2004
3:26 pm
Messages 2218 - 2248 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