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 17397 - 17443 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17397
Hello, We are reviewing pdflib for our development purposes,and although I like the program, I'm having a lot of difficulty writing the new scripting (version...
jpbelinski
Offline Send Email
Jul 2, 2007
6:41 am
17398
Please send us a minimal code by which we can decide whether the described behaviour is a bug in PDFlib or not. Kurt ... -- ...
Kurt Stützer
kurt@...
Send Email
Jul 2, 2007
7:34 pm
17399
Thomas Mertz wrote: * The limit of 8388607 objects is ... an Acrobat limit. Q1: Is this PDF Spec specific to 1.7, ie: does 1.3, 1.4, 1.5 have different...
Lou Hoelbling
notlkh
Offline Send Email
Jul 2, 2007
7:42 pm
17400
This is the simplest code structure for your problem: $textflow = PDF_create_textflow($p, $text, $optlist); do { PDF_begin_page_ext($p, $width, $height); ...
Kurt Stützer
kurt@...
Send Email
Jul 2, 2007
8:01 pm
17401
Q1 - the maximum number of objects in a PDF increased with version 1.3, . Prior to that, the maximum number of objects in a PDF was 250,000. See section C...
Leonard Rosenthol
leonardr@...
Send Email
Jul 2, 2007
8:44 pm
17402
... I disagree. A PDF with more than 8 million objects can be perfectly valid PDF, albeit not being usable in Acrobat. This would of course make the document...
Thomas Merz
thomasmerz1
Offline Send Email
Jul 2, 2007
11:54 pm
17410
Hi there, I need to know if it is possible to place a .swf (just a vector-object) into a PDF using pdflib. Do I need to convert the file into a known type? And...
sellighsphire
Offline Send Email
Jul 4, 2007
6:53 am
17411
Thanks Thomas, For your quick reply. I will try to see if we can reduce number of objects per page. I will contact PDFLIB if any further assistance is need. ...
Bharat Patel
bharrat_p
Offline Send Email
Jul 4, 2007
7:09 am
17412
Hello all: Got an error message while try to add an image to my pdf file. The attached jpg is the file that report file. Anyone know how to deal with it? ...
Jonathan Lee
jlee_lee740304
Offline Send Email
Jul 4, 2007
11:23 pm
17413
Oh, never mind, I think I found the solution. Just need to add "honoriccprofile=false" in the option and load again when use PDF_load_image if I found the ...
Jonathan Lee
jlee_lee740304
Offline Send Email
Jul 4, 2007
11:41 pm
17414
... Exactly. Your JPEG image contains a damaged or unusable ICC profile; it is therefore refused by PDFlib unless you instruct it to ignore the profile....
Thomas Merz
thomasmerz1
Offline Send Email
Jul 4, 2007
11:53 pm
17415
Hi Has anybody set up PDFlib-PHP so that it is possible to generate Avery format PDF's? thanks, -- Dick Visser TERENA IT Support Officer TERENA Secretariat ...
Dick Visser
visser@...
Send Email
Jul 5, 2007
11:27 am
17416
I googled, but found nothing about "Avery format PDF's". Is this an actual flavor of PDF? Or are you asking about doing an Avery Label Layout in a pdf? -Lou ...
Lou Hoelbling
notlkh
Offline Send Email
Jul 5, 2007
12:43 pm
17417
... Yes ;-) I am now coding my own, but was wondering if there is something available already? -- Dick Visser TERENA IT Support Officer TERENA Secretariat ...
Dick Visser
visser@...
Send Email
Jul 5, 2007
5:41 pm
17418
Does anyone know where I can get a NTS (non-ZTS, non-threadsafe) compile of PDFLib 7.x? I am running php on fcgi and it needs options....
pest_lence
Offline Send Email
Jul 6, 2007
11:31 pm
17428
Only placing a Computer on your table is not enough. Click to see: http://www.off-humor.blogspot.com/ <http://www.off-humor.blogspot.com/>...
sdqmalik
Offline Send Email
Jul 9, 2007
4:11 pm
17429
I found this thread regarding alpha channel support for transparancy ... There was no mention as to what version of PDFlib this limitation pertained to. Has...
Kevin
studioj
Online Now Send Email
Jul 9, 2007
4:24 pm
17430
Actually, just use ImageMagick to convert that png to pdf. Then, import that pdf into your pdf page. PDF file does not have background at all. So, this will...
Jonathan Lee
jlee_lee740304
Offline Send Email
Jul 10, 2007
2:56 am
17431
Actually, Jonathan, you've restated my problem exactly. As soon as I convert my file to a PDF, the background of the PNG8 image, which was transparent, is now...
Kevin
studioj
Online Now Send Email
Jul 10, 2007
10:36 am
17432
all, can you run multiple versions of pdflib on the same server? specifically, I'm looking to run both 5 and 7. thanks....
Marc Esher
jonnycattt
Offline Send Email
Jul 10, 2007
11:29 am
17434
I had a ASP.Net app that was working in my development environment with ASP.Net 1.0. Now that I have made the switch to 2.0, I can't seem to have my app...
Mark Lybrand
markyesme
Offline Send Email
Jul 10, 2007
1:35 pm
17435
... The following change was applied in PDFlib 6.0.3, maybe this ... Thomas _______________________________________________________________ Thomas Merz...
Thomas Merz
thomasmerz1
Offline Send Email
Jul 10, 2007
1:50 pm
17436
I use ImageMagick to convert PNG24 to a PDF file directly (use that convert.exe command) to reserve the transparency without issue For PNG8, pdflib support the...
Jonathan Lee
jlee_lee740304
Offline Send Email
Jul 10, 2007
8:04 pm
17437
Hi: I am evaluating pdflib 7 to generate unicode content and it seems "add_bookmark" works fine but not the "show". font = p.load_font("Arial Unicode MS",...
comp_raj
Offline Send Email
Jul 11, 2007
6:12 am
17438
... You must supply a suitable encoding to the load_font() method. In order to create output from Unicode text use encoding "unicode". Note, however, that...
Thomas Merz
thomasmerz1
Offline Send Email
Jul 11, 2007
11:19 am
17439
Hey folks, My program has been working splendidly and I have purchased my licenses for my office to use. I've come across a little snag. I've got a couple of...
Ryan
mindflux_98
Offline Send Email
Jul 11, 2007
3:59 pm
17440
Marc, I haven't actually tried, but under Windows at least, installing PDFLib is basically pointing to a single DLL plus a license key. If you can tell your ...
David Brown
daveaasvorg
Offline Send Email
Jul 11, 2007
10:03 pm
17441
Ryan, you get an empty page for instance when the last line is empty because of one or more linefeeds behind the last text. But I didn't understand the...
Kurt Stützer
kurt@...
Send Email
Jul 12, 2007
9:24 am
17442
Hi Thomas, Still no joy. I installed 6.0.4. I copied the two dlls: pdflib_dotnet.dll msvcr71.dll to the bin folder of my web app. Now, without the two dlls...
Mark Lybrand
markyesme
Offline Send Email
Jul 12, 2007
3:58 pm
17443
Hi, ... please place the msvcr71.dll to your system or system32 directory of your Windows. Rainer -- Rainer Plöckl rp@......
Rainer Plöckl
ruebennase_de
Offline Send Email
Jul 12, 2007
4:42 pm
Messages 17397 - 17443 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