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 6922 - 6951 of 19963   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6922
good day... i am not sure if this is related to PDFLIb... HOW DO I CHECK (in PHP) IF A GENERATED PDF Document IS SAVED BY THE CLIENT IN HIS MACHINE? Is there...
vixenfemme19 <_gertru...
vixenfemme19
Offline Send Email
Jan 2, 2003
4:17 am
6923
Hya. Could you please post som information on PDFLib 5? - when will it go in a public beta release, and when is the final product intended to be released? I...
binnerup2000 <brian@....
brian@...
Send Email
Jan 2, 2003
7:49 am
6924
Hello, I have a very difficult problem that I am trying to solve - and I think that external image references may help... But, everything I read abotu them...
devpty <gsaylor@...>
devpty
Offline Send Email
Jan 2, 2003
3:17 pm
6925
... How does the assembly take place? Is it manual or automatic/programmatic? Do you have control over the process? ... That assumes that you prebuild each...
Leonard Rosenthol
leonardr@...
Send Email
Jan 2, 2003
4:24 pm
6926
Please help. I am creating a PDF by placing an existing PDF using PDI. The resulting file opens fine in Acrobat and Photoshop, but will not open in...
dcasegr <dcasegr@...>
dcasegr@...
Send Email
Jan 2, 2003
8:09 pm
6927
What versions of Illustrator, Photoshop and Acrobat are you using? -- Peter On Thursday, January 2, 2003, at 12:09 PM, dcasegr <dcasegr@...>...
Peter Truskier
ptruskier
Offline Send Email
Jan 2, 2003
8:40 pm
6928
... Yeah, it's programmatic so I have a lot of control over it... ... That is an interesting twist on it too.... ... Internet ... Well, the product runs off of...
devpty <gsaylor@...>
devpty
Offline Send Email
Jan 2, 2003
8:54 pm
6929
... I think you will find this the best approach. Only downside is that the client will have to wait some amount of time while you "build the document" - but...
Leonard Rosenthol
leonardr@...
Send Email
Jan 2, 2003
9:10 pm
6930
PageMaker 7, Illustrator 10. ... 12,...
dcasegr <dcasegr@...>
dcasegr@...
Send Email
Jan 3, 2003
5:50 pm
6931
Hello, I'd like to be able to deploy an application written in Powerbuilder, without having to include an OCX - our customers have very limited technical...
t_coolidge <t_coolidg...
t_coolidge@...
Send Email
Jan 3, 2003
6:59 pm
6932
Although it's called the PDFlib ActiveX edition, what we offer is really not an OCX but a plain COM DLL which can easily be deployed from all COM-aware...
Thomas Merz
thomasmerz1
Offline Send Email
Jan 3, 2003
7:49 pm
6933
Hi there, I have some problems getting PDFLib to work with PHP 4.3.0. I downloaded PDFLib from pdflib.com and decided to install it as a Loadable Module (DSO)....
slavakobzaria <xso@...>
xso@...
Send Email
Jan 4, 2003
8:49 pm
6934
Does anyone know if PSP will work in PHP 4.3.0? Has anyone had any success getting this to work? I installed the .dll to the entensions folder and have it...
gerrygerrygerrygerry2...
gschafer@...
Send Email
Jan 5, 2003
5:34 am
6935
Basically we have written a small javascript which triggers a servlet to generate PDF every 5 seconds from the browser. If I have two browser sessions doing...
srini_patil2000 <srin...
srini_patil2000
Offline Send Email
Jan 6, 2003
8:59 am
6936
The PHP developers introduced changes which make PDFlib 4.0.3 source and binary incompatible with PHP 4.3.0. We already made the necessary changes in our...
Thomas Merz
thomasmerz1
Offline Send Email
Jan 6, 2003
11:13 am
6937
PSP will work with PHP 4.3.0 (unlike PDFlib 4.0.3, which requires source code changes). Maybe you are running into problems related to permission settings or...
Thomas Merz
thomasmerz1
Offline Send Email
Jan 6, 2003
11:15 am
6938
I'm trying to set my page size to US legal (8x14 inch) by using this call: PDF_begin_page($p, 612, 1008); But when I print, the page is resized to US letter...
tmwhoola <tmanning-ya...
tmwhoola
Offline Send Email
Jan 6, 2003
5:43 pm
6939
Thomas- Hmmm.... I suppose permissions problems might be possible... but I consider it highly unlikly! I haven't ever had any problems with permissions before....
gerrygerrygerrygerry2...
gschafer@...
Send Email
Jan 6, 2003
6:24 pm
6940
pdf_begin_page($pdf, (72 * 11),(72 * 8.5)); this is code that I have used with no problem regards, John ... From: tmwhoola <tmanning-yahoospam@...> ...
John Signorello
jsignor1953
Offline Send Email
Jan 6, 2003
6:48 pm
6941
Thomas- I tried installing a newer php_pdf.dll, I was unable to get it to load correctly... here's what happens (3 times per php execution): Alert: "The...
gerrygerrygerrygerry2...
gschafer@...
Send Email
Jan 6, 2003
6:49 pm
6942
pdf_begin_page($pdf, (72 * 11),(72 * 8.5)); this is code that I have used with no problem pdf_begin_page($pdf, (72 * 14),(72 * 8.5)); should work for you ...
John Signorello
jsignor1953
Offline Send Email
Jan 6, 2003
6:50 pm
6943
I have the following code that puts a tiff image into pdf form. If I don't use the rotate feature the page is displayed as expected. As soon as I add the...
David Koeblitz
dkoeblitz
Offline Send Email
Jan 6, 2003
7:28 pm
6944
You probably want to do a translate first to wherever the center of the image is before you do a rotate- that way it'll rotate around the image, and not the...
Gus Mueller
ccgus
Offline Send Email
Jan 6, 2003
7:35 pm
6945
Thank you Gus. This worked with the following change for scale pdf_translate( $pdf_doc, $imageHeight * $Scale, $pageHeight - ( $imageWidth * $Scale )); ... ...
dkoeblitz <dkoeblitz@...
dkoeblitz
Offline Send Email
Jan 6, 2003
10:21 pm
6946
As a general rule of thumb I would suggest that you pick up copies of the Adobe PostScript Red, Green and Blue books*. As it looks like Thomas designed PDFlib...
Douglas Hanna
douglas.hanna@...
Send Email
Jan 6, 2003
10:58 pm
6947
Basically we have written a small javascript which triggers a servlet to generate PDF every 5 seconds from the browser. If I have two browser sessions doing...
srini_patil2000 <srin...
srini_patil2000
Offline Send Email
Jan 7, 2003
4:36 am
6948
I'm looking for help regarding PHP, PDFLib & HTTPS. I have a php app that generates PDF documents using PDFLib. When running the app via HTTP, everything works...
Glen Bayliss
glen@...
Send Email
Jan 7, 2003
7:16 am
6949
Hello! How do I tell the pdflib in PHP that it should open up a new page and continue on that page? Thanks, Christoph...
Christoph <eicke@...>
eicke@...
Send Email
Jan 7, 2003
10:15 am
6950
Okay. I've searched this forum, read the manual and experimented for 2 days and am still unable to select a font other than the base 14. Here is one of the...
nc_cliff <web.dev@...>
nc_cliff
Offline Send Email
Jan 7, 2003
11:16 pm
6951
... - Maybe use Transtype to convert the fonts from Mac to PC. it worked for me. http://www.fontlab.com/html/transtype.html...
Steve Smith
steve669ca
Offline Send Email
Jan 7, 2003
11:58 pm
Messages 6922 - 6951 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