I am receiving multi-page pdf documents. Some pages are strictly b&w, others have color images. Is the a way for me to programmatically determine if a page...
... Not with PDFlib, no there is not. there are other PDF library that might be able to provide you with that information, however. What OS platform? What...
Leonard Rosenthol
leonardr@...
Mar 2, 2003 7:42 pm
7328
Hi, I'm on Windows XP, utilizing VB.NET. Any library suggestions you could provide would be most appreciated!! Thanks, Glenn ... color image? ... you ... ...
Relatively new to PDFlib, so apologies in advance if this is a stoopid question. Can I generate one page of the pdf document, then a second, and subsequently...
With PDFLib+PDI 4.0, I can use any non-symbol/decorated TrueType font with embedding or without embedding and the resulting PDF file is fairly small. When I...
Did you report this to our support line? I believe there is (maybe) a simple solution to this: If you use a symbol font with "winansi" encoding instead of the...
Beta 2 of the next major release PDFlib 5 is available for download at http://www.pdflib.com/beta. The binary downloads include more platforms and languages; ...
OK, I figured that one out (-shared), but now I get a segmentation fault when running with PDFLIB, but not when I link to our own PDF library. Do we need to do...
... You might want to try the COM object version of JPEDAL (http://www.jpedal.com). Leonard -- ... Leonard Rosenthol...
Leonard Rosenthol
leonardr@...
Mar 4, 2003 6:12 am
7336
You must link an auxiliary module called pdflib.o which bridges the gap between C and C++. Beta 2 contains sample Makefiles for C and C++. Thomas ... -- ...
Please have a look at: http://www.war-against-terror.info It`s an AntiWarGame, it`s cynical and political not correct, but it´s against war and it`s easy like...
if there's any bi girls here that would like to chat sometime, and hopefully get together for a threesome with some of the guys I've met here check my...
The way I solved that problem was to place the image first by using the commands PDF_open_image_file, PDF_place_image and after that PDF_close_image. Then you...
Hya. I have just downloaded PDFLib 5 Beta 2, and is trying to test this with our engines. I am having big problems - it seems that I get a NullPointerException...
Needless to say that it works here, but here's the result of our remote trace-less analysis :-) You used the type library import tool to use the PDFlib COM...
Hya Thomas. I have removed the reference from my project, adding the new beta 2 dll - and a new interop is then made "Interop.PDFlib_com.dll" (15,5 KB (15.872...
Ok... I am pretty sorry to say that after removing beta 1 from both the server and my machine, and removing all dll's from the asp.net bin dir, removing and...
You cannot open an image during a pattern definition. However, you can open it before starting the pattern definition, and use the resulting image handle...
I was wondering if it were possible to put placeholders in a pdf document and then replace them programmatically with PDFLib? I'm thinking these placeholders...
I am receiving the following error when I run this code in production on a linux server. this code works fine on a windows development machine. Fatal error:...
The PDFlib block feature in PDFlib 5 is designed as an alternative to PDF forms, lets you use your field names as block names, and lets you easily place...
The usual cause of this is ignoring the return value of functions which may fail. Your code snippet exhibits this problem twice, in the PDF_open_file() and...