Format conversions

Hi!

I have been tying to collect information about file conversion formats from your programmers guides. The ones I found are listed below. Have I missed some conversions or misinterpreted something? Our interest in aspose is first of all in conversions for an digital arhive.

svg, xml, doc, docx -> pdf
JPEG, PNG, BMP, EMF or WMF,TIFF -> pdf
doc, docx -> html, xml, xhtml, pdf
xls -> pdf, image
pdf -> image, html
gif -> bmp, jpeg, png, tiff

Another question:

what formats are supported for a PDF/A conversion

Regards

Tero

Hi,

I am a representative of Aspose.Cells product, you may use the product to convert Excel sheets to Image files (e.g in formats like Png, Bmp, Emf, Jpeg etc.), see the documents:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/converting-worksheet-to-image.html
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/converting-worksheet-to-image-using-imageorprint-options.html

Also, you may use Aspose.Cells product to convert Excel spreadhseets(XLS/XLSX files) to PDF documents, see the document:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/converting-to-pdf-files.html
(It also supports to convert PDF/A formats, see the above document).



Hello Tero,


Thanks for your interest in our products. I am a representative from Aspose.Pdf team. I am pleased to share that Aspose.Pdf for .NET supports a huge variety of input file formats and converts them into PDF and PDF/A files. More along it also supports the capabilities to read the source PDF file and convert it into various output formats.

Convert input file to PDF and PDF/A
SVG → PDF
PCL → PDF
HTML → PDF
XML → PDF
XSL-FO → PDF
TXT → PDF
Image (JPEG, BMP, GIF, TIFF, PNG, CCIT etc) → PDF.
For more information, please visit the following links

Reader PDF file and convert into other format
PDF → HTML
PDF → DOC
PDF → .XPS
PDF → Image (GIF, BMP, PNG, TIFF etc).
For more information, please visit the following links

In order to convert PDF file into HTML, XPS or DOC format, please try using any of the value from SaveFormat enumeration. Please take a look over following code snippet.

[C#]
// read the source PDF file
Document pdf = new Document(“input.pdf”);
// save the output in DOC format
pdf.Save(“output.doc”, SaveFormat.Doc);

Hi

Thank you for your interest in Aspose components. I am representative of Aspose.Words team. Using Aspose.Words, you can convert MS Word document to HTML, PDF and other formats. Please follow the link for more information:

http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/file-formats-and-conversions.html

Best regards,