When you have Adobe Reader installed you also get an ActiveX control you can add to form to display (and print) Pdf files from your application. "Choose items" for Toolbox and find "Adobe PDF Reader" in COM page listing. Then add the control to form.
Code:
Me.AxAcroPDF1.LoadFile("path")
Me.AxAcroPDF1.Print()
You have to use a library that supports editing, Adobe of course has packages for this, there are also free PDF editing libraries out there such as known iTextSharp | Get iTextSharp at SourceForge.net and PDFsharp & MigraDoc - Home.
Bookmarks