How to generate a content to print from XML
-
Friday, April 06, 2012 10:44 AM
i had a xml file contains the data and an XSL file. Using C# code am able to create an HTML.
I tried with crystal reports as well as RDLC reports. But am facing problems related to formatting. Styling got missing in generated PDF's.
My target is to get a print and a tiff image for faxing purpose. So thats why am trying to generate PDF. I also tried with iTextSharp, PDFSharp. but they are not helpful regarding.
Any hint will be very greatful. Thanks in advance.
Regards, Pavan N
Pavan N Kumar
All Replies
-
Friday, April 06, 2012 6:06 PM
-
Thursday, April 12, 2012 10:33 AM
Hello,
Check out the threads below. It may help you.
http://csharp.net-informations.com/crystal-reports/csharp-xml-crystal-reports.htm
http://www.codeproject.com/Articles/20632/Reporting-XML-data-using-Crystal-Reports

