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"...
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...
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...
... 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, ... 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...
... 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...
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@...
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(...
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...
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...
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...
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...
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@...
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...
... 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...
... Von: pdflib@yahoogroups.com [mailto:pdflib@yahoogroups.com] Im Auftrag von Thomas Merz Gesendet: Freitag, 9. Januar 2009 10:45 An: pdflib@yahoogroups.com ...
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...
... 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...
... 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 ...
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...
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. ...
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...
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...