Ask a Question related to PERL Modules, Design and Development.
-
kielhd #1
PDF::Create
Hi NG,
After creating the FIRST page successfully with text and drawing, I
have problems to put some text on the second page.
I can draw lines on the SECOND page using ths function
$page2->line($x1, $y1, $x2, $y2);
but as soon as I try to print some text on the SECOND page using the
function
$page2->string($f2, $SIZE2, $COL2, 612 - 10 - $LINE2 * $SIZE2,
"Hannibal");
the text is printed on the FIRST page.
As the dokumentation of the module PDF::Create is very limited, I
would like to have a look at some examples.
Does somebody have experience with this module?
TIA,
Henning
kielhd Guest
-
PDF::Create (or alike) to create watermark for existing pdf file?
Dear perl-ists: I tried out PDF::Create 0.01 (from cpan), and it is great. kudos, fabian. creates wonderful, clean, small valid pdf output. my... -
Cannot create SQL DSN
I have a Win2K box with CF 5.0 and am trying to create a DSN to a new box running SQL 2000 on Win2003 - and it won't. I can make an ODBC connection... -
Not able to create a PDF
I HAVE THE SAME problems as Liz and I have tried all the things suggested above. However, instead of getting to 80% of completing a pdf file Adobe... -
help me to create this!
Can anyone help me in writing a code for moving a ball smoothly in random motion....mail me @ atjn@sify.com regards Thiagu -
sco 505 - create windoze exe file that will create a unix disk
Hi, I wonder if this is possible, I want to put some files on a floppy disk from my SCO unix box, then I want that disk to be converted to a file... -
Slaven Rezic #2
Re: PDF::Create
[email]kielhd@freenet.de[/email] (kielhd) writes:
There's a newer version of PDF::Create on Sourceforge> Hi NG,
>
> After creating the FIRST page successfully with text and drawing, I
> have problems to put some text on the second page.
> I can draw lines on the SECOND page using ths function
>
> $page2->line($x1, $y1, $x2, $y2);
>
> but as soon as I try to print some text on the SECOND page using the
> function
>
> $page2->string($f2, $SIZE2, $COL2, 612 - 10 - $LINE2 * $SIZE2,
> "Hannibal");
>
> the text is printed on the FIRST page.
>
> As the dokumentation of the module PDF::Create is very limited, I
> would like to have a look at some examples.
> Does somebody have experience with this module?
([url]http://www.sourceforge.net/projects/perl-pdf[/url]). Maybe you run into a
bug which is fixed now.
Regards,
Slaven
--
Slaven Rezic - slaven <at> rezic <dot> de
Berlin Perl Mongers - [url]http://berlin.pm.org[/url]
Slaven Rezic Guest



Reply With Quote

