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 13932 - 13961 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13932
Hey, Are bindings/wrapper available for Ruby? I'd like to use pdflib for a Rails application I'm contemplating. . . Thanks, Tom...
tjeziorny
Offline Send Email
Oct 2, 2005
5:47 pm
13933
... There are some Ruby bindings for PDFlib floating around (Google is your friend), but they refer to older PDFlib versions and are not supported by PDFlib...
Thomas Merz
thomasmerz1
Offline Send Email
Oct 2, 2005
8:44 pm
13934
A have an existing PDF with blocks defined on it, but can't seem to open it as a template. The manual's code fragment is too thin for this neophyte. Any help...
Mark McGhie
bad_dog_nick
Offline Send Email
Oct 3, 2005
7:25 pm
13935
Mark, ... please have a look to the businesscard example. This demonstrate the PPS features with all necessary features. Rainer -- Rainer Plöckl...
Rainer Plöckl
ruebennase_de
Offline Send Email
Oct 4, 2005
7:28 am
13936
Hi, according to Table 8.21, PDFlib replaces unavailable glyphs with a space character, if textwarning is false. Is it possible to define another character...
holgerdors
Offline Send Email
Oct 4, 2005
1:35 pm
13937
... Thank you Rainer, I've searched but haven't found it. Is the business card example in the PDFLib reference manual?...
Mark McGhie
bad_dog_nick
Offline Send Email
Oct 4, 2005
1:41 pm
13938
Hi, ... no. it's placed in the PDFlib package for your prefered programming language. Rainer -- Rainer Plöckl rp@......
Rainer Plöckl
ruebennase_de
Offline Send Email
Oct 4, 2005
1:46 pm
13939
Holger, At present (PDFlib 6.0.2), it's not possible to specify a character for unavailable glyphs. But we think about such an option. Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Send Email
Oct 4, 2005
2:05 pm
13940
Kurt, thank you for the fast reply. I think that such an option would really be useful; please add it in a future release! :-) Thanks again, Holger ... for ......
holgerdors
Offline Send Email
Oct 4, 2005
2:08 pm
13941
Hello, once again: can anybody tell me how to treat the char "<" in a textflow that it will be printed into my PDF without getting an Error. If put this char...
Benedikt Quirmbach
benedikt@...
Send Email
Oct 4, 2005
2:49 pm
13942
Benedikt, please read the paragraph "Inline Option Lists for Textflow" in chapter 8.3.5 of the PDFlib 6.0.2 manual. Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Send Email
Oct 4, 2005
3:01 pm
13943
PDFlib pCOS is a new software package for reliably reading any information from PDF documents which is not part of the actual page contents. PDFlib pCOS is...
Thomas Merz
thomasmerz1
Offline Send Email
Oct 4, 2005
3:55 pm
13944
Hi, Anyone who have been able to add PDFlib support to PHP 5.0.5? :( I get strange errors in my apache log... PHP Warning: PHP STartup: Unable to load dynamic ...
Johan Holst Nielsen
tcr480
Offline Send Email
Oct 4, 2005
4:08 pm
13945
Johan, ... did you use the file DSO from PDFlib-6.0.2-Linux/bind/php5/php-503 directory? Rainer -- Rainer Plöckl rp@......
Rainer Plöckl
ruebennase_de
Offline Send Email
Oct 4, 2005
4:13 pm
13946
... I get ... directory. ... loads fine ... supported for ... Yes I did :) Thats the closest to the version I could find? Do if help to say that the OS is...
Johan Holst Nielsen
tcr480
Offline Send Email
Oct 4, 2005
5:33 pm
13947
Hi, ... [...] ... and do you use it on the correct platform package? We provide packages for: - IA-32 Intel 32 bit architecture (x86) - IA-64 Intel 64 bit...
Rainer Plöckl
ruebennase_de
Offline Send Email
Oct 4, 2005
5:42 pm
13948
... Doh :( I forgot I was on a 64bit processor :D It works perfectly now... Thanks a lot for your help and your patience :) Regards, Johan...
Johan Holst Nielsen
tcr480
Offline Send Email
Oct 4, 2005
7:06 pm
13949
How many different ways can My Secret Society. Com explain that we are the best Swinger Site in the world !!!!!!! Let's see we have members in over 50...
my_secret_people
my_secret_pe...
Offline Send Email
Oct 5, 2005
12:46 am
13950
Hi, I am using PDFlib Realbasic plugin to create a pdf consisting of around 10,000 pages, if I do not embed the fonts it is fine but if I use embedding=true...
danc00per
Offline Send Email
Oct 7, 2005
12:57 pm
13951
I am trying to create bulleted and numbered lists using unicode characters rather than just plain ascii text. The sample from the manual works with no problem:...
veggydawson
Offline Send Email
Oct 7, 2005
1:29 pm
13952
Hi Dan, which version of PDFlib do you use? How many fonts inclusive encodings do you load? Do you use OpenType fonts with 8-bit encodings? Do you call the...
Kurt Stützer
kurt@...
Send Email
Oct 7, 2005
1:59 pm
13953
Kurt, Thanks for your reply, I should have been more specific. I'm not using load_font(), the fonts are specified with the PDFlib block tool, I am specifying...
Dan Cooper
danc00per
Offline Send Email
Oct 7, 2005
2:09 pm
13954
Hi, in table 8.25, option textlen: "...The characters are counted before character references are resolved...". Thus: textlen=1 is wrong. Correct is in your...
Kurt Stützer
kurt@...
Send Email
Oct 7, 2005
2:11 pm
13955
... This fall back to load_font(). How many different fonts do you load via fill_textblock()? ... Which version of PDFlib do you use? Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Send Email
Oct 7, 2005
2:19 pm
13956
I am using one single font on two pages, repeated about 6000 times each producing around 12,000 pages or more. I am using PDFlib 6.0.2. Dan....
Dan Cooper
danc00per
Offline Send Email
Oct 7, 2005
2:26 pm
13957
Hi Dan, please contact our support (support@...) and send a code snippet, the font and the block PDF file to the support. Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Send Email
Oct 7, 2005
2:35 pm
13958
Thanks Kurt. I now understand what that sentence means. Problem resolved!!...
veggydawson
Offline Send Email
Oct 7, 2005
3:10 pm
13959
Is there no pdflib_pl available for FreeBSD 4.x? Is there any way to use PDFLib with Perl under this OS?...
erikpair
Offline Send Email
Oct 7, 2005
3:10 pm
13960
Hi group, Hoping someone can help me sort this out. The printer I'm using reports "something wrong with your pdfs". They look ok when viewed straight out of...
mdspdrsn
Offline Send Email
Oct 7, 2005
3:33 pm
13961
Hi Mads, which PDFlib version do you use? Are the fonts OpenType fonts? In PDFlib 6.1 we fixed a bug which could be related to your bug. Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Send Email
Oct 7, 2005
3:46 pm
Messages 13932 - 13961 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