How to read pdf using ssis?

  • Is it possible to read the data from Pdf file and load the data in to a Sql table using SSIS ?

  • No, We cannt read PDF data into SSIS.

  • "No, We cannt read PDF data into SSIS."

    You can convert the PDF file to a textfile and then use SSIS

    I don't use SSIS but VB.net. My tip is to create a VB script which

    open the PDF file in binary mode and writes the content to a textfile.

    That should be possible with SSIS

    Of course you must understand how the PDF file is formatted. You may

    import the textfile to a staging table and from that table use substring

    functions to extract each field.

    /Gosta

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

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