I am using the Java bindings for PDFLib version 7.0.3. When I make a call to get_value("fontsize", 0) the returned value is -2147482987. This was not...
... Ok, tried that and install is failing without telling me why... Here's what it shows: root@pierce:/usr/local/src# pear install pecl.php.net/pdflib ...
NHC Devel Team, I have no experiance with your issue, but by chance, are you installing on a mac? On page 13 of the pdf file link, it says: "On Mac OSX pear...
... I don't use Mac's... Thanks, -Brian -- No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 269.23.7/1409 - Release...
... You called get_value("fontsize", 0) before actually calling set_font() (which sets the font and size). The internal fontsize state is initialized to a...
... Ok, that makes sense to me, and I did see that after I looked closer. There is an aspect of this that I don't understand though. The reason I never call...
... This is because the text state is saved and restored: after placing a formatted Textflow or table on the page the text state will return to what it was...
(sorry for repeating this, but I'd really like to build 64bits on OSX): When I try to configure PDFlib Lite 7.0.3, I get an error: config.status: error: cannot...
Sorry everyone for the repost. does anyone know of a more suitable mailing list for this question?...
Andrew Bush
andrew@...
May 1, 2008 9:13 pm
18598
PPML and VDX are classic variable data formats and require the use of XML in addition to the PDF data you might choose. These formats are being replaced by a...
Leonard Rosenthol
leonardr@...
May 2, 2008 1:19 am
18599
Hi, I'm sure this one is really simple, but I'm trying to change the colour of the text used for the header cells in a table. I want the headers to be blue and...
i´m evaluating tet with ruby. Since there are no ruby language bindings available, i´m making system calls to the command line. f.ex. \..win-path-to\text.exe...
Hi Nick, if the text of the header cell is a textline you can set the text color by the option "fillcolor" within the table cell option "fittextline". The...
Kurt Stützer
kurt@...
May 5, 2008 9:29 am
18602
Hi Andrew, if the font is installed at the host correctly you must only specify the font name (more precisely: the QuickDraw name) of the font: ...
Kurt Stützer
kurt@...
May 5, 2008 10:04 am
18603
Is it possible to control the "width" of the stroke? I've set "fillcolor", "strokecolor" and "textrendering=2" in order to render text with separate fill and...
... Thanks for your reply. ... right, currently the font is not installed at the host, instead I have a folder that I have pointed pdflib at using: ...
Andrew Bush
andrew@...
May 6, 2008 3:40 am
18605
... Use PDF_setlinewidth() to specifiy the stroke width. It will be used for stroking glyph with rendering mode 2 as well. ... Presumably you have a large...
Hi Andrew, ... We recommend to install the font at the host. Then, PDFlib load the font with the aid of the font searching engine of MAC. If you don't like to...
Kurt Stützer
kurt@...
May 6, 2008 10:12 am
18607
Thanks for the response -- I had overlooked setlinewidth(). I neglected to mention that I'm using blocks for text. Is there a way to control stroke width for...
Hi Brad, you can set the linewidth for stroked text by option "strokewidth" (see table 4.1 of the PDFlib reference manual). Kurt ... -- ...
Kurt Stützer
kurt@...
May 7, 2008 9:58 am
18609
We just upgraded PDFLib4 to PDFLib6 on one of our systems. PDFLib4 does the embedding of font Helvetica properly but now PDFLib6 would not do it. We are using...
Hi, please tell us which error message you obtained. ... Why? What's the phenomenon? We are using "winansi" as the encoding for PDFLib4 and it ... That's not...
Kurt Stützer
kurt@...
May 7, 2008 5:12 pm
18611
There wasn't error messages - we wish there were. The PDF file got generated, just without embedding the fonts. The same code has been working quite well with...
There wasn't error messages - we wish there were. The PDF file got generated, just without embedding the fonts. The same code has been working quite well with...
... PDFlib does not seem to have detected an error. The PDF file got ... Did you set option "embedding": oPDF_load_font(FinalFontChoice, "winansi",...
Kurt Stützer
kurt@...
May 7, 2008 6:39 pm
18614
... The code we used is: Font = oPDF.load_font(FinalFontChoice,"winansi", "embedding=true") ... FinalFontChoice is "helveticaneue-light" and "helveticaneue- ...
... On Linux, are you using backslashes in the pathname to the tet executable? On Linux and Unix platforms you have to use forward slashes. Best Regards ...