Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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:
Copy link to clipboard
Copied
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