Hello, one of my report PHP script ist working very fine. It generated many reports with different content. No i have a Problem with one cell. When i comment...
... Greetings. The problem is that a call to fit_table stops me from being able to add more cells to the table. Thus calling fit_table, and then info_table,...
hello, i have the same problem. did you find a solion? ... over multiple pages. On ... the edge of the fit box. ... (90.000000 x 0.000000) ... doing it "blind"...
Hello, This example (vb.net) Dim layerPrint As Integer Dim optionsLayerPrint As String optionsLayerPrint = "defaultstate {True} " & _ "initialexportstate...
Hi, for PDFlib 7.0.2, we fixed a bug which is similar to your description. If you are using a version < 7.0.2 please update to 7.0.2. Kurt ... -- ...
Kurt Stützer
kurt@...
Oct 1, 2007 10:14 am
17779
Hi, only after a call of fit_table, PDFlib can give information about the actual row heigths for instance. Before fit_table will be called only the specified...
Kurt Stützer
kurt@...
Oct 1, 2007 10:49 am
17780
... wondering ... document ... I'll try to describe a scenario, but it is more out of "interest" then a sure fire way I would like to do things. Say I have a...
... You can resolve this problem with the blind mode (option "blind"). If you get "_stop" as return value in the blind mode, you call PDF_fit_table() again in...
Kurt Stützer
kurt@...
Oct 1, 2007 12:30 pm
17782
Thanks! I think that I understood your problem, although I cannot decide whether your approach is necessary to achieve the desired page layout. A proposal: You...
Kurt Stützer
kurt@...
Oct 1, 2007 7:26 pm
17783
We've had a problem reoccur that we had with earlier versions of PDFLib. We are creating a PDF document from tiff images. When we send the PDF buffer via an...
I totally missed the "_blind" option. Originally, I was thinking about using fit_table() and then deleting the table entirely and redrawing it again if it...
Hello all: I have created a text flow and let the system put in pdf. The text is something like "Hello there, this is the sentence....." Due to the width of...
I'm using PDFLib 7.01 version to create a PDF table. When I call fit_table() method, I get "Calculated table height is too large." error. For example, I'm...
This is a known bug. Please update to the latest PDFlib version 7.0.2. Kurt ... -- _______________________________________________________________ Kurt...
Kurt Stützer
kurt@...
Oct 4, 2007 9:20 am
17791
Hi Jonathan, the line breaking behaviour of textflow depends on your option settings: if you has set "alignment=justify" you has to determine how textflow ...
Kurt Stützer
kurt@...
Oct 4, 2007 9:31 am
17792
Hi, Can somebody tell me if there is a way that PDFLib can automacically detect if a native fontstyle is available and if it isn't, to use a fake one? For...
Hi Georgiana, you can use the text option "italicangle" (e.g. with the value -12). If there is not any native bold variant of Garamond set "fontstyle=bold in...
Kurt Stützer
kurt@...
Oct 4, 2007 12:38 pm
17795
Just got the latest 7.0.2 code and still have the same issue. The exact error message is "Calculated table height 35.312 is too large (> 4.48804, shrinking...
Hi Eric, ... The table height is 40.488 - 36 = 4.488 and seems to be too small for the minimal required set of rows to be displayed. You must know: If a header...
Kurt Stützer
kurt@...
Oct 5, 2007 9:27 am
17797
Greetings. Is it possible to resize a page after it's been added to the document? Or possible remove a page you have added, so you can add a new one given a...
Hi. I am currently running PDFlib+PDI 5 on a Windows 2000 server, but I'm now moving to a server running Windows Server 2003. On the new server, all generated...
See option "width" and "height" of PDF_end_page() (table 2.9 of PDFlib Reference manual). And: Please study the functions PDF_suspend_page() and...
Kurt Stützer
kurt@...
Oct 5, 2007 12:49 pm
17800
... The basis for PDFlib 5 licenses was the number of CPUs (not the number of machines). ... Yes. You must add more CPU licenses according the new hardware. ...
Hi Kurt, The problem is that I create tables dynamically based on the previous position of the table. So, I output a table, get its x1, y1, width, and height...
Ok, my problem is as follows. I have a PDF with 2 blocks – A and B. Both block are textflow blocks and have the ajustmethod option set to "nofit". This is...