Looking for a library to handle PDF import/export etc.. preferably written with PB in mind (but whatever). Searching "PDF" on here returns no results but I know there are some out there.
So.. what are my options?
PDF Library - What are my options?
Re: PDF Library - What are my options?
I know the two linked here: http://www.purebasic.fr/english/viewtop ... 11#p300711
Try this way: http://www.google.it/search?as_q=pdf&as ... ebasic.com
I believe that happen because "pdf" is too short and it's not considered.Innesoft wrote:Searching "PDF" on here returns no results but I know there are some out there.
Try this way: http://www.google.it/search?as_q=pdf&as ... ebasic.com
"Have you tried turning it off and on again ?"
Re: PDF Library - What are my options?
For complete PDF freedom, I recommend you the QuickPDF library: http://www.quickpdflibrary.com/
It allows you to do nearly everything with PDF documents. It is a DLL that can get used directly with PureBasic. But it costs about 250,- EUR... Imho, If you want to use it in a commercial application, and if you need more than creating a simple PDF document, it is definitely worth every cent.
Kukulkan
It allows you to do nearly everything with PDF documents. It is a DLL that can get used directly with PureBasic. But it costs about 250,- EUR... Imho, If you want to use it in a commercial application, and if you need more than creating a simple PDF document, it is definitely worth every cent.
Kukulkan
Last edited by Kukulkan on Mon Sep 13, 2010 4:22 pm, edited 1 time in total.
Re: PDF Library - What are my options?
My personal favorite way to search the forums. I really hate the three letter thingluis wrote:I know the two linked here: http://www.purebasic.fr/english/viewtop ... 11#p300711
I believe that happen because "pdf" is too short and it's not considered.Innesoft wrote:Searching "PDF" on here returns no results but I know there are some out there.
Try this way: http://www.google.it/search?as_q=pdf&as ... ebasic.com

Re: PDF Library - What are my options?
If you are looking to create PDF files I use GhostScript with a Postscript Printer driver. I send the job to the printer and specify that it should be printed to a file and then pass the file to Ghostscript and I get a PDF file. Ghostscript is free and there are many free Postscript printer drivers.
Simon
Simon
Simon White
dCipher Computing
dCipher Computing


