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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 19014 - 19045 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19014
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@...
Send Email
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...
Rainer Plöckl
ruebennase_de
Offline Send Email
Oct 1, 2008
8:51 am
19016
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@...
Send Email
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 Ford
jossford
Offline Send Email
Oct 1, 2008
10:55 am
19018
John, ... here you must use $vtMacro . $vtData instead of $vtData: $tf = $current_pdf->create_textflow($vtMacro . $vtData, $vtOptlist1); hope this helps Rainer...
Rainer Plöckl
ruebennase_de
Offline Send Email
Oct 1, 2008
10:58 am
19019
whoops :) Thank you Rainer. ... -- Drag And Drop Ltd Chichester House 45 Chichester Road Southend-on-Sea Essex SS1 2JU 08000 43 22 12...
John Ford
jossford
Offline Send Email
Oct 1, 2008
11:04 am
19020
Is there a way to have both version 6 and version 7 of PDFlib loaded under PHP?...
James Greenwood
james.greenwood
Offline Send Email
Oct 1, 2008
1:33 pm
19022
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" ,...
validaccount81
Offline Send Email
Oct 2, 2008
3:11 am
19023
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 ...
marsding2006
Offline Send Email
Oct 2, 2008
2:23 pm
19024
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@...
Send Email
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,""); ...
marsding2006
Offline Send Email
Oct 2, 2008
2:46 pm
19026
Hi, set font = pdf.load_font("STSong-Light","GB-EUC-H","keepnative=false"); Kurt ... -- _______________________________________________________________ Kurt...
Kurt Stu"tzer
kurt@...
Send Email
Oct 2, 2008
6:19 pm
19027
... Thank you very much for your help.I succeed it....
marsding2006
Offline Send Email
Oct 3, 2008
1:12 am
19028
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...
Jonathan Lee
jlee_lee740304
Offline Send Email
Oct 4, 2008
10:56 pm
19029
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,...
joff
Offline Send Email
Oct 5, 2008
5:23 am
19031
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@...
Send Email
Oct 6, 2008
1:40 pm
19032
We recommend "unicode". Kurt ... -- _______________________________________________________________ Kurt Stützer kurt@......
Kurt Stützer
kurt@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
jeffatclockwork
Offline Send Email
Oct 8, 2008
2:26 pm
19037
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@...
Send Email
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@...
Send Email
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...
Thomas Merz
thomasmerz1
Offline Send Email
Oct 8, 2008
4:58 pm
19040
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@...
Send Email
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...
joff
Offline Send Email
Oct 9, 2008
5:49 am
19042
Hi Joff, please open a support case at support@... and send the font there. Kurt ... -- _______________________________________________________________ ...
Kurt Stützer
kurt@...
Send Email
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...
yesosuresh
Offline Send Email
Oct 10, 2008
8:30 am
19044
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...
Rainer Plöckl
ruebennase_de
Offline Send Email
Oct 10, 2008
9:18 am
19045
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...
Jerry
imnottoonice
Offline Send Email
Oct 10, 2008
11:22 pm
Messages 19014 - 19045 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