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 10493 - 10523 of 19971   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10493
I've another odd problem. I can load a PDF change a block and resave it easilly enough.. though it took me a while to figure out what was the problem - for ...
Alex
alexthedruidz
Offline Send Email
Apr 1, 2004
1:46 pm
10494
Can anyone help me with this? Is this something someone has tried to do? I'm sure I'm close, just some line of code is wrong... ... matter...
Hunter Daley
hunterdaley
Online Now Send Email
Apr 1, 2004
3:29 pm
10495
... First thing I see is you dont close your PDI document handle. You close the page but dont close the PDI document handle. Also you aren't doing a close...
jasonjtmd
Offline Send Email
Apr 1, 2004
3:51 pm
10496
Seems you're missing a call to oPDF.close. See our samples for the proper function ordering, especially when using get_buffer. Thomas ... -- ...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2004
4:12 pm
10497
When appending PDF Files using version 4.01 I get a green WWW.PDFLib.Com watermark on only the appending pages. I reinstalled PDFLib to makse sure my license...
sco_cat
Offline Send Email
Apr 1, 2004
4:55 pm
10498
I've been having a play with the block sample - businesscard.php. when I use another PDF to add fields into i get an error message Warning: No file specified...
Alex
alexthedruidz
Offline Send Email
Apr 1, 2004
5:45 pm
10499
Is your license for both PDFLib AND PDIlib? Or is it just for PDFLib? ... From: sco_cat [mailto:scott@...] Sent: Thursday, April 01, 2004 11:55 AM To:...
Lou Hoelbling
notlkh
Offline Send Email
Apr 1, 2004
5:46 pm
10500
Oh.. good question, I'm guessing that is the problem. Is there any way to be sure that is it? ... www.Seybold365.com/ams2004...
sco_cat
Offline Send Email
Apr 1, 2004
5:56 pm
10501
Hmmm, Do you stll have an email that starts with something like: **************************************************************** Subject: PDFlib GmbH: product...
Lou Hoelbling
notlkh
Offline Send Email
Apr 1, 2004
6:17 pm
10502
I'm not sure. This was purchased before I got here. Do you know if the new version 5.03 is backward compatible with 4 or would I need to re-write everything? ...
sco_cat
Offline Send Email
Apr 1, 2004
6:25 pm
10503
It is evident that you don't have the license key for both PDFLib and PDILib applied, since you are getting the NAG when using PDI, but apparently not when...
Lou Hoelbling
notlkh
Offline Send Email
Apr 1, 2004
6:30 pm
10504
Interesting.... When I try this "string sPDI = gPDF.get_parameter("pdi",0);" it returns true but I'm still not sure. ... and PDILib applied, since you are...
sco_cat
Offline Send Email
Apr 1, 2004
9:21 pm
10505
... This only means that PDI is present in the library that you are using, and does not relate to your license. If you get the green stamp your license does...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2004
9:48 pm
10506
alright, adding that one line of oPDF.close before get_buffer fixed the problem... now a new question to pose: It seems as thought PDFlib does not support ver....
Hunter Daley
hunterdaley
Online Now Send Email
Apr 1, 2004
9:56 pm
10507
To use a 1.5 version you need to set the compatibility mode to 1.5. In your code you are setting it to 1.4 so only Acrobat 5 and lower PDFs will work. ...
jasonjtmd
Offline Send Email
Apr 1, 2004
10:20 pm
10508
... Wrong. ... This time I'll refer you to the manual; "compatibility" is your buzzword. Thomas _______________________________________________________________...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2004
10:22 pm
10509
Have you tried using absolute paths? ... From: Alex [mailto:alexanderrigg@...] Sent: Thursday, 1 April 2004 23:46 To: pdflib@yahoogroups.com Subject:...
Shaun Moss
shaunmoss
Offline Send Email
Apr 1, 2004
11:08 pm
10510
********************************************************** This only means that PDI is present in the library that you are using, and does not relate to your...
Lou Hoelbling
notlkh
Offline Send Email
Apr 2, 2004
12:57 am
10511
Hi Shaun yep I saw the stuff about using absolute paths on windows platforms so I tried using $searchpath = basename("c:/web/data"); PDF_set_parameter($p,...
Alex
alexthedruidz
Offline Send Email
Apr 2, 2004
10:00 am
10512
Alex, you have a PHP problem, not a PDFlib problem. Please read the following link once again: http://de.php.net/manual/en/function.basename.php ... Today it's...
Rainer Ploeckl
ruebennase_de
Offline Send Email
Apr 2, 2004
10:13 am
10514
I'm having the same problem. I have done this in the code, but nothing seems to happen: $overprint = PDF_create_gstate($p, "overprintmode 1"); Then before each...
ocprices
Offline Send Email
Apr 2, 2004
10:54 am
10515
When changing the PDF_create_gstate to: $overprint = PDF_create_gstate($p, "overprintmode 1 overprintfill"); it seemed to work somewhat better. Problem solved!...
ocprices
Offline Send Email
Apr 2, 2004
12:14 pm
10516
I have pdflib 4.0.3 and when I try to print a pdf file from Acrobat 6.0, it only print the background image but not the text, but I see the text in the...
Cecilia Diaz
adiaz@...
Send Email
Apr 2, 2004
1:16 pm
10517
... Apparently the statement in parentheses is wrong. Actually, the "pdi" parameter was not meant to inform about the type of license, but rather the...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 2, 2004
1:38 pm
10518
CODE: oPDF.set_parameter "compatibility", "1.5" ERROR MESSAGE: Unknown compatibility level '1.5' ~~~~~~~~~~~~~~~ Yes, I've tried this already and it didn't...
Hunter Daley
hunterdaley
Online Now Send Email
Apr 2, 2004
2:29 pm
10519
... this works only with PDFlib 5. What version of PDFlib did you use? It's always very useful to add such an important information to the mails, when you...
Rainer Ploeckl
ruebennase_de
Offline Send Email
Apr 2, 2004
2:35 pm
10520
Hello! I am trying to find the right encoding for Courier in order to display the line draw characters available in the PC-8 code 437 symbol set. I am not sure...
andreia_mahler
Online Now Send Email
Apr 2, 2004
3:51 pm
10521
I'm just a developer so I don't have direct access to the servers, although I'd like to. However I did find out we only have PDF 4.something, so I'm working on...
Hunter Daley
hunterdaley
Online Now Send Email
Apr 2, 2004
4:21 pm
10522
Hi, I am getting an error using : $font = PDF_load_font($p, "Helvetica-Bold", "builtin", ""); the error in the server's httpd error_log file is -- [error] PHP...
NYC
gkl200
Offline Send Email
Apr 2, 2004
11:15 pm
10523
... If other PDFlib functions work chances are you have PDFlib 4 installed, but PDF_load_font() requires PDFlib 5. Either you switch to PDFlib 5, or change...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 3, 2004
8:36 am
Messages 10493 - 10523 of 19971   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