... Not using PDFlib, unfortunately. There are other tools available that can provide you this information programmatically. Try PDFSpy from Apago...
Leonard Rosenthol
leonardr@...
Jun 1, 2005 10:06 am
13303
Hello I have this error message on our production machine : The description for Event ID ( 78 ) in Source ( PDFSrv ) cannot be found. The local computer may...
The PDFlib Text Extraction Toolkit (TET) is a new product for reliably extracting text information from PDF, and convert all text contents to Unicode strings. ...
We are currently using a two-step printing solution that involves the creation of pdf files (using a tool other than PDFlib), and the insertion of those pdf...
... Sure, take a look at the PVF feature (PDFlib Virtual File System). Using PVF you can access any kind of data (PDF, fonts, images, etc.) directly from...
Friends, I found some of the very useful (free) magazines on net.. For computer, telecom, electronics, laser, photonics, chip, offshoring and what not,...
Hello, for the following problem I have a workaround, but no real solution: If I create a textfield with PDF_create_field(...) , the name of the generated...
Hi, My development is a CMS like under PHP. Authors writes articles using a Wysiwyg editor (like HTMLArea or KFC-Editor) with bold, italic, pictures, tables,...
Hi ... Using PDFlib's macros (Section 4.9.3 in the manual) might be better. We have a PHP site that produces PDFs by way of a class wrapped around PDFlib that...
Hi, ... it's recommende to enable imagewarning. see also chapter 3.1.3 in the PDFlib 4.0.3 manual. In chapter 3.4.1 in the manual you find further details on...
Hola, For Windows only : Here is some VBA code (MS-Word macro) for printing a PDF file. Print asynchronously : lngRes = ShellExecute(0, "print", strFileName,...
Hello! Is there a way to capture errors reagrding license problems. We are using PDFLib+PDI 6 and PHP 4.3.9 and Apache 1.3.33 and if the license info is not...
... If PDFlib doesn't find any license key it will run in evaluation mode and create the diagonal stamp (otherwise free evaluation would not be possible). If...
Thanks Thomas, Would PDF_get_errmsg($p) get the exceptions generated by a bad license? I wonder why there was nothing in the php error log - normally we would...
I have a table that outputs 2 different results depending on the recordcount of the resulting query. I need to take that logic and stick it into my PDFLib...
i've been wondering about this myself and if there's any easy or at least doable way in pdflib without parsing all text into words and managing text on a...
For tables I use PDF_fit_textline and - margin (2 2) to have the space to the collumn vertical stroke - position (100 100) to position the content somewhere ...
HI, PDF_utf16_to_utf8() function throws PHP error "Call to undefined function" even though im running the PHP binding (on Win 2000 and IIS) and PHPlib 6.0.0 ...
... The PDF_utf16_to_utf8() and PTF_utf8_to_utf16() functions have been added to the PHP, Perl, Python, Cobol, and RPG language bindings in PDFlib 6.0.1....
If I specify an owner password, a user password and don't specify any permissions, PDFlib encrypts the strings in the document information dictionary. Adobe...
... Correct behavior. The PDF reference explicitly says that the plainmetadata setting affects only the XMP metadata stream, but not old-style document info...
Hi ... Could you not just put textflows around the image? For example: +-------------+ ... +----+---+----+ ... +----+---+----+ ... +-------------+ (the box...
That'd definitely work in many cases. I suppose I'm thinking of this sort of like within pagemaker. Here's a scenario that I'm sure people encounter all the...
Well, we're doing this kind of thing already, in a roll-your-own system, but the problem is that it's cumbersome to have all this code to do what I wish came...