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 13493 - 13523 of 19965   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13493
Hello, I'm a new user of pdfLib 6.0.1. I use c# textflow = p.create_textflow(Macro+Texte,OptionList); p.fit_textflow(textflow, x1, y1 , x2, y2, "fitmethod=auto...
nikolian_fr
Offline Send Email
Jul 1, 2005
9:52 am
13494
Hallo, I have a problem with editing a pdf file. I have set some blocks in a pdf file and then I open this pdf file and fill the blocks with some text and...
magni2k
Offline Send Email
Jul 1, 2005
1:49 pm
13495
I am looking for the best way to get from a wysiwyg interface to a PDF. I have checked through the past several months of messages and did not see a real...
Anthony Tribby
attribby
Offline Send Email
Jul 1, 2005
7:06 pm
13496
Hi, I am attempting to install PDFlib-Lite-6.0.1.dmg on my computer, which is an apple running mac os x 10.4, and I am having some problems. I am using pdflib...
adidassneakers
Offline Send Email
Jul 1, 2005
9:31 pm
13497
Matt, Rats, I forgot that I had found a patch for that, a GCC 4 problem I think (I had no problems with Panther/GCC 3.3). You need to edit...
YK
ykyng0
Offline Send Email
Jul 2, 2005
4:21 pm
13499
Hi everyone. I have a problem with pdflib form : I generate a form fielded pdf with pdflib that i load on a pocket PC with "Adobe reader Pocket PC". When I...
bosno4
Offline Send Email
Jul 4, 2005
11:30 am
13500
Hi, Can anyone help how to open a pdf "file" from a memory buffer, and how can I delete from an opened pdf? TNX, B...
czekmany2003
Offline Send Email
Jul 4, 2005
2:45 pm
13501
Please mention the programming language u r using... czekmany2003 <czekmany@...> wrote: Hi, Can anyone help how to open a pdf "file" from a memory...
Madhusudan.Krishnamur...
madhusudanmk
Offline Send Email
Jul 4, 2005
2:59 pm
13502
Hello, I am trying to create a PDF template with image blocks to be populated by PHP dynamically. The design, however, calls for an oval shape for the block. I...
Joel Desamero
joel5333
Offline Send Email
Jul 4, 2005
8:04 pm
13503
William, That did the trick. Thanks so much! Matt...
adidassneakers
Offline Send Email
Jul 4, 2005
11:30 pm
13504
Hi, When I use <underline=true> in texts for use with fit_textflows I can't set the color of the line, even setting a stroke of fillstroke color doesn't help....
Arnold Spruijt
arnold.spruijt@...
Send Email
Jul 5, 2005
10:11 am
13505
Hi Arnold, this bug is fixed in the maintenance release 6.0.1 of PDFlib. Kurt ... -- Kurt _______________________________________________________________ Kurt...
Kurt Stützer
kurt@...
Send Email
Jul 5, 2005
10:26 am
13506
Hi Kurt, I am using the 6.0.1p1 version, I can't seem to find the 6.0.1 version you are talking about. (I read the change log) I can only access this link on...
Arnold Spruijt
arnold.spruijt@...
Send Email
Jul 5, 2005
10:34 am
13507
Hi Arnold, maybe another bug. Please send a e-mail to support@... with a small code snippet to reproduce the bug. Thanks! Kurt ... -- Kurt ...
Kurt Stützer
kurt@...
Send Email
Jul 5, 2005
11:03 am
13508
... Firstly, it was not a bug fix, but a feature request :-) and secondly, there's a typo above. Please wait for the 6.0.2 maintenance release in a few weeks. ...
Thomas Merz
thomasmerz1
Offline Send Email
Jul 5, 2005
11:36 am
13509
Okay, thanks!...
Arnold Spruijt
arnold.spruijt@...
Send Email
Jul 5, 2005
11:38 am
13510
i have got lots of pdf with junk in the metadata fields, so i want to open them and change it but this code give me errors, which code would be the right one? ...
rec_rul
Offline Send Email
Jul 5, 2005
2:23 pm
13511
... Yes. Only XML-based forms, which PDFlib doesn't support, can be used on Reader for PocketPC. You can use Adobe LiveCycle Designer 7 which comes with...
leonardr@...
Send Email
Jul 5, 2005
2:53 pm
13512
Visit our forum to actively participate in the community. Here one may discuss many aspects of the arts as well as connect and network with others. ...
insmncreations00
insmncreatio...
Offline Send Email
Jul 5, 2005
9:01 pm
13513
Gosh, I wanted to use the Web server generation "on the fly" of PDFlib for my application, and I don't know if LiveCycle can be installed on a web server for...
bosno4
Offline Send Email
Jul 6, 2005
9:28 am
13514
... Yeah, that would be a problem since, as you surmise, Designer can't be used on a server. Leonard...
leonardr@...
Send Email
Jul 6, 2005
12:20 pm
13515
Hi Everyone! I was wondering, what is the best method for printing envelopes with pdf lib? Right now i have it print verticle text on a full 8.5x11 inch pdf...
Alan Wolfe
atrix256
Offline Send Email
Jul 7, 2005
10:10 pm
13516
I found this service that helped me refinance my home mortgage saving me thousands of dollars a year. All the information is right here....
rganywytf
Offline Send Email
Jul 11, 2005
5:50 am
13517
Hi! I am evaluating PDFlib to see if it is anything for us. So i have a cople of questions. 1. We want to watermrk allready exsisting PDF files without losing...
rosadbg
Offline Send Email
Jul 11, 2005
12:05 pm
13518
Is there any danger in not calling close_pdi if I'm going to be calling delete() moments later? For example, let's say I open 50 pdf files for import. I call...
Esher, Marc (4-7260)
jonnycattt
Offline Send Email
Jul 11, 2005
1:56 pm
13519
Here's an approach for #2: as you open each page up with PDI, get its page with & height via: oPDF.get_pdi_value("width", infile_ret, page_ret, 0) ...
Lou Hoelbling
notlkh
Offline Send Email
Jul 11, 2005
2:32 pm
13520
Hi, I'm working on a PHP script which opens some PHP files, loops through all of the pages, and imports them all into one PDF file using PDI. The snippet of...
darthstoo
Offline Send Email
Jul 12, 2005
8:03 am
13521
Hi all. I need to justify also the last row of a Textflows. I mean even if the last row of the text is shorter than the entire block, I'd like it is justifyed....
Nico
tricera_it
Offline Send Email
Jul 12, 2005
4:45 pm
13522
A simple way You can append " &nbsp;" at the end of the text. A blank line will be append to the texflow and the "last row" will be justified. ...
Nicolas Villain
nikolian_fr
Offline Send Email
Jul 12, 2005
4:56 pm
13523
I'm attempting to create a jpeg from a PDF generated by pdflib -- I've read a bunch of documentation, and posts in this group, and am ready to tear my hair...
rivkadr
Offline Send Email
Jul 12, 2005
5:18 pm
Messages 13493 - 13523 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