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 19401 - 19431 of 19967   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19401
Hi, I tried several ways to include searchpath to my fonts, but nothing works. Here the example: $projectRoot = $_SERVER['DOCUMENT_ROOT']. "/development/"; ...
steve.schneider82
steve.schnei...
Offline Send Email
Mar 2, 2009
8:19 am
19402
To share the information: The activator for this bug is <avoidbreak=true>test<avoidbreak=false> and this bug is solved in PDFLib 7.0.4. The new version will...
Sebastian H.
borsti_ef
Offline Send Email
Mar 2, 2009
10:13 am
19403
Hi Steve, please activate the logging (see section 2.7 of PDFlib API reference), set classes={resource=2 filesearch=2} and look in the logfile what it's going...
Kurt Stützer
kurt@...
Send Email
Mar 2, 2009
3:13 pm
19404
... nothing works. ... "normal=/var/www/vhosts/testdomain/httpdocs/development/data/fonts/TG______.AFM"); ... Here the errorlog [...
steve.schneider82
steve.schnei...
Offline Send Email
Mar 2, 2009
4:02 pm
19405
Steve, the problem is, you set the SearchPath three times. #1 ... #2 ... #3 ... with the second, you delete the list of SearchPaths, and so only the last...
Rainer Plöckl
ruebennase_de
Offline Send Email
Mar 2, 2009
4:07 pm
19406
Hi all. I have some problems with a certain inline macro where I suspect that the leading is not honored properly. The complete macro is as follows (sorry for...
Frank Arensmeier
dasendevomnetz
Offline Send Email
Mar 3, 2009
8:07 am
19408
Hello, i have a problem with creating tables in ASP. i have an simple example like the following that is not running successfully. Its hang up at the line "tbl...
d_zimmerm70
Offline Send Email
Mar 3, 2009
8:45 am
19409
Dirk, ... from what you have posted, I guess there are the following possible reasons: - you do not use PDFlib 7 - tbl is not defined and for the first...
Rainer Plöckl
ruebennase_de
Offline Send Email
Mar 3, 2009
9:23 am
19410
Hi Frank, please tell us what you want to achieve by leading=0%. Apart from that we will try to reproduce the result. Kurt ... -- ...
Kurt Stützer
kurt@...
Send Email
Mar 3, 2009
11:06 am
19411
Hello Kurt. Sorry, I should have been more clear. The macro "department" applies to a single line of text within the textflow. Because that line of text is...
Frank Arensmeier
dasendevomnetz
Offline Send Email
Mar 3, 2009
11:40 am
19412
Hello, i checked the table function with the sample script and this runs without any problems. But i use VBScript (not Javascript). Is it possible to create...
d_zimmerm70
Offline Send Email
Mar 3, 2009
1:03 pm
19413
Hi, there are several issues in your code. It starts with a wrong DIM and wrong syntax for the functions calls, as well wrong concatenation for strings. The...
Rainer Plöckl
ruebennase_de
Offline Send Email
Mar 3, 2009
1:26 pm
19414
At first thanks a lot, i saw the wrong DIM and solved this before i wrote the Reply. The scripts runs perfect, now i have to check in detail what i made wrong ...
d_zimmerm70
Offline Send Email
Mar 3, 2009
1:52 pm
19415
Hello, i have several text blocks that i have to publish in a table. The table/cell size have allways depend on the textsize. Which way is the best to realize...
d_zimmerm70
Offline Send Email
Mar 4, 2009
12:13 pm
19416
... Are you aware of the available materials? - The starter_table sample (available for all supported language bindings) may serve as a jump start. - The...
Thomas Merz
thomasmerz1
Offline Send Email
Mar 4, 2009
1:45 pm
19417
Hello. I am just wondering - any progress? //frank ... Hello. I am just wondering - any progress? //frank 3 mar 2009 kl. 12.39 skrev Frank Arensmeier: Hello...
Frank Arensmeier
dasendevomnetz
Offline Send Email
Mar 4, 2009
3:45 pm
19418
Frank, I still don't understand what you want to achieve. Therefore it would by nice if you describe the desired result of the text. Here some notes: The...
Kurt Stützer
kurt@...
Send Email
Mar 4, 2009
5:09 pm
19419
Hi all, I am generating a pdf with lot of images in it. The size of the pdf generated is very huge. I have read, the PDFLIB processes the images as it is and...
vijay bhaskar reddy
vijay_price
Offline Send Email
Mar 5, 2009
6:58 am
19420
Hi Vijay, AFAIK there is no option for downscaling the image directly in PDFlib. What we do to optimize the images in our PDFs is to scale them with...
Philipp Wolfer
outsidecontext
Offline Send Email
Mar 5, 2009
8:30 am
19421
Hello Kurt. The whole thing was probably a misunderstanding from my side. I was under the impression that "leading" was the equivalent of "line height", which...
Frank Arensmeier
dasendevomnetz
Offline Send Email
Mar 5, 2009
9:27 am
19422
... This feature is already available: use the "optimize" option in PDF_begin_document(). PDFlib will identify duplicate images and remove all redundant...
Thomas Merz
thomasmerz1
Offline Send Email
Mar 5, 2009
9:58 am
19423
Question - is this optimize option identical to the optimization feature of PLOP? ... From: Thomas Merz <tm@...> Subject: Re: [pdflib] images in the pdf...
Brian Moskowitz
bjmosk
Offline Send Email
Mar 5, 2009
6:10 pm
19424
... Yes, it is. Usually it is not required in PDFlib since the optimization effect can be achieved either automatically (PDFlib checks whether a loaded font is...
Thomas Merz
thomasmerz1
Offline Send Email
Mar 5, 2009
11:17 pm
19425
Dear group members, Im a newbie in the use of PDFlib. I can successfully create PDFs but one the requirements is that those PDFs are outlined (not sure if this...
esteban.isaac
Offline Send Email
Mar 6, 2009
11:49 am
19426
... No, PDFlib does not create vector graphics from font-based text. Frankly, doing this is generally a very bad idea anyway. The reasons I have heard so far...
Thomas Merz
thomasmerz1
Offline Send Email
Mar 6, 2009
12:23 pm
19427
Hi, For a web application I am using PDFlib 7 PPS with a PHP binding. I came to the point where I want to let the web application users upload images, which...
Martijn Deddens
mkdeddens@...
Send Email
Mar 6, 2009
5:03 pm
19428
... I'm not sure what you mean here - do you take into account that there are RGB and CMYK ICC profiles, and you can use only a profile which matches the image...
Thomas Merz
thomasmerz1
Offline Send Email
Mar 7, 2009
12:20 am
19429
Thanks for your reaction! Reading it I realized I wasn't clear enough on my purpose. As I'm more the PHP/web developer and less the PDF expert, forgive me if...
Martijn Deddens
mkdeddens@...
Send Email
Mar 7, 2009
1:03 am
19430
... Hmmm... the ICC profile for an image describes the colors it contains in a more precise way than just RGB or CMYK, so you have to consider the images also...
Thomas Merz
thomasmerz1
Offline Send Email
Mar 8, 2009
5:50 pm
19431
Hi, I have an strange problem. I try to create a PDF page and add some Boxes. I use this statement to create the Box and the Page. PDF_begin_page_ext($var_pdf,...
mrscalahan
Offline Send Email
Mar 9, 2009
10:26 am
Messages 19401 - 19431 of 19967   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