Hello again. I would take a look at the PHP DOM functions. It should be possible to walk through a html page and for example retrieve all style attributes for...
I am using a program to generate an bar code image at the bottom of a pdflib document. My problem is when I go to multiple page documents that need a...
Hello, We have recently completed a project that called for something exactly like what you are describing. I have experimented with two options, and both of...
Ok, This is most certainly an OS X issue. As I am currently running a login session, OS X will give my user fonts precedence over the system wide fonts. Since...
... Yes, access to system fonts by applications without any user interface can have some "surprising" results on OS X. It gets worse if you install or...
... Thank you Thomas. I'll download that manual and read some more. I don't think I'd have the option to upgrade my client to version 7 for this project so I...
Dear Stegelitz, thanks for contect. the Problem is that i am having some scanned documents in PDF format and i wanna shared it upon the network but i want to...
Hi there, we realized this feature Q1/06, maybe this code excerpt helps: $iFontsize = 10.0; // Standard Schriftgröße $iHead1Size = 24.0; // Headline 1...
Hi Alex, ... wow, this is really kind of you to show the whole thing! Thank you very much! Today there came up another question about this project: What to do...
Benedikt Quirmbach
benedikt@...
Nov 2, 2006 10:22 am
16106
Hello, as i wrote in the thread "Texteditor" bevor, i am working on a project where text is filled in a web form and then written into a textflow for PDFLib. ...
Benedikt Quirmbach
benedikt@...
Nov 2, 2006 10:28 am
16107
... Benedikt, have a look at http://www.w3.org/TR/html4/struct/text.html#h-9.3.3 The described characters are well-known to pdflib. Kind regards, Patrick...
Patrick Schulz
pschulz@...
Nov 2, 2006 10:48 am
16108
Hi-ya. I am starting a pdflib project, and I would like to get some ideas on how I should model our page flow. We already have a Module concept and we...
Hi, Don't know how to explain, I'd like to have an area of a pdf dedicated to another pdf. Let's say we have a pdf for an invitation card with a text field for...
... Hello again I don't know if your problem can be solved, but to speak in terms of pdflib: You can protect your PDF files with the permissions dictionary....
We place images into PDFLib blocks a lot. Mostly use JPEGS. But the program has a dropdown that allows for you to use a Block type of "image" and image type of...
Hi and sorry for this question. I have three inputfields within php. I want to generate a textblock from this fields (let's call them field1, field2, field3). ...
... Jens, Try something like this: $output = $_GET['field1'] . "\n" . $_GET['field2'] . "\n" . $_GET['field3']; Note the double quotes around the \n. This is...
Adam
adam@...
Nov 2, 2006 4:13 pm
16116
... This is not possible with PDFlib: You cannot start with a "very long page" and then split a too long page "into proper length", if the origin coordinate is...
Kurt Stützer
kurt@...
Nov 2, 2006 5:13 pm
16117
Hello, I am currently rendering a PDF which contains 10 photos. I define a height / width for the image in my fit_image call. Because the photo doesnt always...
Hi all! I want to create a document with user-entered values. Here are the things I want to do: 1. Create a textbox with a fixed size 2. Place 3 Lines within...
Hi all! I want to create a document with user-entered values. Here are the things I want to do: 1. Create a textbox with a fixed size 2. Place 3 Lines within...
Hi all, Im trying to copy 3D artwork from source PDF document to newly created one using pdflib 7. I've managed to copy U3D object itself, but created document...
... We identified and fixed a problem in PDFlib 7.0.0 which affects the initial display of U3D annotations. The fix for this problem will be contained in the...
... If this " background box" is identical with the fit box of PDF_fit_image() function (width=$PhotoWidth, height=$PhotoHeight in your code below) you can...
Kurt Stützer
kurt@...
Nov 3, 2006 11:52 am
16124
Hi Jens, PDFlib doesn't provide an automatic procedure for that, especially for step 5. First, you must calculate the longest text string, here "I live...