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 2 years, 1 month 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.

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

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

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