Search the web
Sign In
New User? Sign Up
pdflib · PDFlib users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18587 - 18616 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18587
Hello, the PHP build is not part of the PDFlib build process. Please follow these instructions: ...
Rainer Schaaf
rjsatwork
Offline Send Email
May 1, 2008
8:00 am
18588
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...
thewonggei
Offline Send Email
May 1, 2008
5:38 pm
18589
... 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
nitehawke
Online Now Send Email
May 1, 2008
5:40 pm
18590
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...
notlkh
Offline Send Email
May 1, 2008
6:24 pm
18591
Does PDFLIB support PPML or VDX formats? We are using PDFLIB version 7....
vedataral
Offline Send Email
May 1, 2008
6:41 pm
18592
... 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...
Brian
nitehawke
Online Now Send Email
May 1, 2008
7:30 pm
18593
... 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...
Thomas Merz
thomasmerz1
Offline Send Email
May 1, 2008
8:34 pm
18594
... 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...
thewonggei
Offline Send Email
May 1, 2008
8:40 pm
18595
... 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...
Thomas Merz
thomasmerz1
Offline Send Email
May 1, 2008
8:48 pm
18596
(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...
ykyng0
Offline Send Email
May 1, 2008
9:08 pm
18597
Sorry everyone for the repost. does anyone know of a more suitable mailing list for this question?...
Andrew Bush
andrew@...
Send Email
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@...
Send Email
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...
Nick Roper
roper_nick
Offline Send Email
May 3, 2008
3:43 pm
18600
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...
itpmgeorge
Offline Send Email
May 5, 2008
8:29 am
18601
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@...
Send Email
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@...
Send Email
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...
Brad Whitaker
dbwhitaker
Online Now Send Email
May 5, 2008
10:58 pm
18604
... 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@...
Send Email
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...
Thomas Merz
thomasmerz1
Offline Send Email
May 6, 2008
8:02 am
18606
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@...
Send Email
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...
Brad Whitaker
dbwhitaker
Online Now Send Email
May 6, 2008
7:45 pm
18608
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@...
Send Email
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...
LCL74
Offline Send Email
May 7, 2008
4:43 pm
18610
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@...
Send Email
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...
LCL74
Offline Send Email
May 7, 2008
5:37 pm
18612
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...
LCL74
Offline Send Email
May 7, 2008
5:40 pm
18613
... 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@...
Send Email
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- ...
LCL74
Offline Send Email
May 7, 2008
7:27 pm
18615
Yes, you are right. It was right there in the API document -- I don't know how I missed it. Thanks! ... parameter in ... much more...
Brad Whitaker
dbwhitaker
Online Now Send Email
May 7, 2008
9:43 pm
18616
... 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 ...
kasimir0815
Offline Send Email
May 8, 2008
5:38 am
Messages 18587 - 18616 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help