Hi all,
In my SSIS project I have a variable which consists some string data. My goal is to convert this lines of data to a pdf file.
What would be the best way to achieve this?
I have created a File System Task which will create a word document with name like "Log_File_2022_10_18.docx".
Now how do I transfer the contents of this variable to this word file and convert this file to pdf format from SSIS package?
Thanks
- This topic was modified 2 years, 1 month ago by Jobs90312.