Posted: 8/27/2010
Hi I have developed an asp.net web application which will generate report pack for various customers. We will convert them to pdfs. Our requirement is to provide viewing of PDF document in the website itself with flipping effect. For a sample please click the below link.
http://viewer.zmags.com/showmag.php?magid=174428#/page18/
How can I achieve this effect in ASP.Net?
Are there any components (in the form of DLLS) available that can be integrated to .Net to achieve this effect?
Hi there and Welcome to CodeASP.NET Community.
Maybe this will help you: http://pdfsharp.com/PDFsharp/index.php?option=com_content&task=view&id=26&Itemid=36
PdfSharp is very good library to create PDF files using ASP.NET.
Hope this helps.