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...
Benedikt Quirmbach
benedikt@...
Oct 1, 2008 8:43 am
19015
... 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...
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...
Benedikt Quirmbach
benedikt@...
Oct 1, 2008 9:48 am
19017
Hi All, I cannot get the following marco example to work: <?php $current_pdf = new PDFlib(); $current_pdf->set_parameter("errorpolicy", "return"); ...
John, ... here you must use $vtMacro . $vtData instead of $vtData: $tf = $current_pdf->create_textflow($vtMacro . $vtData, $vtOptlist1); hope this helps Rainer...
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 ...
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 ...
Kurt Stützer
kurt@...
Oct 2, 2008 2:37 pm
19025
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,""); ...
Hi, set font = pdf.load_font("STSong-Light","GB-EUC-H","keepnative=false"); Kurt ... -- _______________________________________________________________ Kurt...
Kurt Stu"tzer
kurt@...
Oct 2, 2008 6:19 pm
19027
... Thank you very much for your help.I succeed it....
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...
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,...
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...
Douglas Hanna
douglas.hanna@...
Oct 6, 2008 1:40 pm
19032
We recommend "unicode". Kurt ... -- _______________________________________________________________ Kurt Stützer kurt@......
Kurt Stützer
kurt@...
Oct 6, 2008 2:21 pm
19033
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...
Leo R. Lundgren
leo@...
Oct 6, 2008 2:26 pm
19034
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...
Benedikt Quirmbach
benedikt@...
Oct 8, 2008 9:18 am
19035
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...
Kurt Stützer
kurt@...
Oct 8, 2008 9:30 am
19036
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...
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 ... -- ...
Kurt Stützer
kurt@...
Oct 8, 2008 4:08 pm
19038
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...
Jeffrey Berger
jeff@...
Oct 8, 2008 4:33 pm
19039
... Are you sure that this converter does the right thing with respect to Unicode-encoded Chinese fonts? Many font converters easily damage encoding-relevant...
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...
Jeffrey Berger
jeff@...
Oct 8, 2008 5:01 pm
19041
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...
Hi Joff, please open a support case at support@... and send the font there. Kurt ... -- _______________________________________________________________ ...
Kurt Stützer
kurt@...
Oct 9, 2008 9:26 am
19043
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...
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...
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...