Jan 22, 2003 #1 shelbytll Programmer Dec 7, 2001 135 SG Hi, I would like to create a DLL so that my ASP application can call this DLL to convert PDF to text. Can someone help me? Or if anyone know of any available DLL for download would be great. I am a clever newbie...
Hi, I would like to create a DLL so that my ASP application can call this DLL to convert PDF to text. Can someone help me? Or if anyone know of any available DLL for download would be great. I am a clever newbie...
Jan 22, 2003 #2 zemp Programmer Jan 27, 2002 3,301 CA To create a dll just select 'ActiveX DLL' instead of 'Standard EXE' when you create a new vb project. You can check http://www.planetsourcecode.com or http://www.a1vbcode.com to see if something similar has been done and posted. Otherwise do some searching with Google, never know what you might find. Thanks and Good Luck! zemp Upvote 0 Downvote
To create a dll just select 'ActiveX DLL' instead of 'Standard EXE' when you create a new vb project. You can check http://www.planetsourcecode.com or http://www.a1vbcode.com to see if something similar has been done and posted. Otherwise do some searching with Google, never know what you might find. Thanks and Good Luck! zemp
Jan 23, 2003 #3 SemperFiDownUnda Instructor Aug 6, 2002 1,561 AU Good luck! We've been looking for something like this but it isn't an easy task to convert a PDF back to just raw text because of positioning etc. Upvote 0 Downvote
Good luck! We've been looking for something like this but it isn't an easy task to convert a PDF back to just raw text because of positioning etc.