Modifying Word Document by Reading PDF File
Dear All
I want to develop a software in vb6.0 which have to read the PDF document and capture the text that is Bold, Italic, Underlined,etc., in the PDF and insert the tag into the corresponding text in the Word Document.
How to do it?
Please Help
Regards
Sasikumar
Re: Modifying Word Document by Reading PDF File
VB6 has no built in PDF functions. In order to do any kind of manipulations with a PDF file you would need some sort of SDK or a PDF Class module.
Most of the ones I found cost money.
Here is something that is free however.
http://www.vb6.us/tutorials/visual-basic-tutorial-pdf
Re: Modifying Word Document by Reading PDF File
Hai Hack
Thanks for your valuable reply. I also already seen this link. This is useful for writing in PDF but I want to read the PDF. What is the property or method available for this.Please suggest me.Its urgent
Regards
Sasikumar
Re: Modifying Word Document by Reading PDF File
see this link http://pdfedit.petricek.net/appendix.html the free source program with api and command line, should do all you ask
but maybe not so easy to use