Convert web page to PDF in asp.net
am 06.01.2008 16:35:01 von techeekAnybody know how to converts web page to PDF file using asp.net 1.1
But I donât want using third party components.
--
techeek
http://oxyin.com/techeek
Anybody know how to converts web page to PDF file using asp.net 1.1
But I donât want using third party components.
--
techeek
http://oxyin.com/techeek
"Techeek"
news:3314C613-319E-4350-91E1-D3E027D81062@microsoft.com...
> Anybody know how to converts web page to PDF file using asp.net 1.1
> But I donât want using third party components.
As there's nothing built into the Framework for this, you don't have much
choice...
I use this: http://www.siberix.com/
There are many others...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Hello Techeek,
you can render page to string and then use XSL FO (formatting objects) to
create PDF
but it's a bit time consuming way
I'd rely on the opensource 3rd party components for this
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
T> Anybody know how to converts web page to PDF file using asp.net 1.1
T> But I donât want using third party components.
T>