hey guys, i'm using php and have an issue with the table height. i would like to draw a table to end where the last row ends and not span the whole page. at...
20682
Kurt Stützer
kurt@...
Aug 2, 2010 10:19 am
Hi, look for the option "rowheight". If you specify a value for each row the table instance won't span the whole table fitbox. (I think the fitbox is identical...
20683
nkong5
Aug 2, 2010 10:34 am
Hi Kurt, Thanks for the reply. The issue is, the rows are automatically filled with text. Some times there are multiple lines and other times not. So i can't...
20684
Kurt Stützer
kurt@...
Aug 2, 2010 11:21 am
Hi Ed, the table engine calculates the minimally required row heights so that the text fits completely in the respective cells. Therefore it's appropriate to...
20685
nkong5
Aug 2, 2010 12:44 pm
Hi Kurt, I see what you mean. I tried using those height values, without getting the required results. Excerpts of my code are: ... $llx= 50; $lly=50;...
20686
nkong5
Aug 4, 2010 1:54 pm
Hi Kurt, Defining the height of cells via rowheight does solve the problem. Had other layout issues which i fixed and viola. :) Thanks, Ed...
20687
sonicbaz
Aug 6, 2010 2:43 am
HI, the block detect feature in the acrobat plugin is rounding CMYK colour values. Is this due to the PDFLIB working in LAB colour space? Regards Baz...
20688
Philipp Wolfer
outsidecontext
Aug 16, 2010 11:18 am
Hello, we use PDFlib to generate PDF files for printing. The font we use is Frutiger LT in TTF format, embedded into the PDF. Unfortunately the font looks a...
20689
David Steckbeck
dsteckbeck
Aug 16, 2010 12:54 pm
Try creating a PDF with a block of text using the standard Helvetica font, and using your Frutiger LT font, then print that out. If only the Frutiger LT is...
20690
Frank Arensmeier
dasendevomnetz
Aug 16, 2010 6:39 pm
You should also check that the font is being embedded correctly. If you have access to Acrobat Pro, try to run some integrity check on the file in question....
20691
jens_koerte
Aug 17, 2010 1:49 pm
Hallo! Ich gebe alle möglichen Unicode-Zeichen mit create_textflow aus. Heute habe ich ein "neues" Zeichen benutzt und erhalte folgende Fehlermeldung: PHP...
20692
Kurt Stützer
kurt@...
Aug 17, 2010 1:57 pm
Hello Jens, this is an international list. Please write in English. ... ... but maybe not in the specified encoding. Which encoding are you using? If you want...
20693
John
jslagus22
Aug 17, 2010 3:16 pm
I am building up the sample code provided to build a portfolio PDF document, but instead of displaying a coversheet, I would rather show the first page of the...
20694
jens_koerte
Aug 18, 2010 6:14 am
OK, again in english... I use different unicode-characters with create_textflow. I used a "new" character today. I got an error as follows: PHP Fatal error:...
20695
Frank Arensmeier
dasendevomnetz
Aug 18, 2010 7:49 am
Hello. I need to find a way to copy an embedded ICC profile (the one for the output intent) from an imported PDF file with PDI (I am working with PDFlib 7+PDI)...
20696
Thomas Merz
thomasmerz1
Aug 18, 2010 9:13 am
... Can you explain what exactly you want to achieve with an output intent that is not bound to one of the PDF/A or PDF/X standards? The reason for restricting...
20698
R
earendilin
Aug 18, 2010 9:54 am
Hi, any reason why the linewidth parameter is an integer? Couldn't it be set to, say, 0.5 for exemple? Some of my users complained the borders of my form...
20699
Frank Arensmeier
dasendevomnetz
Aug 18, 2010 1:07 pm
... In general, my goal is to preserve as much information from the source PDF file as possible when importing the file. I was under the impression that PDF...
20700
Kurt Stützer
kurt@...
Aug 18, 2010 4:24 pm
Hi John, look for the option "coversheet" in PDF_end_document(). Kurt ... -- _______________________________________________________________ Kurt Stützer...
20701
Walter Smith/NYLIC
walter_smith@...
Aug 18, 2010 8:17 pm
Hi all, I'm working on a project that involves sucking up a PDF form and filling in the answers we have before sending it on to the client. We were importing...
20702
Frank Arensmeier
dasendevomnetz
Aug 19, 2010 9:53 am
Hello. Here is my scenario: I have a PDF document containing some PANTONE spot colors. All alternative color values are given in DeviceCMYK. After importing...
20703
Thomas Merz
thomasmerz1
Aug 20, 2010 9:37 am
... I think you should query the client's intentions since form fields are much more fragile than native PDF text on the page. In any case you could create...
20704
Frank Arensmeier
dasendevomnetz
Aug 20, 2010 9:59 am
Just a side note. I notice that when the input PDF document contains spot colors with LAB values as alternative color space, PDFlib "reuses" those spot colors...
20705
Bharani Mani
bharanidharan
Aug 23, 2010 2:25 pm
Hello, I m using PDFLib pCos in a web service in IIS 6.0. I m getting a runtime error 8007007e. The specified module could not be found. But the pCos dll is in...
20706
Walter Smith/NYLIC
walter_smith@...
Aug 23, 2010 3:19 pm
Thomas, I am pretty clear on what the client wants: to provide their client with forms pre-filled with the information already collected with the option to ...
20707
Thomas Merz
thomasmerz1
Aug 23, 2010 3:29 pm
... I understand; this makes sense. ... Sorry, PDFlib can not be used to fill contents into existing form fields. Thomas ...
20708
Mike Ellsworth
younicycle
Aug 23, 2010 3:44 pm
If I understand correctly, try: 1) convert the original drawn form to PDF-X (Acrobat Pro 9 can do this) 2) the data as a separate pdf, with data correctly...
20709
Andreas Albrecht
andialbrecht
Aug 27, 2010 12:06 pm
Hi, I've encountered an issue with tables in tagged PDFs and locale setting where I really don't have a clue what's wrong... :) I have a demo code (based on...
20710
Thomas Merz
thomasmerz1
Aug 27, 2010 1:14 pm
... This is caused by a bug in PDFlib. The next patchlevel will fix this problem. If you have an active support contract you can request the patchlevel from...
20711
Frank Arensmeier
dasendevomnetz
Aug 27, 2010 1:18 pm
Sorry for bringing up this issue again. Any ideas or some explanation would be more than welcome! /frank...