are there any examples? I only need convert the first page of the PDF. If you know how to do this in other language, please let me know too. Thanks.
Printable View
are there any examples? I only need convert the first page of the PDF. If you know how to do this in other language, please let me know too. Thanks.
Hi,
The hard way: http://sourceforge.net/projects/pdf995/
The easier way: http://sourceforge.net/projects/pdflibrary/ and reverse-engineer.
Cheers,
NTG
thanks. I found a COM on: http://www.verypdf.com/pdf2txt/pdf2txt.htmQuote:
Hi,
The hard way: http://sourceforge.net/projects/pdf995/
The easier way: http://sourceforge.net/projects/pdflibrary/ and reverse-engineer.
Cheers,
NTG
They have a pdf2txt trival version which can convert first several pages of the PDF. This is what I want! :) It works very well. Just some lines of VB.