... Boo, I'm a ghost ;-) ... There is a flag! Have a look at chapter 8.2.1 of the documentation - table 8.2 at the end (it's a long table repeating on the next...
Patrick Schulz
pschulz@...
Dec 1, 2005 8:57 am
14315
We have an application created with the new VB Express (.net) which uses PDFlib and TET. The application runs fine as a VB Script (wscript) with the license...
... We will soon release a version of TET which is compatible with .NET 2.0. Please contact our support if you have a support contract and need immediate...
I wonder if anyone on this list have compiled libpdf_php.dll for the use on a windows2000 or a windows2003 server If so - could it be made donwloadable - I am...
Jesper Palmqvist [Ta...
jesper.palmqvist@...
Dec 2, 2005 9:07 am
14318
Morning, I've got a bit of a strange problem - to give you the background, I work for a commercial printing house and have the task of supporting the print...
Hi! Does anyone knows a linux commandline tool for changing versions in a pdf document. When we try to import a pdf document using PDI we get errors, regarding...
Thanks for the help! I have tested it now, and I still can't get it to work. I have tried both pdf_set_parameter($pdf, "charref", "true"); (not for 5.0.2 or?) ...
We do a lot of paper stock switching. We prepend a "jobticket" to the beginning of the PDF, and the jobticket has all the calls for the switches. I'm pretty...
Hi Dan! That should be ok if you know the right version at the begining. In our case, there are many different input versions. Just think about a hotfolder...
Just set it to 1.6, that should cover everything, the output version has to be the same or higher. You will only see problems if the output version is lower...
... PDFlib does not allow you to interfere with the generated PDF output in order to prevent damaged or otherwise invalid PDF. In order to attach custom...
Hi, I'm using PDFLib 6.0.2 with PHP 4.4.1 on OS X 10.4.3. I'm using the .so . This is a dev machine, so I am logged in as my user whilst the webserver of...
I am having trouble with using PDFlib +PDI to create new PDF pages from existing PDF. If the full path for the original PDF contains spaces my VB.NET...
... Exactly ! As I began to add milestone messages to my application to track the progress it became apparent that my app was not failing at all. There is no...
Hello! I added the libpdf_php.so as an extension to my php. It is showing up in phpinfo() PDF Support enabled PDFlib GmbH Version 6.0.2 PECL Version 2.0.3 ...
Hello, your revison number is different from our. So it looks like, you do not use our provided libpdf_php.so. Is it possible, that you have compiled a PDF...
could it be because I first compiled the PDF-Lite, installed it and then built pdf.so with pecl, then decided to just install the pre-compiled libpdf_php.so? ...
OK, that Revision showed when I compiled php.so with pecl Now I changed php.ini to pint to precompiled libpdf_php.so and now this is what it says in phpinfo():...
Hi Thomas, Thanks for the reply, I figured that was why there was no way of writing to the PDF (and it's an extremely sensible approach to take!) However, the...
Is there any way with pdflib to change a pdf from one version to another? For example, to take an existing pdf from version 1.5 and reduce it to 1.3? I'm not...
I tried again. Basically the output is an empty file. I also tried with php4.3.11 on the same server and I got the same result- the 'hello' example works fine,...
Yes, it's very easy, you must only define it at PDF_begin_document: PDF_begin_document($pdf, "", "compatibility=1.3")...
Kunsmann, Matthias
kunsmann@...
Dec 6, 2005 7:22 am
14340
Hi, do you adujst the searchpath for the other examples? Do the script found the needed resources? I assume you get the detail explanation of your problem in...
But last time I tried this, it didn't work. If I'm "downsizing" 1.5 files, I'd have to begin a new document, set the compatibility to 1.3, then pdi the...
... You cannot "downgrade" a PDF with any of our products, and for good reasons so. Decreasing the version number would potentially require a large amount of...
Yes, the search path points to dir that contains everything from the 'data' folder from the downloaded archive. Nothings gets recorded in error log file,...