Question
Is there a tool to convert / merge files?
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
