... Perhaps. The run you provided seems highly meaningful to me. ... Indeed. One might hope that just setting the font *once* in a $page->text object would be...
As the previous post indicates, the read() method is highly significant because it is often used. Disconcerting that it contains a thinko or just plain bug....
... Yes that is what I'm doing. As each page is created, I'm associating the font object with the text object once for each page. (This may be difficult to see...
I am not sure why i am recieving this error, it worked before and now it seems not to work. the script is failing on the $page->openpage(1); line here is the...
heres it the first page code, the whole script is too long to add the file has a total of 8 pages, I create a template pdf from Adobe Indesign and open that,...
i will attach the file since it is too large to copy and paste. not sure if its the template, I used Adobe indesign to make a pdf, and i recently changed it...
<sarcasm > That's some elegant code Benny boy</sarcasm > You probably shouldn't be sharing app code that may contain sensitive data to the public. my $to =...
It was a quick hack to get it to work I have been working on it to make it more "pretty" , but I understand, i would have given me a hard time as well. most of...
... Sorry for delay. Yes, I did see you were doing this. I was wondering if it would work if you just set the font on the first page. ... Yes, PDF::API2's TTF...
Hi Ben, My previous message was a bit premature… Compression is almost always on, it appears - it requires Compress::Zlib Silly question #1: Have you moved...
Compress::Zlib is installed so that shouldn't be the problem I converted the pdf into ps and back that didn't work, now I have found that other scripts that...
To edit headers in an existing PDF file (specifically change to left and right hand pages) I have a) obliterated the existing header with a rectangle filled...
... Hash: SHA256 alankila2 wrote: [...] ... could you be more specific what is "wasteful" and what is "somwhat incorrect" ? cheers, fredo - -- Schonmal davon...
... Wasteful: hundreds of thousands of calls to simple accessor functions, for instance. The various "sub data" functions in the source base are a good...
... Hash: SHA256 ... done. ... this is actually Font::TTF codebase and i only fixed bugs and done workarounds here and there. although i have code to replace...
So here's the deal. I wish to write a piece of text on PDF at an angle, but I do not know the exact coordinates for the bottom left corner of the text. ...
... Well this doesn't quite work either. As far as I can tell, a new transform will simply override an old transform, instead of stacking them. Did you intend...
... Aha. I see. So this is a pitfall. To be sure, the documentation about the transform() function never mentions anything about this, in fact it scarcely says...
The current Content object doubles as the graphics and text objects simultaneously. The key ' apiistext' is used to distinguish what should properly be done...
... Hash: SHA256 ... 99% of the users never hit that issue. ... Content is the full API, Text is only a subclass for old legacy code. ... yet two calls to...
... Hash: SHA256 ... done - -- Schonmal davon gehoert, dass nicht jeder linux user gleich ein programmierer ist, der alles, was er selber braucht, auch selber ...
... True-ish. But that doesn't change the fact that the function is not really documented... ... Ouch. But what if we reinstante PDF::API2::Content::Text as an...
The code appears to produce suboptimal results for wide variety of cases. Here is the algorithm: sub float { my $f=shift @_; my $mxd=shift @_||4; $f=0...
... Hash: SHA256 ... yet pdf format cannot handle scientific notation ... ... but not bearable by pdf-spec, sorry cheers, fredo - -- Schonmal davon gehoert,...
... Ah. That sort of decides that then :) I tried to read the PDF specification, but apparently I am not cut out for that. I am impressed with your detailed...
Dear Gurus, Reader generally displays page number as 1 of 10 .. 2 of 10 etc. How do I change this settings to [Actual Pagnumber] ( 1 of 10 ) like 24 (1 of 10),...