Converting word document to PDF via SSIS?

  • 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 1 year, 6 months ago by  Jobs90312.
  • There is no support in SSIS for creating PDFs.

    However, if you can work out how to create PDFs using .NET assemblies, you may be able to do this by using a script task. See link.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply