Hi group, I'm developing my first application using pdfLib and PHP. I need to use a font supplied to me by a designer. The font is called Dax and is PostScript...
... PDFlib does not support system-installed PostScript Type 1 fonts on the Mac. Solution: configure the font file to be read from its disk file (see...
Hello ! I'm a recent user of PDFLib and I enjoy using it ! I would like to know if it is possible with PDFLib + PDI to detect on a PDF I load, if there is...
http://www.veenaimovies.com/photogalleryDetails.asp?artistId=564&artist_name=Sonia%20Agarwal ... Do you Yahoo!? Better first dates. More second dates. Yahoo!...
Hi all, I have a problem with Placing Textflows in the Fitbox if I use the following code it sometimes creates a blank page at the end anyway to check to catch...
Hi all, I have a problem with Placing Textflows in the Fitbox if I use the following code it sometimes creates a blank page at the end anyway to check to catch...
Is it possible using PDFlib 6 to query a PDF (open_pdi) to determine if it contains any fonts that are not embedded? I would like to know if this is the case...
Hi Nathan don't you want to do this. I think you should only end the page if the result = "_boxfull". try it and see. Do oPDF.begin_page_ext pagewidth,...
Hi all. I need to get the value of the property "fontstyle" of a block, however it fails. When I use the line: sFontStyle=oPDF.get_pdi_parameter("vdp/Blocks/"...
Hi, I was wondering if I can open an existing PDF file as a template. I have a PDF file that I have prepared using the PDFlib block plugin. I would now like...
No, PDI doesn't offer that functionality - but there are a variety of other tools that can be used to determine that. Leonard _____ From: Ed Walter...
Leonard Rosenthol
leonardr@...
Apr 5, 2005 7:10 pm
13056
... Note the following: - The default values (which are documented in the manual) are not written to the PDF. If a property is missing it's default value must...
Hi, it's embarrassing <se?lp=ende&p=/Mn4k.&search=embarrassing> but I'm having trouble to set the fontname attribute correctly within the create_textflow()...
daniel@...
daniel.maier@...
Apr 5, 2005 9:41 pm
13058
... You can also supply a font handle (as opposed to the font name) in your textflow option list (use the option "font" instead of "fontname"). ... It works,...
The follow code work, but the text locate at the bottom of the page. How can I correct this? PS. Sorry for my english. ... $p->begin_page_ext(595, 842, ""); ...
Hi there, I have PHP5.0.4 and Apache2 (downloaded tonight, so everything is completely up-to-date) installed and running fine on Windows 2000 Server. running a...
... Hi Thomas. But the question is the property exists. It's a text block with the property fontstyle set to "bold" (so this one is not the default value for...
Hello, ... You should use the php-503 binding. PHP has changed binary compatibility for DSO after PHP-5.0.2. This made the original idea that the DSO is valid...
I'm trying to read attributes, and fields from a PDF. This is the code I'm using. ... $file = "boilerplate.pdf"; $pdf = PDF_new(); PDF_set_parameter($pdf,...
I looking for a tutorial,website.... about pdflib and php, hay never work whit this library ;o) but is very interesting Thanks PS. Sorry for my english....
Eduard Nebot i Sicart
enebot@...
Apr 7, 2005 6:37 am
13065
Hello, ... For installing you may have a look at http://www.pdflib.com/products/pdflib/info/PDFlib-in-PHP-HowTo.pdf otherwise the PDFlib manual and the...
I'm facing a problem with the pdflib implementation in java. : we have a mysql database in Unicode, we connect Tomcat with (struts) using a jdbc driver with a...
Gunther Peeters
gunther@...
Apr 7, 2005 7:41 am
13067
Hi my first question is wich pdflib ? I need to make personalisation of pdf (add name, address, etc) on existings pdfs. And all must be in high resolution...
Philippe
phil@...
Apr 7, 2005 9:47 am
13068
hello, This problem appears sometime. When I fit an image into pdf, the quality is degraded. For example, the image begin correctly and at the middle, the...
Hello: I'd like to attach some javascript to execute when the document's DidPrint event fires. So far I have been unable to determine how to do so using...
I would like to "take over" error handling from PDFlib. I get a "fatal error" from PDFlib when trying to open this non-existing file. I'd much rather populate...
... existing file. I'd much rather ... 0)) == 0) { ... PDFLib return -1 on a failed load, if I'm not mistaken. For Fonts and Photos. I use this type of error...