Can I use PDFNet SDK in ASP.NET Web Application running on IIS Server?

Q:

Can PDFNET be used on server.
I mean on IIS SERVER, for ASP.NET Web Application?
---

A:
You can use PDFNet SDK in the server environment.

If you are developing an ASP.NET Web Application running on IIS
server, you would use PDFNet SDK for .NET.

After you download the demo (http://www.pdftron.com/downloads/
PDFNetDemo.zip) you can reference PDFNet11.DLL in your ASP.NET
solution. As a starting point you can copy and paste some code samples
from PDFNet/Samples folder (http://www.pdftron.com/net/
samplecode.html).

In the production environment you will also need grant some
permissions to PDFNet component (for example read access to PDFNet
resource folder and the folder containing input files, to the output
folder, etc).