... So we need it in Persian also. We developed using tcppdf but it's using PHP script to generate it and makes many system resource. We need functionality of...
Hello! I've followed the cookbook and can nest a table within a table, by using the template method. However, I would like to add one more level of nesting,...
... Since template definitions cannot be nested in PDFlib, you must start from the innermost template, and when it is finished continue with the next level. ...
The best way to achieve permanent lifelong income without spending just half an hour a day Hurry and register as soon as possible Every second of that time are...
Hello! I am using the fit_table stroke option (horother) to include a line after each row, and that's working fine. However, now I've divided my "main" rows...
21713
Kurt Stützer
kurt@...
May 23, 2012 3:12 pm
Hi Mark, if you know the number of the row for which the bottom line should be suppressed you can specify {line=hor1 strokecolor=none} {line=horother ...} ...
Hi, first of all I don't know if I'm in the right place to ask such a probably stupid question, so please excuse me if it isn't. We are using PDFlib with PHP...
... Did you try to open the document without any password option? If it's encrypted, but doesn't require any password PDI will accept it this way. If you...
Thanks for the quick answer. At least I can be sure now that there wasn't/isn39;t a error with the syntax I used. I was misguided by the mentioned third-party...
Hi Kurt, Thanks for the response. Unfortunately, the row where the bottom line should be suppressed varies with the data, and repeats throughout the table, so...
21718
Kurt Stützer
kurt@...
May 24, 2012 1:50 pm
Hi Mark, ... I mean every horizontal and vertical line is accessible by means of the "line" keywords. What about "horlast"? I would like to understand your...
Thanks for the response! I'll see if I can reorganize my code to make this work. -- Mark ... Thanks for the response! I'll see if I can reorganize my code to...
Sorry, I neglected to mention that there could be hundreds of these rows in my table, making keeping track of row numbers for use with the "line" option...
... Computers tend to be quite good at keeping track of long lists. It may be cumbersome to keep track of it in your own head, but manipulating a linked list,...
when editing blocks(plugin v4.4p1) in acrobat(9) sometimes the lly(second value in Rect) is smaller than the ury (with the topdown handling in acrobat). it...
21724
Kurt Stützer
kurt@...
May 25, 2012 11:36 am
Hi Mark, thanks for your extensive explanation. As far as I understood your problem I see following solution: You generate the "stroke" option list in...
Hello all: I'm using the textflow to output text. I'm using something like "fontname={Times New Roman} encoding=unicode fontsize=12Â embedding=true" Sometime,...
After using Acrobat 6.0 and Block Plugin 1.1 (yeah really) with our PPS 6.0 environment for years we now have a mix of PPS 7.x and PPS 8.x among our clients....
... I'm afraid you can't really support a mixture of various Acrobat and PDFlib versions with the same set of software. The "old" plugins work only with "old"...
George, might it be related to the way, how you retrieve the block coordinates? I mean especially rect vs Rect. From the pCOS Path reference, chapter 4.5,...
... You can find a comprehensive table of Plugin versions, Block interface versions and PPS versions in the file compatibility.txt which is included in all...
hi, I'm trying to convert a HTML table into a PDFLib table, the problem is the table needs to overflow, but as far as I'm aware I don't know if the table will...
James, ... you can use the option "blind" when fitting the table. Then you receive the return value, but the table is not drawn to the PDF. Afterwards you you...