0

I want to export my aspx page data into PDF Document without using ITextsharp. Is it possible? Give me your valuble suggestions.

Michał Dudak
  • 4,923
  • 2
  • 21
  • 28
Raamraj
  • 31
  • 9
  • Are you asking for a recommendation for a different library or are you wanting to do it without using any external libraries at all? The former is off topic (I believe). The latter may be a bit too broad a question for this site. If something else then please clarify (eg clarify why you want to do it without ITextsharp). – Chris Dec 03 '14 at 11:26
  • Exactly,with out using any external libraries i want to generate it.pls help me.How to star – Raamraj Dec 03 '14 at 12:16

2 Answers2

1

You may consider using jsPDF, a nice client-side library.

Here's a relevant SO post that may help you.

Community
  • 1
  • 1
U r s u s
  • 6,680
  • 12
  • 50
  • 88
1

For server-side solutions, I can recommend wkhtmltopdf.

Michał Dudak
  • 4,923
  • 2
  • 21
  • 28