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 to share photos of your group with the world? 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 19324 - 19355 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19324
[we're using PDFLib 7.0.3 PHP binding on Win XP] We have a $pdf->fit_textflow and "minfontsize=6%" works fine, however when we try "minfontsize=10" (or any...
jake_gordon2001
Offline Send Email
Feb 1, 2009
7:15 pm
19325
Hi. We have tried to insert a PNG 8 image which keeps transparency into documents created with pdf-lib 7.0.2. But when we tried with PNG 24 images the...
alsvha_dk
Offline Send Email
Feb 3, 2009
3:13 pm
19326
... PDFlib 7 does not use alpha channels in PNG, but only converts single transparent color values to PDF (for details see manual). Presumably, in your case...
Thomas Merz
thomasmerz1
Offline Send Email
Feb 3, 2009
3:24 pm
19327
PDFlib GmbH announces the immediate availability of a new major release of PDFlib TET. TET is a developer product for reliably extracting text and raster...
Thomas Merz
thomasmerz1
Offline Send Email
Feb 3, 2009
4:09 pm
19328
... I guess the image contains an Alpha channel, although its not visible in Photoshop under the Channels tab - like in other image formats. The PNG-24 format...
alsvha_dk
Offline Send Email
Feb 3, 2009
5:51 pm
19329
... Yes, there is a full alpha channel in the image which is not supported by PDFlib 7. ... Yes... ... ...when it's ready, which will take a while. Thomas ...
Thomas Merz
thomasmerz1
Offline Send Email
Feb 3, 2009
8:35 pm
19330
Hello, If you have Photoshop you can use an automation to transform your PNG Library in a PDF Library. After, you can use easily PDF File with transparency in...
Nicolas Villain
nikolian_fr
Offline Send Email
Feb 4, 2009
7:46 am
19331
Hello All, I try to install pdflib on a new CentOS Linux box (Centos 5.2). I have already successfully installed the pdflib package itself, now I try to get...
Benedikt Carda
carda@...
Send Email
Feb 5, 2009
3:13 pm
19332
Hello Benedikt, this looks like a small bug in the unsupported GD_SUPPORT. To switch on the GD_SUPPORT you have to add something like this: #define...
Rainer Schaaf
rjsatwork
Offline Send Email
Feb 5, 2009
3:35 pm
19333
Hi, is there a way using one of PDFlib's products to reduce the resolution in an existing PDF file? I had a look at PLOP which pretty much does all the...
Philipp Wolfer
outsidecontext
Offline Send Email
Feb 5, 2009
5:52 pm
19334
I have a small project to convert one of the PCOS samples in the PDFlib cookbook to a PHP script with some modifications. ...
Ben Marchbanks
pdflibpilot
Offline Send Email
Feb 5, 2009
7:42 pm
19335
Hi Ben, I was unable to send mail to you (the recieving server said "550 sorry, mail to that recipient is not accepted (#5.7.1)"). Please contact me off list...
Leo R. Lundgren
leo@...
Send Email
Feb 5, 2009
11:32 pm
19336
I've searched a bit, but I'm not sure on the terms. We have a web to print-tool that works great with PDFLib to print cards on demand. The issue I'm having...
buffmeat
Offline Send Email
Feb 6, 2009
4:29 pm
19337
... Most likely the image has some transparent areas. You can try the "ignoremask" option of PDF_load_image(): it instructs PDFlib to ignore transparency...
Thomas Merz
thomasmerz1
Offline Send Email
Feb 6, 2009
11:08 pm
19338
Hello, I want to extract plain text from a PDF like you can do manually by opening the PDF in Acrobat Reader, selecting all the text and copy it to clipboard....
stephan.weiher
Offline Send Email
Feb 9, 2009
6:44 am
19339
... Our product TET (Text Extraction Toolkit) is your friend. It comes with a PHP language binding. The "concordance" example in the TET Cookbook demonstrates...
Thomas Merz
thomasmerz1
Offline Send Email
Feb 9, 2009
8:14 am
19341
... by ... copy it to ... PDFs ... in my ... would be ... this ... thousands of ... Many Thanks for that. It is what I was looking for....
stephan.weiher
Offline Send Email
Feb 9, 2009
9:17 am
19342
Hi kurt, Can you please give me an example on weblink. PDF.add_weblink x, y, x, y, "http://www.example.com" PDF.show_xy "Example", x, y I tried it this way. ...
princi_fish
Offline Send Email
Feb 9, 2009
5:32 pm
19343
Hi kurt, Can you please give me an example on weblink in pdflib 4.0.3. PDF.add_weblink x, y, x, y, "http://www.example.com" PDF.show_xy "Example", x, y I tried...
princi_fish
Offline Send Email
Feb 9, 2009
5:57 pm
19344
Hello Princi_fish, ... this is fine, but you shouldn't use for the lower left and uper right corner the same coordinates. Please see PDFlib 4.0.3 Manual ...
Rainer Plöckl
ruebennase_de
Offline Send Email
Feb 9, 2009
8:19 pm
19345
I'm guessing you're creating a proof PDF that shows the tan background of the paper and getting a non-transparent image knocking out that background? Maybe you...
David Brown
daveaasvorg
Offline Send Email
Feb 9, 2009
8:21 pm
19346
Hello, I need to find the exact portion of a textflow that gets placed on each page. Since there is no tool for this provided, I have written a script that ...
bjmosk
Offline Send Email
Feb 9, 2009
11:35 pm
19347
Brian, we implemented in PDF_info_textflow() the two keys "used" and "remainchars". By means of the key "used", you can retrieve the used text as percentage of...
Kurt Stützer
kurt@...
Send Email
Feb 10, 2009
7:33 pm
19348
Hi Kurt, Thanks for the response.  My application allows a user to create a PDF based on their writing, mainly in the form of journal entries saved to their...
Brian Moskowitz
bjmosk
Offline Send Email
Feb 10, 2009
8:43 pm
19350
Hi, I am using begin_document() to create a new PDF. But by default it dumps newly created PDF in my program folder. I want to set up path/folder where the new...
Abro
abro_79
Offline Send Email
Feb 11, 2009
4:59 pm
19351
Hi, ... I assume you have some permissions issues here. In error case, it's recommended to retrieve the PDFlib error reason: MsgBox(oPDF.get_errmsg()) Reasons...
Rainer Plöckl
ruebennase_de
Offline Send Email
Feb 11, 2009
6:14 pm
19352
Abro, What version of PDFLib do you have? For what development environment? It appears you are using VB6 or less? Does there actually exist a directory called...
notlkh
Offline Send Email
Feb 11, 2009
6:15 pm
19353
... Hi Lou, thanks for the reply, you are right the directory didnt existed ( i thought it would automatically be created).so by adding this line i solved the...
Abro
abro_79
Offline Send Email
Feb 11, 2009
6:50 pm
19354
I need to output a dynamic pdf file using pdflib, and run into a problem to display text/character along an arc, which is required by the project, does any...
jinsamuel1122
Offline Send Email
Feb 11, 2009
9:38 pm
19355
Why cant we use verticalalign in macros? $macro = "<macro { gs {fontname=Frutiger fontsize=7 alignment=left verticalalign=bottom leading=100% ... PHP Fatal...
jonakim@...
jonakim...
Offline Send Email
Feb 12, 2009
3:39 pm
Messages 19324 - 19355 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