Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is there a tool to convert / merge files?

Guest
Mar 23, 2016 Mar 23, 2016

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

958
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 23, 2016 Mar 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:

pdf.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 05, 2016 Apr 05, 2016
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines