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@...
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@...
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 =...
... 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 =...
... 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: ...
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....
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 ...
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...
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...
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: ...
... 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@...
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...
... 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...
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%...
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 ...
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...
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...
... 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...
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@...
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...
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...
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...
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...
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...
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@...
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. ...