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 19268 - 19300 of 19969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19268
In my program I am trying to validate my license before creating any actual pdf's. What I am doing is a "PDF_new command", and then the "PDF_set_parameter"...
amcdonough75
Offline Send Email
Jan 2, 2009
8:50 pm
19269
Hello, use the parameter "nodemostamp" with PDFlib 7.0.3: PDF_set_parameter(p, "nodemostamp", "true"); to avoid generating PDFs with the stamp. When you set...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jan 5, 2009
7:36 am
19270
Hi, I hope you guys can help me. I am using PDFlib 7.0.3 & I am new to PDFlib programming. I want to use textflow in a table cell but I want it to be very...
patil_anuja
Offline Send Email
Jan 7, 2009
9:42 am
19271
... So just before christmas after the announcement for PLOP 4.0 upgrades were purchased so Perl 5.10 would be supported. Sadly it doesn't seem to work: Can't...
rotf_lol
Offline Send Email
Jan 7, 2009
12:53 pm
19272
rotf_lol, ... it will, but your Perl is compiled with USE_ITHREADS, but not ... When you build your Perl without the USE_ITHREADS you can use our module. When...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jan 7, 2009
1:16 pm
19273
... What kind of solution it that? Do you think most of your customers compile their own languages? This is a installed debian package. So I cannot and won't...
rotf_lol
Offline Send Email
Jan 8, 2009
12:45 am
19274
Hi, it's not necessary to specify colwidth and rowheight, because there are default values. But if you define cells only filled by textflow, it's recommended...
Kurt Stützer
kurt@...
Send Email
Jan 8, 2009
10:26 am
19275
Hi, I am using PDFlib 7.0.3 , I am new to PDFlib programming , when I use this class : “starter_pdfmerge†that is in the CookBook I have this exception(...
Daniele Antonetti
d.antonetti
Offline Send Email
Jan 8, 2009
12:42 pm
19276
... In order to generate Tagged PDF output you must create proper structure elements for the content hierarchy (i.e. the "tags"). Use the functions...
Thomas Merz
thomasmerz1
Offline Send Email
Jan 8, 2009
12:54 pm
19277
Thanks! now it's Ok but the problem is that after merge I lose the accessibility tags(alternative text ...) ... CookBook I ... structure ... ...
d.antonetti
Offline Send Email
Jan 8, 2009
1:48 pm
19278
I noticed that with the new PDFlib block plugin(3.3), I can't change the font names within the block properties. I used to be able to do this with the older...
allan.amazing
Offline Send Email
Jan 8, 2009
3:24 pm
19279
... we puzzled out this issue. Please contact us at support@... to provide you with new binaries. best regards Rainer -- Rainer Plöckl...
Rainer Plöckl
ruebennase_de
Offline Send Email
Jan 8, 2009
3:50 pm
19280
I didn't realize that I could actually type in the font name if I pressed the "..." button beside the font field. matter resolved....
allan.amazing
Offline Send Email
Jan 8, 2009
4:42 pm
19281
Hi, I'm a new PHP user and need to search for a string in an existing PDF fies using PHP. I installed PDFLib lite on my PC (Windows Vista). Is there any way...
clien2004
Offline Send Email
Jan 8, 2009
11:35 pm
19282
Hello, we have a problem with a special Pantone value. Maybe somebody here knows what's going wrong. So far Pantone support in PDFlib worked fine for us, but...
Philipp Wolfer
outsidecontext
Offline Send Email
Jan 9, 2009
8:41 am
19283
Hi, I have another problem : after I use the class pdfmerge_with_adjusted_pdfversion I lose the accessibility tags(alternative text ...)of the initial pdf...
d.antonetti
Offline Send Email
Jan 9, 2009
8:49 am
19284
Hello, I create PDFs on a Linux web server (PDFLib 6.x and PDFLib 7.x). The PDFs are OK. They will be downloaded to the desktop. Sometimes I have to change...
Benedikt Quirmbach
benedikt@...
Send Email
Jan 9, 2009
9:20 am
19285
... PDFlib is intended for PDF generation. In order to search text in PDFs you must use our Text Extraction Toolkit (TET), see...
Thomas Merz
thomasmerz1
Offline Send Email
Jan 9, 2009
9:30 am
19286
... The official color name is "PANTONE Blue 072 C", and you must supply this name to PDFlib. Registered PDFlib customers can request the full list of Pantone...
Thomas Merz
thomasmerz1
Offline Send Email
Jan 9, 2009
9:44 am
19287
... Von: pdflib@yahoogroups.com [mailto:pdflib@yahoogroups.com] Im Auftrag von Thomas Merz Gesendet: Freitag, 9. Januar 2009 10:45 An: pdflib@yahoogroups.com ...
Philipp Wolfer
outsidecontext
Offline Send Email
Jan 9, 2009
9:51 am
19289
I paid for the Mac OS Intel/PPC license and put the key into my code while developing on my MacBook... running MAMP... it's worked just fine while creating...
greenapple_on_ca
greenapple_o...
Offline Send Email
Jan 9, 2009
5:53 pm
19290
... Are you sure you have the same version of PDFlib installed? Both symptoms could be explained by an older PDFlib version on the server, compared to your...
Thomas Merz
thomasmerz1
Offline Send Email
Jan 9, 2009
7:33 pm
19291
... error... ... That's an interesting thought. How would I tell after the installation?...
greenapple_on_ca
greenapple_o...
Offline Send Email
Jan 9, 2009
8:51 pm
19292
... Use PDF_get_parameter() with the key "version". If you have a full installation you could also take a look at the readme files, of course :-) Thomas ...
Thomas Merz
thomasmerz1
Offline Send Email
Jan 9, 2009
11:05 pm
19294
OK, I think I've figured out the problem. I'll post it here for everyone... You were right, this error is being caused by the fact that my server has PDFlib...
greenapple_on_ca
greenapple_o...
Offline Send Email
Jan 10, 2009
7:43 pm
19295
... have ... Greenapple, Not that I understand why you need to know what 'GmbH' means, but in any case, wiki is your friend: ...
notlkh
Offline Send Email
Jan 11, 2009
2:14 pm
19297
Thanks for your reply. I found a solution to this... I am using fit_textflow (blind mode) and then doing a info_textflow to get the textheight and textwidth. ...
patil_anuja
Offline Send Email
Jan 12, 2009
9:24 am
19298
running this simple script on iis + php 4.3.4 + pdflib 4 <?php $pdf = pdf_new(); pdf_open_file($pdf); $img =...
daniele luconi
nandoluc
Offline Send Email
Jan 13, 2009
4:04 pm
19299
Hi I'm trying to find out how to specify the location in which the generated PDF will be saved to. I want to specify a specific location. I can't seem to find...
ambran1969
Offline Send Email
Jan 14, 2009
3:07 pm
19300
Hi, This is how I did it in ASP sPDF = "c:\PDF\u1.pdf" if (oPDF.begin_document (sPDF,"") = -1) then Response.Write "Error: " & oPDF.get_errmsg Response.End end...
patil_anuja
Offline Send Email
Jan 14, 2009
3:14 pm
Messages 19268 - 19300 of 19969   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