Hi, I want to fill out block to create 4 line,but all text in same line. $text = "test1 \n test2 \n test3 \n test4"; $p->fill_textblock($page, $block, $text,...
Hello, ... you have to enable "textflow" in the block plugin, to get the multiline textflow features of PDFlib. You can do this in the text tab of the block. ...
... PDFlib always takes kerning values from the font. If you need different character spacing you can apply the "charspacing" parameter or option to adjust all...
Hi all! Im trying to embedd an OTF-font in a PDF. The problem is that although "embedding=true" is set the font doesn't get embedded! It works fine when we...
Hi Jonakim, if you load the font at first without embedding and then with embedding=true, embedding=true will be ignored. This is valid also for the options...
Kurt Stützer
kurt@...
May 7, 2009 3:21 pm
19609
Hi, I want to create an PDFX document. If want to load an image I got this error: PDF_load_image(p_0xacc5cf8, "gif", "../temp/testbild.gif", /*c*/0,...
... As the message says, PDFlib does not support attaching ICC profiles to GIF images, but only to JPEG, PNG, and TIFF. ... Since the GIF image does not have...
... Hello Thomas, thank you for your quickly reply. I know what you mean, but I'm afraid I can't do this, because we have the convention to use cmyk Profils...
Hello, Does anyone know how to set paper tray within a PDF file? Currently we are modifying the page setup in PostScript files and it works fine with Xerox...
Vedat, Unfortunately, I have not figured out how to do this in a generic manner either. Primarily due to the absence in PDF of such page dependant operators as...
Douglas Hanna
douglas.hanna@...
May 20, 2009 7:20 pm
19626
Thank you Doug, Do you have any link to a document about editing/specifications of the "metadata area"? Thanks, *Vedat Aral* * | Director, Information...
Vedat, Download the Adobe Acrobat SDK from Adobe's website - in it is the PDF specification. Here's the rub, unless the RIP (in your case, DocuSP) supports an...
Douglas Hanna
douglas.hanna@...
May 21, 2009 12:01 pm
19628
Thank you Dough, I'll post my findings here, if I can find anything usable. Thanks, *Vedat Aral* * | Director, Information Technology* *info**send* *Bill...
Hi all, is there an easy way in pdflib to make a circular text area. Regards Doug...
Douglas Allerton-Pupl...
drlinux@...
May 27, 2009 10:47 am
19630
Hi Doug, the Textflow functionality provides a method to format a text inside an area (see option "wrap" in PDF_fit_textflow()). A circular area will be...
Kurt Stützer
kurt@...
May 27, 2009 11:05 am
19631
Any consultants well versed in PDFLib and DLLs in the Northern/Central NJ area? Can not work remote must be on site. Thanks, Ken D. ... Ken DesRochers IT...
Trying to extract text out of PDF document using TET 2.3. Many of the PDF's result in having sentences without spaces between words. It seems to happen when...
... This may happen in some cases where the either the font metrics are strange or the word spacing is very tight. ... The artificial "font_#" names are...
Using: php5, PDFlib-Lite-7.0.4p1 Note: Whoever can post the answer that works first, I'll send you a $10 Amazon gift card... I just need an answer fast....
we have a whole lot of PDF generated from hardcopy paper records. These records are scanned through high end scanners and have OCR engines run on them. The...
Hi All, Is it possible using pdf_fit_textflow to return the coordinates of a specific character? For example can I find out the coordinates of the first ascii...
John, ... you might mark the character with a matchbox. Afterwards you can retrieve the position of the matchbox with PDF_info_matchbox(). We demonstrate this...
Hey Folks. I have the following situation with PDFlib 7.0.3p5: I have a text with soft hyphens that I want to put into a textflow. But the text shall not be...
We are creating a pdf using a TIFF graphic (byte-order Macintosh, no ICC profile 8bit/channel, CMYK, 1200dpi) that had only cyan elements. When the PDF that is...