... The answer depends on which language binding you use. In C the text will be returned by TET_get_text() in UTF-8 format, which can produce 1-4 bytes per...
Hello together, how can tabular positions be deleted which were set with the "ruler { ... }"-definition in a macro? I have two paragraphs within one textflow....
Once again you pull me out of the hole that I was digging Thomas ! So now I am able to get the proper text from the page building one character at a time using...
Hi Christoph, I think the second ruler definition is shorter than the first definition, but the number of used tabulators is equal. Otherwise I cannot explain...
Kurt Stützer
kurt@...
Feb 1, 2008 1:30 pm
18248
Hi Kurt, sorry, I forgot to mention this: the second definition is shorter but has the same number of tabulators. Christoph....
... and this situation causes the bug we fixed. Work-around: Fill the ruler array until the maximal number of actual used tabulators within a line is reached. ...
Kurt Stützer
kurt@...
Feb 1, 2008 2:53 pm
18250
I have a PPS text block with the textflow property set as true. I would like to set the lineheight property of the block. I see there is a way to set the...
Christian, ... maybe an follow up error, and the "real" error occurs earlier in your code. (maybe some missing resources, and you do not handle such ...
The most recent Acrobat Professional comes with the ability to insert a link in the PDF document, as seen here: http://patriot.net/~ramon/Acrobat-Link.png Can...
Hi, "lineheight" is an option of suboption list "wrap". However "wrap" isn't supported in the Block plugin menu, but is supported as option in the option list...
Kurt Stützer
kurt@...
Feb 4, 2008 10:39 am
18258
Hi, Can anyone help with this one? I have a PHP script that creates a PDF file with tabular content. It works perfectly with the following lines of code: ...
What do you mean by "later date"? You can insert a default text in the Block plugin dialog, but a PDFlib application supplies the actual text for a block ...
Kurt Stützer
kurt@...
Feb 6, 2008 10:59 am
18265
Once I have created a text flow and saved the PDF can I reopen the same PDF and edit the text in the text flow? John....
Sorry, no. Belated text changes are not possible programmitically in PDFlib. Kurt ... -- _______________________________________________________________ Kurt...
Kurt Stützer
kurt@...
Feb 6, 2008 11:14 am
18267
Are there methods using TET, to detect underlined text in order to reproduce the same underlined text in a slightly modified PDF ?...
Hello I try to read a PDF file with TET version 2.2 The PDF is made by AFPL Ghostscript 8.54 and use 2 different Arial font True Type with personalized code...
So basically, I convert a pdf to image, then do some stuff, then convert image back to pdf. Here is some code to convert image back to pdf $p = new PDFLib(); ...
Hi there! I'm getting dynamic text from a xml. This text may be rotated or flipped in any way you like. I therefore need to knwo the dimension of this text,...
... Yes! Textflow has its own encapsulated graphics state. The reason is e.g. that you can call create_textflow() outside a page. You must set: $tf =...