Hello, I have the problem, that I cannot install a newer Version of PHP on my machine and I am also not able to replace the exiting 4.0.6 binary. Therefore my...
could some one supply me with a code snip that illustrates how to set the text alighment properites for a block. i have found some information speaking of...
Thomas, or others who have had an opportunity to test this out... The multiline textflow feature is very exciting, potentially replacing a big chunk of work I...
Hi I have two questions. 1. Where can I find the libpdf_php.so file for the lite edition? In the normal edition is the file in the ../bind/php/<php_version> ...
... I assume you mean PDF_fit_textblock(), and not show_boxed(). The position property works exactly like the property option in PDF_fit_textline(). The...
... We don't distribute binaries for PDFlib Lite, but only source code. ... The PDFlib Lite distribution contains a readme.txt in the php directory which...
... I'm pretty sure that your coding time for implementing even a subset of the textflow feature will be worth much more than the upgrade fee... ... Obviously,...
Hallo Auf der Webseite steht, dass es sich um einen freien Betatest handle. Was ist mit frei gemeint? Das jeder daran Teilnehmen kann? Oder dass man die Beta...
Hello all, I am just getting started with PDFLib and have sucecssfully recompiled PHP with PDFLib support. I gotta admit that I am really pumped about using...
Hi, regards Rainer ... you forget to copy the files you need from the bind/php/ext/ directory. Please follow the introduction in the bind/php/readme.txt or use...
... I had copied those files, but when I did the ./buildconf it warned me I shouldnt do it. So I did a ./buildconf --force and it failed... ... I tried using...
HI, ... I assume, you have a wrong extension directory in the php.ini. Take care that you have modified to the directoy, where you placed the .so. (Do not use...
Rainer, I went ahead and tried the DSO method again. You're right, I had my extension directory set to ./ . Pointed it to an absolute directory and it works...
Well, I just read the licensing agreement for the commercial version of the library... I see now that it's based on the number of CPU's... I could have...
Not really, but it's spelled out pretty well on page 90 (or so) of the PDFlib manual. show_boxed(Text,x,y,w,h,"justify","") Text=Variable or quoted text to be...
I started out with a question, but ended up answering it myself while writing this post, so never mind. However I did want to take a moment and congratulate...
Hi, I am using PDFlib 5.0.2p1, Win32 COM Object in an ASP script. Data is in Unicode format being pulled from a MS SQL database (@CodePage is set to 65001 in...
I ran into this problem while trying to use a ttf font to write some info into a pdflib block template. "Warning: Couldn't embed TrueType or OpenType font...
... Ok, PDFlib 6 is great. I like it alot. Now, my deadline for this particular project is coming up very soon, probably before you will release PDFlib 6. I...
I receive this error from my ASP.NET application when calling PDFlib 5.0.3p1: "Unable to load DLL (pdflib.dll)." I read section 2.7.6 of the manual, "Using the...
... PDFlib has had OS-independent font handling since many years; on Mac and Windows we introduced OS-specific methods ("host fonts") much later. Both are...
... In PDF there is no distinction between embedding for preview and embedding for editing -- there's only one way of embedding, and if the font has internal...
... Which is only partly true, or am I missing something? As for what I know it is not possible to use for example a Mac Type 1 font on a PC hosted machine? ...