Merging .DOC- .DOCX- images and Excel files together

Hello,

We need to merge .DOC, .DOCX, images like .tiff and .jpg, PDF and possible Excel files together into a single PDF file.

All done by stream, no physical files.

Using VS C# Windows Form applications.

Can you guys do that?

If so which product should we download to try?

At the moment we use Gnostice but it has some formatting problem merging .DOC with .DOCX files.

Thanks,
Rob.

Hello,

We need to merge .DOC, .DOCX, images like .tiff and .jpg, PDF and possible Excel files together into a single PDF file.

Coding in VS2015 C# for Windows Form.

All done by stream, no physical files.

Can you guys do that?

If so which product should we download to try?

At the moment we use Gnostice but it has some formatting problem merging .DOC with .DOCX files.

Thanks,
Roberto

Hi Rob,

You can use Aspose.Words for .NET to convert Word files(including DOC and DOCX) to PDF, Aspose.Cells for .NET to convert Excel files to PDF and Aspose.Pdf for .NET to convert images (including TIFF and JPG) to PDF and finally merge all PDF files.

You can pass streams as well as physical files when loading or saving the documents so there should not be any issue in using the streams.

Best Regards,