Hi fredo, Thanks for a great module in PDF::API2. I posted a bug report and was curious whether it is something that you plan to address, and if so, when?...
hi! ... the warning has been fixed in 0.3d68, i could not verify the 'equal'-character bug, but using "=" in text does work here. if something is wrong please...
Problem 1 Below... ... I never could work out this, basically you want to copy the file you are working on and then modify it. What you are doing is opening a...
Paul, I've had a look at your script. You aren't too far off. I'm quite rusty on this and can't spend much more time on it. A few things you are doing wrong: ...
Hi Everyone, I finally got around to creating a module for tables based on some work, I had previously done. The module is good for simple text based tables. ...
i have solved my own problem, after an *insane* crash course on learning internals of PDF::API2 over the last 40 or so hours.... haha (can you tell i have a...
... sorry for not getting back to you. i was not using the very most recent version of PDF::API2. i upgraded and it fixed this problem! thanks very much for...
hi, how to tell $txt->paragraph to have a linebreak somewhere in the text? is there a "command character" doing this? like "\n" in perl ? many thanks!...
On Fri, 9 May 2003, score365 wrote: s> how to tell $txt->paragraph to have a linebreak somewhere in the s> text? is there a "command character" doing this?...
Psychiator
psychiator@...
May 9, 2003 2:08 pm
1742
Hi, is it possible to change the gravity of the document. Now it has its point of origin at the lower left corner, but i would like to have it on the upper...
Hi, im very new to the pdf stuff and PDF::API2, so please excuse my (stupid ?) questions: How do I calculate the absolute position of an image or text block ...
hi! ... there is no such way use more than one invokation of paragraph to do this. ... write your own paragraph_fancy method and submit it for inclusion. -- __...
hi! ... i judged it from this statement. ... although i do modify $PDF::API2::seq during import, it seams that the change does not propagate properly across...
Can someone show me how to rotate an image 90 degrees? I can do it with transform for text, but i'm having trouble with my jpg image. Thanks in advance, Bob...
Untested, but from documentation $gfx->rotate(degrees) rotates the object around its origin by the specified number of degrees. Mark ... From: bobplace2002...
Mark Fowle
mfowle@...
May 14, 2003 7:57 pm
1749
For some reason that does not work for me... Any other thoughts? ... degrees. ... http://docs.yahoo.com/info/terms/...
RE: [perl-text-pdf-modules] rotating an imageHi, Just off the top of my head, (i.e. what I say could be totally wrong) : When I was coding postscript, I found...
Michael Davis
miked@...
May 14, 2003 8:45 pm
1751
Hi, There seems to be a problem with updates. here is the minimum code to reproduce the problem : use PDF::API2; my $pdf = PDF::API2->open ( "old.pdf" ); ...
More fun with outlines ;) When I open an existing file and call $pdf->outlines I get back an object. The problem is : - when the file did not contains...
Thanks, that worked! ... rotated ... Therefore you ... onto the ... library in ... image goes ... degrees. ... my ... http://docs.yahoo.com/info/terms/ ... ...
Hi, I've an A4 pdf (attached), wich I want to print with Ghostscript (using v7.04). I use this command: gs -q -dSAFER -sDEVICE=ljet4 -sOutputFile='|lpr'...
Dani Pardo
dani@...
May 20, 2003 2:42 pm
1756
When it comes to PDFs, we couldn't get ghostscript to rotate or resize the document for printing. You could rotate it using a perl script and then send it to...
... It's ok for me this solution. Is there any easy way to rotate a page and transform it Portrait? Something like $page->rotate? :) Thanks! -- Dani Pardo,...
Dani Pardo
dani@...
May 21, 2003 7:09 am
1758
... Let me answer myself: [..] $pdf->saveas("/tmp/A4.pdf"); $pdf->end(); $pdf=PDF::API2->new; $page=$pdf->page; $page->mediabox(595,842); $gfx=$page->gfx; ...
Dani Pardo
dani@...
May 21, 2003 8:36 am
1759
Hi, is anyone using PDF::API2 with japanese characters? i have read the previous post regarding this that said to use a japanese ttf and use utf8 in PDF::API2...
Currently we are building a pdf generator that automatically generates documents from various sources. An issue came up when we needed to store information...