Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

pdflib · PDFlib users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3733
  • Category: Cyberculture
  • Founded: Jun 28, 1999
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 19014 - 19045 of 21927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
19014 Benedikt Quirmbach
benedikt@... Send Email
Oct 1, 2008
8:43 am
Hi, I create PDFs on a Linux server with a php script. In the PDFs i use different fonts of the same family. One of the fonts is not embedded in the PDF. Here...
19015 Rainer Plöckl
ruebennase_de Send Email
Oct 1, 2008
8:51 am
... that you use the font before in a textflow, without the embedding option. You would find this, when you enable the PDFlib 7 logging, and check the output...
19016 Benedikt Quirmbach
benedikt@... Send Email
Oct 1, 2008
9:48 am
Thanks, Rainer! I got it now. Benedikt ... Thanks, Rainer! I got it now. Benedikt Am 01.10.2008 um 10:51 schrieb Rainer Plöckl: > What could be the reason why...
19017 John Ford
jossford Send Email
Oct 1, 2008
10:55 am
Hi All, I cannot get the following marco example to work: <?php $current_pdf = new PDFlib(); $current_pdf->set_parameter("errorpolicy", "return"); ...
19018 Rainer Plöckl
ruebennase_de Send Email
Oct 1, 2008
10:58 am
John, ... here you must use $vtMacro . $vtData instead of $vtData: $tf = $current_pdf->create_textflow($vtMacro . $vtData, $vtOptlist1); hope this helps Rainer...
19019 John Ford
jossford Send Email
Oct 1, 2008
11:04 am
whoops :) Thank you Rainer. ... -- Drag And Drop Ltd Chichester House 45 Chichester Road Southend-on-Sea Essex SS1 2JU 08000 43 22 12...
19020 James Greenwood
james.greenwood Send Email
Oct 1, 2008
1:33 pm
Is there a way to have both version 6 and version 7 of PDFlib loaded under PHP?...
19022 validaccount81 Send Email Oct 2, 2008
3:11 am
Received new license key. Devoting time to getting it work. Using PHP and pdflib 7.0.3. Tried : $p = new PDFLib(); $p->set_parameter("license&quot; ,...
19023 marsding2006 Send Email Oct 2, 2008
2:23 pm
Hello, First,I must be sorry for my poor English.I hope you can understand the message. I'm learning pdflib.I want to use it in chinese environment.For ...
19024 Kurt Stützer
kurt@... Send Email
Oct 2, 2008
2:37 pm
Hi, Please send us a code snippet with the load_font() and the text output function you are calling and tell us which programming language you are using. Kurt ...
19025 marsding2006 Send Email Oct 2, 2008
2:46 pm
I use C++. font = pdf.load_font("STSong-Light","GB-EUC-H",""); pdf.setfont(font,14); pdf.fit_textline("¾²Ñ¹Æ¤ÍйÜ/LTZ-23 ",50,a4_height - 50,""); ...
19026 Kurt Stu"tzer
kurt@... Send Email
Oct 2, 2008
6:19 pm
Hi, set font = pdf.load_font("STSong-Light","GB-EUC-H","keepnative=false"); Kurt ... -- _______________________________________________________________ Kurt...
19027 marsding2006 Send Email Oct 3, 2008
1:12 am
... Thank you very much for your help.I succeed it....
19028 Jonathan Lee
jlee_lee740304 Send Email
Oct 4, 2008
10:56 pm
Hello all: I get customer's input (they specify font size and font), and I fill in the pdf file. The issue is sometimes, there's some words with very big font...
19029 joff Send Email Oct 5, 2008
5:23 am
Using PHP on Linux and just made changes to support unicode. Need to translate text into 9 languages (English, German, Finnish, French, Dutch, Polish, Spanish,...
19031 Douglas Hanna
douglas.hanna@... Send Email
Oct 6, 2008
1:40 pm
Jonathan, I would pick up an intro book on typographic style... such as 'The Elements of Typographic Style' by Robert Bringhurst (ISBN-10 : 0881792063) or a...
19032 Kurt Stützer
kurt@... Send Email
Oct 6, 2008
2:21 pm
We recommend "unicode". Kurt ... -- _______________________________________________________________ Kurt Stützer kurt@......
19033 Leo R. Lundgren
leo@... Send Email
Oct 6, 2008
2:26 pm
joff, Except for the glyphcheck setting you have (which perhaps I should be using), I have the same settings as you list below (but I'm using "unicode" instead...
19034 Benedikt Quirmbach
benedikt@... Send Email
Oct 8, 2008
9:18 am
Hello, I try to create a PDF by a PHP script. The text comes in unicode (utf8) from a MySQL database. Until now I was decoding the text to winansi...
19035 Kurt Stützer
kurt@... Send Email
Oct 8, 2008
9:30 am
Hi Benedikt, if you set encoding=unicode, textformat=utf16 is set by default. In this case, create_textflow() with inline option lists needs the information by...
19036 jeffatclockwork Send Email Oct 8, 2008
2:26 pm
I'm using perl/PDFlib 6 to generate documents containing chinese unicode. Per client request, I'm trying to use Apple's royalty free font BiauKai. I used fondu...
19037 Kurt Stützer
kurt@... Send Email
Oct 8, 2008
4:08 pm
Hi, please send us a short code snippet with the load_font() call and the text output function. And tell us which language you using. Kurt ... -- ...
19038 Jeffrey Berger
jeff@... Send Email
Oct 8, 2008
4:33 pm
Hi Kurt! Thanks for the help. The "short" perl code snippet is below. It's not exactly straightforward since I'm reading in font names, directory names and...
19039 Thomas Merz
thomasmerz1 Send Email
Oct 8, 2008
4:58 pm
... Are you sure that this converter does the right thing with respect to Unicode-encoded Chinese fonts? Many font converters easily damage encoding-relevant...
19040 Jeffrey Berger
jeff@... Send Email
Oct 8, 2008
5:01 pm
No, not sure at all. I found fondu on the web. Do you have a favorite converter? danke, -J ... No, not sure at all. I found fondu on the web. Do you have a...
19041 joff Send Email Oct 9, 2008
5:49 am
Leo & Kurt thank you for your help. We switched encoding to unicode. Still having problems with a couple of Turkish characters not showing up --  . The...
19042 Kurt Stützer
kurt@... Send Email
Oct 9, 2008
9:26 am
Hi Joff, please open a support case at support@... and send the font there. Kurt ... -- _______________________________________________________________ ...
19043 yesosuresh Send Email Oct 10, 2008
8:30 am
Hi dudes, I'm trying to place an image on the PDF (generated on the fly @ websphere server). I've an image file in my web-inf folder. Now the problem is , how...
19044 Rainer Plöckl
ruebennase_de Send Email
Oct 10, 2008
9:18 am
Hello, ... here you mixed up a URL path with a file path. PDFlib load the file from disc, you you must apply a file path. I would recommend to use a SearchPath...
19045 Jerry
imnottoonice Send Email
Oct 10, 2008
11:22 pm
I'm using pdf/pdi to generate PDFs with variable text. For some reason, if a PDF block uses the Adobe ArnoPro-ItalicSubhead.otf font, pdflib freaks out and...
Messages 19014 - 19045 of 21927   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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