I've got the following block of code in PHP: $tf = $this->pdf->add_textflow($tf, $text, $opts); $optList = "verticalalign=justify linespreadlimit=120%"; ...
Hi David, this could be a bug. Therefore contact our support (support@...) and send a code snippet by which we can reproduce the wrong results. Thanks. ...
Kurt Stützer
kurt@...
Nov 3, 2009 8:41 pm
19943
Hello; Are there any open issues regarding 'shrinklimit'? In 6.0.2, I was using; fontname=Helvetica fontsize=8 glyphwarning=false encoding=iso8859-1...
Hi, the options nofitlimit and shrinklimit you mentioned have only an effect if you set alignment=justify. Please show us what you want to achieve with which...
Kurt Stützer
kurt@...
Nov 4, 2009 11:37 am
19945
Hi all, I'm getting this annoying error when I try to add some text to my textflow by using the same font handler twice. On the first 'add_textflow' everything...
Hi, what's the value of tf? I think you must set tf = $p->add_textflow(0,$e, $optlist); tf = $p->add_textflow($tf,$f, $optlist); if you are programming in PHP....
Kurt Stützer
kurt@...
Nov 4, 2009 1:05 pm
19947
Hey Kurt, ... it is initialized with a : $optlist = "fontname=Arial fontsize=10 encoding=unicode"; $tf = $p->create_textflow("", $optlist); ... Well in fact I...
Hi, Okay. You get the error message after a call of $p->add_textflow($tf,$e, $optlist); This means that the handle $tf = 1 is no longer valid. Reason: A call ...
Kurt Stützer
kurt@...
Nov 4, 2009 1:51 pm
19949
Hi I am trying to fit an image with a fixed size inside a table cell, but that does somehow not work. Here's the code, I'm using (PHP): $img =...
Hi Marcel, the options "width" and "height" are without any effect for PNG images (see Reference Manual). Per default, images will be placed into a table cell...
Kurt Stützer
kurt@...
Nov 4, 2009 5:09 pm
19951
Hi Kurt Thank you for answering that fast. The combination of both (rowheight and scaling) did it! The rowheight acts as a minimal row height parameter and the...
Thanks Kurt, is this a change that was introduced after release 6.0.2? With 6.0.2, using alignment=center, the text used to fit 1 line. Now, it is getting a...
Hello, I tried to use PDF_Delete function but it doesn't exist. I'm using PDFLib V7.0 Is there a replacement function if Delete is deprecated. Thanks, Here is...
... No PDF_delete() is not deprecated, but it is not available in object-oriented language bindings since these automatically call it when the PDFlib object...
I'm writing to a file on disk. Here is my code: lnErrCode= oPDF.Begin_Document(this.OutFileName,"") .... .... oPDF.end_document ("") In same process this...
Please understand that I'm trying to minimize the amount of code changes required for this migration. We have thousands of lines of code that produced...
Tolga, please send a code snippet with the exact values for fit_textflow(), a sample text etc. to support@.... So we can reproduce the results and can...
Kurt Stützer
kurt@...
Nov 5, 2009 10:23 am
19958
Jimisha made to expose in woods and indulging in sexual activity! Desi call girl Jimisha stripping herself and making herself ready for her customer. He then...
Hi We already use the pdfblock tool and PPS to allow us to easily add custom data to a pdf. We now need to handle a different situation and I am not sure who...
... First of all, you should consider whether you can gain more control/cooperation regarding the PDF creation process. If this is not possible you can achieve...
Thx Thomas Yes, I did see that example. But what I did not realize was the ability to extract the font info and to replace the text in the original font. Your ...
It's definitely post PDFlib 8.0 which we will release very soon. The priority of PRC support after PDFlib 8 depends on user inquiries, and so far we haven't...
Thanks Thomas. If I used another appliation to create a PDF that only contains a 3D annotation/poster, I should then be able to use the pdflib merge...
Hi, When I submit a utf-8 text to a php file, I don't get the expected result. This text: Wij vinden een goed ondernemersklimaat belangrijk. Daarom moet er...
Are you sure $this->pagina4Tekstblok2Tekst is emitting utf-8 encoded text? I've had trouble before where the problem was the database handle used to get the...
Hi, We are evaluating PDF lib developers kit for generating a PDF which will have two rows layout for each of the transaction. We are planning to provide a PDF...
Hi, The data is pulled straight from a $_POST var. Is there a way to check if a string is UTF-8 or not? If I echo $this->pagina4Tekstblok2Tekst to the screen...