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...
... 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@...
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...
John, ... here you must use $vtMacro . $vtData instead of $vtData: $tf = $current_pdf->create_textflow($vtMacro . $vtData, $vtOptlist1); hope this helps Rainer...
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" ,...
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@...
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 ...
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@...
Oct 2, 2008 6:19 pm
Hi, set font = pdf.load_font("STSong-Light","GB-EUC-H","keepnative=false"); Kurt ... -- _______________________________________________________________ Kurt...
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,...
19031
Douglas Hanna
douglas.hanna@...
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@...
Oct 6, 2008 2:21 pm
We recommend "unicode". Kurt ... -- _______________________________________________________________ Kurt Stützer kurt@......
19033
Leo R. Lundgren
leo@...
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@...
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@...
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...
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@...
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@...
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...
... 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@...
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...
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@...
Oct 9, 2008 9:26 am
Hi Joff, please open a support case at support@... and send the font there. Kurt ... -- _______________________________________________________________ ...
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...