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...
Show off your group to the world. Share a photo of your group with us.

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 17090 - 17129 of 19963   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17090
Hello, I require my application to read the comments on the first page of the pdf and use it for further processing. Is there anyway to do that without use of...
jatinchimote
Offline Send Email
May 1, 2007
8:27 am
17092
I am writing an application that create a PDF file in two steps. 1st: Import some pages from a PDF file to the new created file. 2nd: Use PDFLib to write text...
KC Leung
kleung@...
Send Email
May 1, 2007
8:47 pm
17093
... If you are using PDFlib+PDI it includes the pCOS interface which can be used to query all kinds of PDF items, including annotations.r ... The limits are...
Thomas Merz
thomasmerz1
Offline Send Email
May 1, 2007
11:06 pm
17097
The PDF_begin_page_ext() function will create a new page with white background, I am wondering if it's possible to begin a new page with transparent background...
lagbluejazz
Offline Send Email
May 3, 2007
10:15 pm
17101
Hello, I'm new to this list and currently evaluating PDFlib TET for my employer. We previously used PDFBox to extract text from PDF documents but due to too...
pandae667
Offline Send Email
May 4, 2007
10:32 am
17102
We use long german texts (text-alignment: justified) in our program (about 20 A4 pages) and we noticed a strange phenomenon in the automatic hyphenation (we do...
thomrueck
Offline Send Email
May 4, 2007
11:03 am
17103
We depend on the "pdf_info_textflow" function with the "remainchars" option, because we let pdflib take care of the page-breaks in our program, but we need to...
thomrueck
Offline Send Email
May 4, 2007
11:15 am
17104
Hello thom, ... I'm sorry that I cannot help you... But german hyphenation is also an issue for me. How do you insert soft-hyphenation-characters into the...
Benedikt Quirmbach
benedikt@...
Send Email
May 4, 2007
11:31 am
17105
... There is no automatic hyphenation in PDFlib. If you do not provide any soft hyphens (and hyphenation is activated), PDFlib will have to force-hyphenate...
Thomas Merz
thomasmerz1
Offline Send Email
May 4, 2007
11:43 am
17106
... The only way is to insert a "&shy;" at the position in the text where the break should happen. So we write "Haushalts&shy;mitglied" instead of...
thomrueck
Offline Send Email
May 4, 2007
11:43 am
17107
... There was a bug in TET_open_document_mem() which caused the above misbehavior. The bug has already been fixed; please contact our support to request a...
Thomas Merz
thomasmerz1
Offline Send Email
May 4, 2007
12:07 pm
17108
Hi, ... yes, this is the way to do it... But where did you get the data for the mysql-table? This is exactly what I was looking for. Or maybe one could use a...
Benedikt Quirmbach
benedikt@...
Send Email
May 4, 2007
12:09 pm
17109
There are many free dictionarys around, which include hyphenation, which you can use - ispell, aspell, and others....
thomrueck
Offline Send Email
May 4, 2007
12:37 pm
17110
... Actually, PDFs automatically have a transparent background. Or more accurately, no background at all. It is the PDF viewer, not creator, which usually...
Lance Cotton
jose_can_u_c
Offline Send Email
May 4, 2007
1:36 pm
17111
Hi, µ is µ but its displaying µ in pdf file. Do you know how to fix this problem? Thank you. Nick ... From: pdflib@yahoogroups.com...
Nghia
nnyco
Offline Send Email
May 4, 2007
2:12 pm
17112
Python AIX...
Richard Wheeler
wheelrl
Offline Send Email
May 5, 2007
1:27 pm
17114
Hi, I am using the PDFLite Lite 7.0.1 in VS2005. I have problems on compiling the "Hello" sample program. Here is the errors I got: 1>------ Build started:...
amaltung
Offline Send Email
May 7, 2007
4:01 am
17115
For a rather long time we used PDFLIB 6.0 in our company. Since we switched to pdflib 7.0 almost one third of our text - which have automatic page-breaks - did...
thomrueck
Offline Send Email
May 7, 2007
2:44 pm
17118
Free service to shorten long URLs, short URL always looks better ! Visitors counter. * Redirection to any page. * Perfect for long Amazon Affiliate URLs. * ...
Hello
afandina_new_1
Offline Send Email
May 9, 2007
6:28 am
17119
Free service to shorten long URLs, short URL always looks better ! Visitors counter. * Redirection to any page. * Perfect for long Amazon Affiliate URLs. * ...
Hello
afandina_new_1
Offline Send Email
May 9, 2007
6:56 am
17120
Error Type: PDFObject.Create (0xFFFFFC18) Object doesn't have 'obj' tag i am recieving this error when i try to access my binary files using the following...
sunils_god
Offline Send Email
May 9, 2007
7:14 am
17121
Or then it's working in a way that I can't comprehend. The line that is commented out writes some of the text on top of the earlier text on the same line(and...
heikkinaski
Offline Send Email
May 9, 2007
8:16 am
17122
Thank you for this tip! Do you know any tutorial or advice on how to use them as hyphenation dictionaries under php? I did not find any on the web......
Benedikt Quirmbach
benedikt@...
Send Email
May 9, 2007
8:41 am
17123
Hi, ... just one other idea about hyphenation and PHP: http://pear.php.net/package/Text_TeXHyphen just found this project, but not yet tested in detail. Rainer...
Rainer Plöckl
ruebennase_de
Offline Send Email
May 9, 2007
8:58 am
17124
Hi, I have found the command "ps_hyphenate" in the php documentation. With this command you can get an array of positions where to hyphenate a word. Afterwards...
Benedikt Quirmbach
benedikt@...
Send Email
May 9, 2007
9:39 am
17125
Hi, what character must I use to prevent PDFLib to break a line at a white space? char encoding is winansi. We have a lot of adresses that must be written in a...
Benedikt Quirmbach
benedikt@...
Send Email
May 9, 2007
11:35 am
17126
Hi, ... encapsulate the text with inline options and use the option avoidbreak. Rainer -- Rainer Plöckl rp@... http://www.pdflib.com ...
Rainer Plöckl
ruebennase_de
Offline Send Email
May 9, 2007
11:46 am
17127
I'm new to using the library but have learned a lot in the past few days. Can anyone help me figure out out to load an existing pdf into memory and then export...
tikkips
Offline Send Email
May 9, 2007
12:04 pm
17128
Thank you, Rainer!...
Benedikt Quirmbach
benedikt@...
Send Email
May 9, 2007
12:54 pm
17129
I am also interested in seeing an example of code that places a watermark. Can anyone point me in the right direction? Thanks!...
CindyConlin
Offline Send Email
May 9, 2007
2:29 pm
Messages 17090 - 17129 of 19963   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