eriksv88
eriksv88

Reputation: 3528

Best way to generate PDFs on the server

What is the best way would you say to generate PDFs on the server using . NET? Someone who has tested using Aspose on the server, if so, how does this work?

Upvotes: 2

Views: 630

Answers (4)

Shahzad Latif
Shahzad Latif

Reputation: 1424

I'm a Developer Evangelist at Aspose. And I would like to share with you that you may use Aspose.Pdf for .NET to create PDF files from scratch. You can use this component on Server and the Client alike. You can also use it on various servers and on 32-bit or 64-bit systems seamlessly.

The samples, tutorials and support are also available. You can also use the trial version at your end for testing purposes before you buy it.

If you have any related questions, please do let me know, so I could guide you accordingly.

Upvotes: 0

user438959
user438959

Reputation: 141

Try syncfusion. It is a very good component with excellent support.

http://asp.syncfusion.com/sfaspnetsamplebrowser/9.1.0.20/Web/Pdf.Web/samples/4.0/

Upvotes: 0

Gibron
Gibron

Reputation: 1369

iTextSharp is a good free solution (I have successfully used it). Check out:

There are a bunch of paid solutions (Aspose being one of them) out there but haven't had the need to try them yet.

I do not recommend using the JET driver or any type of MS office automation. It is not supported and rarely works consistently.

Upvotes: 2

Felice Pollano
Felice Pollano

Reputation: 33242

This is an open source option: http://itextpdf.com/ (ITextSharp)

Upvotes: 1

Related Questions