Hi, I tried several ways to include searchpath to my fonts, but nothing works. Here the example: $projectRoot = $_SERVER['DOCUMENT_ROOT']. "/development/"; ...
To share the information: The activator for this bug is <avoidbreak=true>test<avoidbreak=false> and this bug is solved in PDFLib 7.0.4. The new version will...
Hi Steve, please activate the logging (see section 2.7 of PDFlib API reference), set classes={resource=2 filesearch=2} and look in the logfile what it's going...
Kurt Stützer
kurt@...
Mar 2, 2009 3:13 pm
19404
... nothing works. ... "normal=/var/www/vhosts/testdomain/httpdocs/development/data/fonts/TG______.AFM"); ... Here the errorlog [...
Steve, the problem is, you set the SearchPath three times. #1 ... #2 ... #3 ... with the second, you delete the list of SearchPaths, and so only the last...
Hi all. I have some problems with a certain inline macro where I suspect that the leading is not honored properly. The complete macro is as follows (sorry for...
Hello, i have a problem with creating tables in ASP. i have an simple example like the following that is not running successfully. Its hang up at the line "tbl...
Dirk, ... from what you have posted, I guess there are the following possible reasons: - you do not use PDFlib 7 - tbl is not defined and for the first...
Hi Frank, please tell us what you want to achieve by leading=0%. Apart from that we will try to reproduce the result. Kurt ... -- ...
Kurt Stützer
kurt@...
Mar 3, 2009 11:06 am
19411
Hello Kurt. Sorry, I should have been more clear. The macro "department" applies to a single line of text within the textflow. Because that line of text is...
Hello, i checked the table function with the sample script and this runs without any problems. But i use VBScript (not Javascript). Is it possible to create...
Hi, there are several issues in your code. It starts with a wrong DIM and wrong syntax for the functions calls, as well wrong concatenation for strings. The...
At first thanks a lot, i saw the wrong DIM and solved this before i wrote the Reply. The scripts runs perfect, now i have to check in detail what i made wrong ...
Hello, i have several text blocks that i have to publish in a table. The table/cell size have allways depend on the textsize. Which way is the best to realize...
... Are you aware of the available materials? - The starter_table sample (available for all supported language bindings) may serve as a jump start. - The...
Hello. I am just wondering - any progress? //frank ... Hello. I am just wondering - any progress? //frank 3 mar 2009 kl. 12.39 skrev Frank Arensmeier: Hello...
Frank, I still don't understand what you want to achieve. Therefore it would by nice if you describe the desired result of the text. Here some notes: The...
Kurt Stützer
kurt@...
Mar 4, 2009 5:09 pm
19419
Hi all, I am generating a pdf with lot of images in it. The size of the pdf generated is very huge. I have read, the PDFLIB processes the images as it is and...
Hi Vijay, AFAIK there is no option for downscaling the image directly in PDFlib. What we do to optimize the images in our PDFs is to scale them with...
Hello Kurt. The whole thing was probably a misunderstanding from my side. I was under the impression that "leading" was the equivalent of "line height", which...
... This feature is already available: use the "optimize" option in PDF_begin_document(). PDFlib will identify duplicate images and remove all redundant...
Question - is this optimize option identical to the optimization feature of PLOP? ... From: Thomas Merz <tm@...> Subject: Re: [pdflib] images in the pdf...
... Yes, it is. Usually it is not required in PDFlib since the optimization effect can be achieved either automatically (PDFlib checks whether a loaded font is...
Dear group members, Im a newbie in the use of PDFlib. I can successfully create PDFs but one the requirements is that those PDFs are outlined (not sure if this...
... No, PDFlib does not create vector graphics from font-based text. Frankly, doing this is generally a very bad idea anyway. The reasons I have heard so far...
Hi, For a web application I am using PDFlib 7 PPS with a PHP binding. I came to the point where I want to let the web application users upload images, which...
Martijn Deddens
mkdeddens@...
Mar 6, 2009 5:03 pm
19428
... I'm not sure what you mean here - do you take into account that there are RGB and CMYK ICC profiles, and you can use only a profile which matches the image...
Thanks for your reaction! Reading it I realized I wasn't clear enough on my purpose. As I'm more the PHP/web developer and less the PDF expert, forgive me if...
Martijn Deddens
mkdeddens@...
Mar 7, 2009 1:03 am
19430
... Hmmm... the ICC profile for an image describes the colors it contains in a more precise way than just RGB or CMYK, so you have to consider the images also...
Hi, I have an strange problem. I try to create a PDF page and add some Boxes. I use this statement to create the Box and the Page. PDF_begin_page_ext($var_pdf,...