Integrated Conversion of Office Files

Does the Total product have a means to convert any Office file (that it supports) without having to load all the individual libraries separately and do all the type checking and validation yourself? If so I would appreciate a code example.

Thanks

Tom

Hi

Thanks for your request. Aspose.Total is just a kit of all Aspose products. So you have to use each product separately for each format supported by particular library.

Best regards,

What if an MSWord document includes an Excel spreadsheet or Visio
object…what Aspose components are required to, say, export such a
DOC/DOCX to PDF? Must a programmer write code differently from normal
DOC->PDF conversion if such objects are embedded? I attach a sample
DOCX with embedded VSD and XLSX objects.

Hi

Thanks for your request. No, you do not need to write any additional code in this case. Such embedded objects are represented a metafiles with an actual file under them. When you render the document to PDF, Aspose.Words just render a visual representation (metafile) to PDF.

Best regards,