This process area addresses the integration of product components into more complex product components or into complete products. The term "integration" is...
Hi, pdflib-lite couldn't build using latest gcc version. Please consider the simple attached patch (against 7.0.2p8). Remi....
Remi Collet
Fedora@...
Mar 3, 2008 6:49 am
18368
Hi. I have a question about the performance of the fit_table call, because I was running some profile on my code to detect issues with performance. I've taken...
Which version are you using? The first call of fit_table() runs longer than the subsequent calls, because the size of all table cells will be calculated in the...
Kurt Stützer
kurt@...
Mar 3, 2008 12:27 pm
18370
Hi. I'm using version 7.0.2. The issue is that I have 30 loops of creating tables, meaning I have 30 tables and 30 pdf documents. The first table runs much...
Hi list, heres another long e-mail from me.. I've come across a weird thing regarding textflows. I've recently implemented some textflow handling into my...
Leo R. Lundgren
leo@...
Mar 3, 2008 2:34 pm
18372
Hello, is it possible to place a table created by add_table_cell() invocations into a block defined by the PDFLib Block plugin? I've successfully created and...
Daniel T. Gorski
daniel.gorski@...
Mar 3, 2008 4:49 pm
18373
Hi Daniel, it's not possible to define a table in the Block plugin. But if you want to put a table into a block rectangle, you can take an image block defined...
Kurt Stützer
kurt@...
Mar 3, 2008 7:10 pm
18374
On 03 Mar 20:04, Kurt Stützer wrote: Hi Kurt, ... Thank you, I'll try this out. regards dtg -- _ ASCII ribbon campaign ( ) against HTML e-mail X / \...
Daniel T. Gorski
daniel.gorski@...
Mar 3, 2008 8:35 pm
18382
Hi. I was wondering if I could change the background color of a block via a pdf-lib call, or if it can only be done using the block tool? With regards....
The block property "backgroundcolor" is simultaneously an option of type "color" (see section 1.2 of PDFlib reference manual) in the block functions...
Hi, In my PDF I have set the userunit option to mm so that I can specify all coordinates in millimeters instead of points. This has the unwanted side-effect of...
Sorry, there is no automatic conversion. But we think about that. Kurt ... -- _______________________________________________________________ Kurt Stützer...
Kurt Stützer
kurt@...
Mar 5, 2008 9:32 pm
18387
I'm still interested in this, so if there is somebody which can help me I'd be happy. The code I run is the linked code (transformed into another language), ...
Hi, When adding text to a textflow, I use add_textflow(). Now, in some cases I have for example a price "299" that should be in one style, and then ",-" that...
Leo R. Lundgren
leo@...
Mar 6, 2008 11:53 am
18390
m using php4. any one plese give me some ref code for convert html (will generate from php) to pdf. thanks in advance...
Hi. I'm having a problem using leading when combined with textflows and tablecells, after reading both the API reference and a tutorial document. What I would...
Hi, I have a problem regarding texts containing newlines in different invocations of the fit_textflow() function. An example text: text = "This is an example...
Daniel T. Gorski
daniel.gorski@...
Mar 6, 2008 1:58 pm
18394
Hi Group, I wish to increase the line height of a textflow so that when <nextline> is used there is more vertical space between the line above and line below....
Hi Leo, ... You can achieve that with inline option lists by: "price: <charspacing=20%>123<charspacing=0>4.-" or with add_textflow() with add_textflow(tfl,...
Kurt Stützer
kurt@...
Mar 6, 2008 7:19 pm
18396
Hi, First, the table module doesn't know about anything within texflow, particularly leaders. I think you want to achieve following result: ............. first...
Kurt Stützer
kurt@...
Mar 6, 2008 7:54 pm
18397
Hi Daniel, ... Yes! Please use the option "avoidemptybegin" in add/create_textflow(). Kurt ... -- ...
Kurt Stützer
kurt@...
Mar 6, 2008 8:05 pm
18398
Hi Charlie, Textflow doesn't provide any options for distances between paragraphs, header lines and so on. But you can realize each configuration if you ...
Kurt Stützer
kurt@...
Mar 6, 2008 8:30 pm
18399
Hi all, I am having trouble finding some clear guidelines for using mac fonts from php/pdflib, I am neither an expert in fonts nor in pdflib at this point, so...
Andrew Bush
andrew@...
Mar 6, 2008 9:21 pm
18400
I`m just your average party gal who enjoys having a good time, and making sure the ones with me have an even better one... if you know what I mean! Let's...
On 06 Mar 21:04, Kurt Stützer wrote: Hi Kurt, ... Very nice, thank you. It works :) regards dtg -- _ ASCII ribbon campaign ( ) against HTML e-mail X / \...
Daniel T. Gorski
daniel.gorski@...
Mar 7, 2008 8:05 am
18402
Hi, ... Ah yes, there is the possibility of splitting the price so that one can "unapply" the charspacing before the left digit, so that it doesn't apply to...