Skip to main content
March 23, 2016
Question

Is there a tool to convert / merge files?

  • March 23, 2016
  • 2 replies
  • 1008 views

Hi,

Our company is seeking a tool to convert doc, docx, xls, xlsx, txt, jpeg, tif, tiff, gif into pdf, and also combine the source files into a single pdf. Is there a tool (dll) that will fit our needs, and also, will it be able to take stream to convert/merge?

Something like:    

outputPdfStream = doc.ConvertToStream(inputWordStream);

outputMergedStream = doc.Merge(inputStream1, inputStream2);


Thanks

    This topic has been closed for replies.

    2 replies

    April 5, 2016

    in c# you can reference defiantly make a reference to a dll or simply make a method and then implement it into whatever method you want:

    public static void ConvertToPDF(string WordDoc){

         //Code goes here

    }

    for any further clarifications reply back

    sinious
    Legend
    March 23, 2016

    I use PDF sparingly but Acrobat DC always starts up and asks me which files I want to convert into a PDF. If I select a bunch then it converts: