question  looking for a free PDF ActiveX Control or DLL.

codexpert (2)   Link to this post
i'm currently seeking a free PDF ActiveX Control or DLL. Could anyone help me where to find it ?? also if someone know how the PDF Structre Data Format is could you please tell me ?? Thanks.
Mal Reynolds (111)   Link to this post
google the Haru pdf library, and also the Adobe PDF documentation( it is itself a PDF file that is 1300 some odd pages long, but has the specifications of the PDF standard should you want to make your own PDF library ).
george135 (233)   Link to this post
It depends on what you want to do.
For basic tasks, the native Acrobat Reader OCX is sufficient (#import in VC)
Mal Reynolds (111)   Link to this post
very true, i didn't think of that, I don't use VC, so definitely take a look at it
codexpert (2)   Link to this post
could you show me the simple code example of how to import that OCX in VC ?

This topic is archived - New replies not allowed.