I need to put text on top of pictures and am hoping that PDF:API has the ability to do outlines (basically white outline around black text). Has anyone seen...
... Hash: SHA256 ... you can do this by using: $txt->render( $rendering); you can see the effects in the pdf spec 1.7 page 402 table 5.3 C fredo - -- Schonmal...
... Yes. First, PDF does not use pixels. You would be better of using two fonts, one slightly large than the other. For example, if you could use a 14 point...
... Text rendering is in section 5.2.5 Text Rendering Mode of the PDF Reference manual. $text->fillcolor( 'black' ); $text->strokecolor( 'white' ); ...
... The PDF Reference manual from Adobe: http://www.adobe.com/devnet/pdf/pdf_reference.html I think PDF::API2 only does version 1.4 but I could be wrong. -- ...
Hi! I installed PDF-API2-0.65 on a SuSE-Linux box with Perl 5.8.6. I need to generate PDF/X-1a oder PDF/X-3 files. To start with, I opened an existing PDF/X-1a...
... Hash: SHA256 ... [SNIP] ... pdfapi2 is a module to (primarily) create and (secondarly) modify PDF documents. as of yet pdfapi2 tries to adhere to the 1.4...
... Hash: SHA256 ... nope, it is a distinguisher between real fonts and the unifont object which is a virtual font containing real fonts at various codepoints....
It has always annoyed me that the ISO standards weere not free - so I have to agree with fredo ;) Wouldn't PDF/X require setting of printing conditions and...
Hi Alfred! Thanks for your reply! I might be wrong, but I think, I downloaded the PDF/X-specifications for free from Adobe developers box... somewhere,...
... Hash: SHA256 ... follow the instructions here: http://sourceforge.net/cvs/?group_id=40547 or wait for the next release. C fredo - -- Schonmal davon...
I don't use much bar codes but the two below links together probably answer all your questions The first describes the format of an ISBN barcode the second...
Mark Fowle
mfowle@...
Oct 11, 2007 3:24 pm
3390
Hello, This is a really weird error... Computer 1: my perl script works fine... Generates PDF document just the way I want it. Computer 2: moved everything...
On one computer, this works fine. On another computer these lines defining the fonts: $headerfont = $pdf->corefont( "Helvetica-Bold", -encode=>"utf8"); $font =...
I have a routine that is working well, taking pages form many various pdfs and inserting them into a new pdf. I have 2 questions though: 1. The original pdf's...
... Hash: SHA256 ... corefonts only support a limited set of 8bit encodings, yet if you use unicode (ie. utf8) strings with characters that are covered by that...
I pretty much gave up on this particular issue but More info... For anyone else running into it... If I use corefont Helvetica bold 12 point with a 12 point...
I am trying to figure out better ways of doing this. I use PDF::API2 along with PDF::Table for API2 I make pdf reports for results sending the results from...
I have a bunch of PDFs wirh crop and registration marks on them. I want to crop them, so that the marks are gone forever. I can change the cropbox, but I can't...
Hi, Â Clipping and moving it around did the trick for us. Â Â Â # my @box=($X0, $Y0, $W, $H) ; Â # $gfx->rect(@box) ; # Â gfx->transform( -translate =>...
Any pointers on this matter. Actually I wanted to work on a Project to convert PDF into XML. Any information on how to achieve this. Thanks for your time. Best...