I have compiled PDFLIB Lite from source but still cannot generate PDFs. I have reviewed the http://www.pdflib.com/products/pdflib/info/PDFlib-in-PHP-HowTo.pdf ...
Hi, ... [...] ... it is not available after a PDFlib Lite make run. Pleae follow the introduction in the PDFlib in PHP HowTo chapter 6. There you get the...
The second one is due to your /tmp directory being noexec, you will need to manually download the pdflib package from pecl and run phpize from another folder,...
Thanks for the pointer. I followed the directions and get the following on Red Hat ES4. -bash-3.00# pear install pdflib PHP Warning: Unknown(): Unable to load...
... yes, build or configure at least a valid PHP without PDFlib, and then try it again. All the PHP warnings are not related to PDFlib. ... sounds this program...
Hi, Has anyone got pdflib 6.03 to work with php 5.2.0-dev on XP pro? I am using libpdf_php.dll for php 5.1.x. That extension worked fine when I was still using...
Hello I'm encountering an very annoying bug in the pdflib which prevents the created document from being opened in AcrobatReader (or anywhere else) after...
hi all... our company just perchased a licence key. we already had the lib installed. we just needed the key to get rid of the stamp. we are using it with php....
... Hi Douga, you typed it wrong: $p->set_parameter($p,"license","xxxxxx-xxxxxx-xxxxxx-xxxxxx"); is the way to go. -- Kind regards, Patrick Schulz IT -...
Patrick Schulz
pschulz@...
Jul 10, 2006 5:03 pm
15459
The parameter is "license" or "licensefile", not "serial". See the PDF manual, section 8.2.1, page 205. -Bob...
Bob Glamm
glamm@...
Jul 10, 2006 5:41 pm
15460
Hello, I am having the same problem in creating tables and columns. It answered its email? he funcinou? what necessary to lower? thanks ... will this be a full...
Hi folks: I'm looking for a way to set a filename of a CGI-generated PDF document such when the user saves the pdf from the browser's PDF plug-in, the name...
Hello, I think it's not a problem related to PdfLib. It could be a bug of IE. This page may help (but it's asp.net 2.0 and not perl...) ...
Fabrizio Accatino
fhtino@...
Jul 11, 2006 7:18 am
15465
Hello, I am using pdfLib, but I am having difficulties in the table case. Necessary to make a layout that has a table with you inside vary lines and columns...
Hello all, I am generating a pdf file which uses some CJK fonts, now everytime someone tries to view that pdf, acrobat asks to install the fonts. My question...
Hallo! Gibt es eine Möglichkeit mit TET (Version 2.1.0) / Delphi 2005 / Windows XP die document info keys (/Info/*) aus einem PDF auszulesen, obwohl das...
Hi, actually I want to copy all pages from existed document to new document.But the following code is not working fine.It is not giving any exceptions and...
Moola Viplava Reddy
moolaviplavareddy@...
Jul 12, 2006 2:58 pm
15472
Check the manual, specifically... 5.2.3 Acceptable PDF Documents [...]The following kinds of PDF documents can not be imported with PDI: (*) PDF documents...
Hi all, I am having problems with the printing of multi-page pdfs generated using pdflib/pdi. I am finding that the printer is pausing between each page of...
I think it's hard to help you. It's necessary more infos. In particular, how do you merge the documents? Can you give a piece of code? And pdfs? In the past I...
Fabrizio Accatino
fhtino@...
Jul 14, 2006 6:50 am
15476
Guys, I am hoping you can help me out... We have implemented a PDF lib application for one of our clients, which allows them to upload the appropriate fonts to...
... So the first question is what type of server are you running on? AFAIK, the code to handle Mac fonts is only enabled in the MacOS build. Second, what...
Leonard Rosenthol
leonardr@...
Jul 16, 2006 9:59 am
15478
... [Translation of the original question: it should be possible to query document info keys "/Info/*" in restricted mode if content extraction is allowed,...
Leonard, Thanks for the response, I believe the user in question is running on Mac OSX so they should have the newer font handling I guess... I will double ...
Right – so if you not running on Mac OS platform, you can’t use Mac OS fonts with PDFlib. Classic Mac fonts do not have a file extension as Mac OS 9...
Leonard Rosenthol
leonardr@...
Jul 17, 2006 2:22 am
15482
Thanks Leonard, The help is much appreciated Dave _____ From: pdflib@yahoogroups.com [mailto:pdflib@yahoogroups.com] On Behalf Of Leonard Rosenthol Sent: 17...
In dem folgenden Quelltext will ich folgendes erreichen: 1. Übernahme einer Bitmap aus der Zwischenablage 2. Übergabe der Bitmap in ein OLEVariant 3. Ausgabe...