ASP.NET 1.0 and 1.1 ProfessionalFor advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hello
I have a problem I am building a site where reports are generating as pdf doc and the site is now near to it's end but my client now want to see the reports both in msword and pdf so I want to convert pdf doc to word doc on the fly and I am using asp.net1.1(C#)
will anybody has any idea I don't want to create word and pdf doc seperately I just want to convert it from pdf to word
It would probably be much easier to create a word doc then turn it into a PDF. That conversion process is much better supported by the many server products/tools than the PDF->DOC conversion direction.