Rank: Newbie Groups: Member
Joined: 1/7/2015 Posts: 1
|
Can EO.pdf be used from within an ASP.NET web page (for example: 'pdfmergetest.aspx') ? I need to create an aspx page for a client that merges multiple pdf files into one pdf file on their web server. I tried setting up a test page, but the page could not reference eo.pdf. Is this only for Windows forms apps? If you have a solution that works for me I will purchase.
Thanks for any help you can provide.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi, You can use EO.Pdf in any .NET application, regardless Windows Forms or ASP.NET. I am not sure what you meant by "the page could not reference EO.Pdf". EO.Pdf.dll is a standard .NET DLL. You should be able to reference it from any .NET project that uses .NET framework 2.0 and above. We do not support .NET framework 1.0 or 1.1. You may also want to take a look of this page as to how to setup your project to use EO.Pdf: http://www.essentialobjects.com/doc/4/install/project_setup.aspxThanks!
|