We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,913 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Html to PDF ASP.NET

Hi all, Does anybody know how can i convert from Html to PDF in ASP.NET ?

I need a componnent which does it for under 200$.

I've tested out a few dll's but they all seem to cost 1000$+ !!!

Thanks!

6
Contributors
10
Replies
2 Months
Discussion Span
2 Weeks Ago
Last Updated
60
Views
uri3000
Newbie Poster
7 posts since Mar 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

There are number of open-source APIs. Try htmldocs.

__avd
Posting Genius (adatapost)
Moderator
8,736 posts since Oct 2008
Reputation Points: 2,141
Solved Threads: 1,262
Skill Endorsements: 50

ABCpdf. Commercial ASP.NET component with Built-in support for HTML, CSS, and Flash. Free licenses available through a special offer on the vendor's site.

Ray H
Newbie Poster
2 posts since Mar 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

abcPDF are a bit pricey aren't they? everything is above 1000$...

htmldocs need to run in a seperate process right? i would preffer to have a simple .NET dll
does anybody know anything like that?

uri3000
Newbie Poster
7 posts since Mar 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

abcPDF are a bit pricey aren't they? everything is above 1000$...

That sounds odd. Where are you getting your prices from?

htmldocs need to run in a seperate process right? i would preffer to have a simple .NET dll
does anybody know anything like that?

There can be some advantages to running tasks under a separate process. For example, if a process becomes unstable you can probably just kill it before it hangs your app. Worth considering in a multi-user environment like ASP.NET? Also, running tasks within separate processes can help isolate them. And processes can be assigned their own identities and security permissions.

Does HTMLDOC support right to left languages like Hebrew and Arabic?

AffineMesh94464
Newbie Poster
11 posts since Mar 2010
Reputation Points: 10
Solved Threads: 3
Skill Endorsements: 0

Actually i don't know about the RTL languages...
The prices are from the ABCPdf prices page. I need a web-farm lisence and its around 900$+...

i found something called http://www.htmltopdfasp.net and judging by what they offer, it looks very good... they are under 100$ but its only limited to ASP.NET anyway i'll give them a try and let you know

uri3000
Newbie Poster
7 posts since Mar 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

try http://www.htm2pdf.co.uk - they have an API for 14$ a month and you only need one or two lines of code...

tkdchamp
Newbie Poster
8 posts since Mar 2013
Reputation Points: -1
Solved Threads: 2
Skill Endorsements: 0

Try "PDFsharp". PDFsharp is a .NET library which easily creates and processes PDF documents on the fly from any .NET language.

annaharris
Junior Poster in Training
58 posts since Apr 2013
Reputation Points: 0
Solved Threads: 6
Skill Endorsements: 0

Do you know how i can create my own component by any chance?

uri3000
Newbie Poster
7 posts since Mar 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

I suggest you to try iTextSharp.

annaharris
Junior Poster in Training
58 posts since Apr 2013
Reputation Points: 0
Solved Threads: 6
Skill Endorsements: 0

Hi Anna,
Thanks for the reply.
iTextSharp is just the PDF writer. its good for the rendering but how do i translate all the HTML elements into PDF elements... i need some kind of an HTML renderer. Got any ideas how i can find an HTML renderer with an override / event for something like "DrawElement" or "DrawText" etc... ?

uri3000
Newbie Poster
7 posts since Mar 2013
Reputation Points: 0
Solved Threads: 0
Skill Endorsements: 0

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.0985 seconds using 2.83MB