Hi,
hockleongtan: 1. May I know if Aspose.pdf can support .NET Framework v1.14?
Hi Hockleongtan,
Thanks for your interest in our API.
.NET Framework 1.14 is quite old version and afraid it is not supported. It is compatible with .NET Framework 2.0, 3.5, 3.5_ClientProfile, 4.0, 4.0_ClientProfile and 4.5.
hockleongtan: 2. May I know whether Aspose.pdf can open the protected pdf file in the web application (ASPX)? If yes, can you show an example?
Aspose.Pdf for .NET is PDF file creation and manipulation API and can open password protected PDF file (provided that you provide the password while opening/loading the source PDF file).
// load source password protected PDF file
Document doc = new Document("c:/pdftest/secure.pdf", "password");
hockleongtan:
Note:
The PDF file is protected with password. The PDF file is displayed at the portal website. When user clicks on the PDF file, I want the web application to directly open the PDF file without asking the user to enter the password to open the file. The web application will provide the password.
I am afraid Aspose.Pdf for .NET does not support the feature to display PDF files.
However, you may consider using ViewerApp of our sister company named GroupDocs to accomplish this requirement. In the event of any further query, please feel free to contact.
Hi,
hockleongtan:
Hi,May i said the solution is to open and assign the PDF file to a document, after that flush/display the document at the web browser?Hi Hockleongtan,From above stated requirement, if you need to open and display the PDF file in web-browser, then I would suggest you to please try using ViewerApp of GroupDocs, as stated earlier. In case I have not properly understood your requirement, please share some details.