... __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com...
Alfred Reibenschuh
alfredreibenschuh@...
Dec 21, 2000 10:52 pm
29
Jay, Thanks, I've seen that one. I've also found another one this is free from the University of Nottingham http://www.ep.cs.nott.ac.uk/pdf-pl/download/ it is...
Ali, Raymond M SPK
RAli@...
Dec 21, 2000 7:44 pm
28
I tried it and got the following: can not find requested font 'arial.ttf' at /usr/local/lib/perl5/site_perl/5.005/Text/PDF/API.pm line 328. ... use...
Ali, Raymond M SPK
RAli@...
Dec 21, 2000 6:04 pm
27
Martin, Each time I install a new perl module I must go thru an system administrator who has root access. Text::PDF::API does appear to be a lot simpler to...
Ali, Raymond M SPK
RAli@...
Dec 21, 2000 5:43 pm
26
Dear Raymond, ... seems to work reliably out of the ones I've used so far. Just two questions to help me on my way. That's a shame. I hoped the API module...
Martin Hosken
martin_hosken@...
Dec 21, 2000 2:58 pm
25
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
Alfred Reibenschuh
alfredreibenschuh@...
Dec 21, 2000 8:31 am
24
... world !"); $pdf->endpage(); As a naive user of the module, this looks complicated. How about taking a leaf out of the Tk book and use things like: ...
Martin Hosken
martin_hosken@...
Dec 21, 2000 3:19 am
23
Martin, I appreciate your assistance. Your module is the only one that seems to work reliably out of the ones I've used so far. Just two questions to help me...
Ali, Raymond M SPK
RAli@...
Dec 21, 2000 12:21 am
22
Subject: Re: [perl-text-pdf-modules] Hello World Text;:PDF how is it done ... Dear Raymond, Can someone please show me a simple HelloWorld.pl using Text::PDF...
Martin Hosken
martin_hosken@...
Dec 20, 2000 10:43 am
21
Dear Raymond, Can someone please show me a simple HelloWorld.pl using Text::PDF to generate a PDF file from the text "hello world"? Yes. Enclosed. I hacked...
martin_hosken@...
Dec 20, 2000 10:34 am
20
try this:
--------------------------------------------------
use Text::PDF::API;
$pdf=Text::PDF::API->new('pagesize' => 'a4','compression'=>1);...
Alfred Reibenschuh
alfredreibenschuh@...
Dec 20, 2000 7:44 am
19
Greetings Can someone please show me a simple HelloWorld.pl using Text::PDF to generate a PDF file from the text "hello world" ? Thank you. Raymond...
RAli@...
Dec 18, 2000 10:15 pm
18
First, I've been toying with the the Text::PDF stuff, and I got lost amidst the complexity (even after "studying" the PDF spec), so I stumbled across...
Jay Jacobs
jay@...
Dec 4, 2000 5:48 pm
17
hi! you can download Text:PDF::API v0.05 from CPAN :) after two weeks of testing and bugfixing the following Text:PDF::API comes with the following...
alfredreibenschuh@...
Nov 6, 2000 6:03 pm
16
... _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
Alfred Reibenschuh
alfredreibenschuh@...
Nov 3, 2000 6:32 pm
15
CHOICES AND RESULTS - advanced layout functions, 2 votes, 66.67% - advanced drawing functions, 1 votes, 33.33% Sorry for my late vote. But I am very happy to...
martin_hosken@...
Nov 3, 2000 10:28 am
14
The following perl-text-pdf-modules poll is now closed. Here are the final results: POLL QUESTION: What features do you want to be implemented into the...
perl-text-pdf-modules...
Oct 31, 2000 2:13 am
13
Enter your vote today! Check out the new poll for the perl-text-pdf-modules group: What features do you want to be implemented into the Text::PDF::API 0.6 ...
perl-text-pdf-modules...
Oct 20, 2000 11:32 am
12
Hi ! i'll release version 0.5 of Text::PDF::API next week features/changes: - better keymapping support thru Unicode::Map8 - rewrite to use the updated...
alfredreibenschuh@...
Oct 18, 2000 10:14 pm
11
... blank ... you have to $pdf->stroke() after the $pdf->circleXYR() -- alfred reibenschuh...
Alfred Reibenschuh
alfredreibenschuh@...
Oct 12, 2000 7:55 pm
10
Hi, Could you please tell me why then following program produces a blank pdf document? use Text::PDF::API; $pdf = Text::PDF::API->new(); ...
rstdenis@...
Oct 9, 2000 8:00 pm
9
hi! after holidays i nmoticed the txt-pdf-0.12 release on CPAN line 142 of Text/PDF/Utils.pm needs to be fixed into: return (unpack("U*", $str)) if ($^V ge...
Alfred Reibenschuh
alfredreibenschuh@...
Sep 17, 2000 2:52 pm
8
Hello, I've started using Text::PDF recently. I'm working on part of a web application which will need to merge PDF files and fill in form fields as well....
Jeremy Muhlich
jmuhlich@...
Aug 2, 2000 8:18 pm
7
hi! i currently write the image embedding code for Text::PDF::API and have noticed the following: if i do a $xo=PDFDict(); $xo->{'Type'}=PDFName('XObject'); ...
Alfred Reibenschuh
alfred.reibenschu@...
Jul 19, 2000 2:57 pm
6
Dear Michael MH> I guess the problem comes from Text::PDF::File->open () not ... Sorry I ... more. The error seems to center on "&& !ref($self-{'...
Martin Hosken
martin_hosken@...
Jul 15, 2000 6:47 am
5
Hi ! just for information: Text::PDF::API has reached the 0.03 stage ! Most required truetype-font, encoding and drawing functions have been implemented. It...
Alfred Reibenschuh
alfred.reibenschu@...
Jul 14, 2000 3:23 pm
4
Dear Michael, ... can exercise the bug as attached: $p = Text::PDF::File->open($base."EP989788-p001.pdf", 1) or die "q $!\n" ; $p->close_file; print "Done.\n"...
Martin Hosken
martin_hosken@...
Jul 14, 2000 11:03 am
3
hi! i just uploaded a developer snapshot of Text::PDF::API onto my website ( http://penguin.at0.net/~fredo/ ) version is now 0.02_01 the reencoding and a...
Alfred Reibenschuh
alfred.reibenschu@...
Jul 12, 2000 10:37 pm
2
Enter your vote today! Check out the new poll for the perl-text-pdf-modules group: Which encoding-tables, ie. mapping from a users character set to ...
perl-text-pdf-modules...
Jul 4, 2000 9:47 am
1
hi! the first public snapshot of the Text::PDF::API module for perl is available at your local CPAN mirror under: $CPAN/modules/by-authors/id/A/AR/AREIBENS/ ...