I am using Aspose.Pdf. How i will open a Pdf File within my application using c# windows application.
Hi Ikramshams,
Aspose.Pdf does not support opening PDF directly. Aspose.Pdf can only save the document as file or stream. WebBrowser can open the stream automatically with Acrobat Reader.
Or
Using Aspose.Pdf convert the Pdf file into images and use any ImageViewer Control to display the images on you form.
Refer below links.
https://forum.aspose.com/t/does-aspose-pdf-for-net-have-a-viewer-component-which-can-be-dropped-on-a-windows-form-to-view-the-changes-being-made-to-the-pdf-in-real-time/92682
https://forum.aspose.com/t/save-and-open-a-pdf-in-windows-forms-net/136237
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.