The method used to statically build PDFLib support into PHP appears to need modification for PHP 5.0.1. I'm referring to the method documented in PDFLib GmbH's...
hi, my name is denny. i have a question about pdf files. i have a document in pdf, but when i open it with acrobat reader, it won't open and display an error...
Hi, I am trying to run libPDF on my Apache 2.0.49 with PHP 4.3.6 on WinXP - I copied the necessary dll libpdf_php.dll into my extension dir, and I also changed...
All, I'm passing text into fit_textflow, and I want to do it a line at a time. Problem is, the line heights will vary due to leading and font differences....
Hello, I hope this is the correct e-mail address to use. I am also cross-posting this to your mailing list (pdflib@yahoogroups.com), in case anyone here has...
Hallo, i hope anybody can help me. I use pdflib 6 and i have following problem: I have a big UTF8-Text from Oracle-Database. In this text I have a small Text...
Kunsmann, Matthias
kunsmann@...
Sep 3, 2004 11:30 am
11537
Hi there, has anyone succeeded in running PDFlib, for example the dotnet version under mono (open source .net implementation)? If so, could you give me some...
Maybe the "blind"-parameter in PDF_fit_textflow could help. With this you can use the command without placing the text on the page. After this you could use...
Benedikt Quirmbach
benedikt@...
Sep 3, 2004 11:49 am
11539
... Since PDFlib.NET does not fully run in IL, but also contains native code I'm pretty sure it won't run under "pure" IL interpreters; here I'm assuming that...
Hi Thomas, thanks for your reply. Like .Net, mono supports calling native code through p/invoke, using System.Runtime.InteropServices, but it seems they have...
Hi list, I´m experiencing some weird behaviour when mixing chinese and western text-chunks in a textflow using textflow option-macros. This is the macro: ...
... It's a missing feature; The textflow implementation in PDFlib 6.0.0 is not prepared for CJK text. However, the next maintenance release in a few weeks will...
fixed it by adding charmapping {hyphen space}to my chinese macro. weird still, that hyphenation (of the chinese part!) only occurs when the western part is ...
PDFlib, Researching the use of PDFlib for the automated filling out multipart forms. My question is, can I create a hierarchy of Blocked PDFs? For example, my...
Douglas Hanna
douglas.hanna@...
Sep 3, 2004 8:15 pm
11546
... I don't think this will be a problem. According to page 134 of the PDFlib manual, you can nest pages that have been processed by PDI. But due to...
Rob Laveaux
rob.laveaux@...
Sep 3, 2004 8:50 pm
11547
... Yes, this is possible due to the internal block processing logic. However, there's no need to explicitly program a hierarchy of Block PDF; rather you'll...
Matthias, you can work with the "return" feature in textflow: Before the text fragment which must be kept together you can set an inline option list like this:...
Kurt Stützer
kurt@...
Sep 6, 2004 4:08 pm
11551
Does PDFLIB supports textwrapping? -- Louie Miranda http://www.axishift.com...
http://www.pdflib.org/products/pdflib/download/index.html how can i use the demo version? i would like to test it? i only found the lite? is it the same as the...
Hello, ... download, unpack and have a look the PDFlib Manual and after- wards check out the examples. (all included in the packages) regards Rainer -- Rainer...
Hello, I want to fill text block that I don't know size(height). There is a header and a footer. Is there a way to fill a block that auto push the footer and...
... In my limited experience this one is very exciting: http://www.google.com Thomas _______________________________________________________________ Thomas...
I am experiencing the same problem now... my code used to work on Win2K, but seems to die on Win2K3. Were you able to find anything out? ... on ... exception ...
Correction: I am using PDFLib 5.01 on Win2003 and CF 6.1. Previously (which worked) I was using PDFLib 5.01 on Win2000 and CF 5. Any help or ideas is greatly...