Hi, I've got a script that keeps on writting text from an array, like this: for($i=0; $i<$#array; $i++) { $txt->textln($array[$i]); ($x,$y)=$txt->textpos; ...
Dani Pardo
dani@...
Jun 3, 2003 3:18 pm
1781
hi! ... sorry there is no textln method, where did you get that from ? -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
... Didn't some of the older versions have a textln method? I vaguely remember having to change some of my older programs when I upgraded versions some time...
... Mm.. I'm using a pretty old version.. 2.3.8 :) -- Dani Pardo, dani@... Enplater S.A...
Dani Pardo
dani@...
Jun 3, 2003 3:53 pm
1784
hi! ... ah. the textln method was retired because its was to complicated to track the proper matrix-changes. i suggest looking into contrib/text2pdf.pl for an...
Hi, I've been using PDF::API2 from it's beginning. Example written with corefont=verdana and font_size=10: ... $text='a sdf asdf adsfasdf asdfa asdfalskd...
hi! ... sorry this currently works as designed. paragraph is not an advanced layout method, it has evolved to its 'simple' present state and is not a solution...
... I personnally wrote a some code to justify text in a PDF using the TeX::Hyphenate module. I used the hyphenator as a parameter so one could use another ...
Hello! I am new to this list (But I've been working with PDF::API2 for a couple of months...). Question: 1.) If I have a background image that exists as a PDF...
Hi, I'm trying to use wingding.ttf font under PDF::API2, but for whatever character I write, I only get the floppy disk displayed.. is there something special...
Dani Pardo
dani@...
Jun 11, 2003 7:53 am
1797
hi! ... that depends on which version of PDF::API2 you use. versions starting from 0.3b?? have special code to handle truetype fonts that need symbol-encoding...
hi! ... you either use an encoding that is cyrillic (eg. cp1251) or use the *_utf8 methods with a cyrillic-aware truetype font. BUT beware since the only fonts...
... Fredo, The error no longer occurs, but it's still not working properly. The links do not appear, though they do exist in the output file (grep -a http...
hi! ... please do upgrade to the 0.3 series ... it is nowadays included both in freebsd (ports) and debian. (thanks to their respective maintainers :-) -- __...
... Hi Fredo, I've been playing around with it, and here's what I've found. I created a simple PDF by saving as ps, and distilling it to a small pdf file....
Hello, I have been using the api::pdf without any problems. I can view the resulting pdf and I can print on a black and white printer. But.. When I try to...
This is probably off-topic - I've never had a problem printing the files I've created with this library. Problems like that are usually to do with the printer...
Michael Davis
miked@...
Jun 16, 2003 6:57 pm
1809
hi! ... i have seen this error printing from adobe reader 4.x to non-postscript-level-3 aware network printers you can either use the pcl version of the driver...
I ran it with the template pdf files that I am using and they printed fine. The error only happens when it goes through the pdf mod Thanks ... files ... ...