Click here to Skip to main content
15,905,614 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi All ,
i want to generate pdf file using ssis , this package need to call from .net can u guide me or send snippets
Posted

1 solution

I assume that you want to create a report of the data in the SSSI package?

If so, you can convert your SSSI to XML and then use XSL-FO to to the conversion into PDF, Word or text.

This is a good start for XSL-FO
http://www.w3schools.com/xslfo/default.asp

XSL-FO needs formatting software to produce output.
http://xmlgraphics.apache.org/fop/
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900