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 13042 - 13072 of 19963   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13042
Hi group, I'm developing my first application using pdfLib and PHP. I need to use a font supplied to me by a designer. The font is called Dax and is PostScript...
mdspdrsn
Offline Send Email
Apr 1, 2005
12:46 pm
13043
... PDFlib does not support system-installed PostScript Type 1 fonts on the Mac. Solution: configure the font file to be read from its disk file (see...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 1, 2005
1:28 pm
13044
Can anyone tell me how to make the generated PDF document open at "fit in window" size ? Thank you...
stefumar
Online Now Send Email
Apr 1, 2005
2:06 pm
13045
... Thanks for your input. I thought I was going mad, since I couldn't get it to work. I'll try to get alternate fonts. // Mads...
mdspdrsn
Offline Send Email
Apr 1, 2005
2:11 pm
13046
Hello ! I'm a recent user of PDFLib and I enjoy using it ! I would like to know if it is possible with PDFLib + PDI to detect on a PDF I load, if there is...
julien_pe
Offline Send Email
Apr 1, 2005
5:31 pm
13047
http://www.veenaimovies.com/photogalleryDetails.asp?artistId=564&artist_name=Sonia%20Agarwal ... Do you Yahoo!? Better first dates. More second dates. Yahoo!...
Indrakshi J
indrakshi3
Offline Send Email
Apr 2, 2005
12:51 am
13048
Hi all. Is there any possibilitie to emulate the bold style for the Arial Unicode MS font which is embedded into the PDF document? Regards....
sendai_sp
Offline Send Email
Apr 5, 2005
11:30 am
13049
Hi all, I have a problem with Placing Textflows in the Fitbox if I use the following code it sometimes creates a blank page at the end anyway to check to catch...
nathan maddock
lisolnathan
Offline Send Email
Apr 5, 2005
12:18 pm
13050
Hi all, I have a problem with Placing Textflows in the Fitbox if I use the following code it sometimes creates a blank page at the end anyway to check to catch...
nathan maddock
lisolnathan
Offline Send Email
Apr 5, 2005
12:22 pm
13051
Is it possible using PDFlib 6 to query a PDF (open_pdi) to determine if it contains any fonts that are not embedded? I would like to know if this is the case...
Ed Walter
edwardwalter65
Offline Send Email
Apr 5, 2005
2:45 pm
13052
Hi Nathan don't you want to do this. I think you should only end the page if the result = "_boxfull". try it and see. Do oPDF.begin_page_ext pagewidth,...
j.wilson@...
jwaperta
Offline Send Email
Apr 5, 2005
2:56 pm
13053
Hi all. I need to get the value of the property "fontstyle" of a block, however it fails. When I use the line: sFontStyle=oPDF.get_pdi_parameter("vdp/Blocks/"...
sendai_sp
Offline Send Email
Apr 5, 2005
3:24 pm
13054
Hi, I was wondering if I can open an existing PDF file as a template. I have a PDF file that I have prepared using the PDFlib block plugin. I would now like...
phongleland
Offline Send Email
Apr 5, 2005
4:51 pm
13055
No, PDI doesn't offer that functionality - but there are a variety of other tools that can be used to determine that. Leonard _____ From: Ed Walter...
Leonard Rosenthol
leonardr@...
Send Email
Apr 5, 2005
7:10 pm
13056
... Note the following: - The default values (which are documented in the manual) are not written to the PDF. If a property is missing it's default value must...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 5, 2005
9:13 pm
13057
Hi, it's embarrassing <se?lp=ende&p=/Mn4k.&search=embarrassing> but I'm having trouble to set the fontname attribute correctly within the create_textflow()...
daniel@...
daniel.maier@...
Send Email
Apr 5, 2005
9:41 pm
13058
... You can also supply a font handle (as opposed to the font name) in your textflow option list (use the option "font" instead of "fontname"). ... It works,...
Thomas Merz
thomasmerz1
Offline Send Email
Apr 5, 2005
9:56 pm
13059
The follow code work, but the text locate at the bottom of the page. How can I correct this? PS. Sorry for my english. ... $p->begin_page_ext(595, 842, ""); ...
sandyanf
Offline Send Email
Apr 6, 2005
5:03 am
13060
Hi there, I have PHP5.0.4 and Apache2 (downloaded tonight, so everything is completely up-to-date) installed and running fine on Windows 2000 Server. running a...
ituck
Offline Send Email
Apr 6, 2005
5:40 am
13061
... Hi Thomas. But the question is the property exists. It's a text block with the property fontstyle set to "bold" (so this one is not the default value for...
sendai_sp
Offline Send Email
Apr 6, 2005
7:52 am
13062
Hello, ... You should use the php-503 binding. PHP has changed binary compatibility for DSO after PHP-5.0.2. This made the original idea that the DSO is valid...
Rainer Schaaf
rjsatwork
Offline Send Email
Apr 6, 2005
3:14 pm
13063
I'm trying to read attributes, and fields from a PDF. This is the code I'm using. ... $file = "boilerplate.pdf"; $pdf = PDF_new(); PDF_set_parameter($pdf,...
Dave
kcahack
Offline Send Email
Apr 6, 2005
10:54 pm
13064
I looking for a tutorial,website.... about pdflib and php, hay never work whit this library ;o) but is very interesting Thanks PS. Sorry for my english....
Eduard Nebot i Sicart
enebot@...
Send Email
Apr 7, 2005
6:37 am
13065
Hello, ... For installing you may have a look at http://www.pdflib.com/products/pdflib/info/PDFlib-in-PHP-HowTo.pdf otherwise the PDFlib manual and the...
Rainer Schaaf
rjsatwork
Offline Send Email
Apr 7, 2005
7:35 am
13066
I'm facing a problem with the pdflib implementation in java. : we have a mysql database in Unicode, we connect Tomcat with (struts) using a jdbc driver with a...
Gunther Peeters
gunther@...
Send Email
Apr 7, 2005
7:41 am
13067
Hi my first question is wich pdflib ? I need to make personalisation of pdf (add name, address, etc) on existings pdfs. And all must be in high resolution...
Philippe
phil@...
Send Email
Apr 7, 2005
9:47 am
13068
hello, This problem appears sometime. When I fit an image into pdf, the quality is degraded. For example, the image begin correctly and at the middle, the...
Cordier Guillaume
cordier_guil...
Offline Send Email
Apr 7, 2005
4:00 pm
13070
Hello: I'd like to attach some javascript to execute when the document's DidPrint event fires. So far I have been unable to determine how to do so using...
derrick_brundage
derrick_brun...
Offline Send Email
Apr 7, 2005
9:20 pm
13071
I would like to "take over" error handling from PDFlib. I get a "fatal error" from PDFlib when trying to open this non-existing file. I'd much rather populate...
mdspdrsn
Offline Send Email
Apr 8, 2005
11:18 am
13072
... existing file. I'd much rather ... 0)) == 0) { ... PDFLib return -1 on a failed load, if I'm not mistaken. For Fonts and Photos. I use this type of error...
Thomas
webdev_mu
Offline Send Email
Apr 8, 2005
3:35 pm
Messages 13042 - 13072 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