Export Word to PDF

Dear Sir / Madam,
My company is interested in a component that converts word documents to PDF.
However, we need to know that it covers the main requirements we have. That is, converting existing Word 2010 format documents, with Arabic, containing up to 4000 pages, to PDF with high performance (numbers would be appreciated) and without errors (if there are any word characteristics not supported we would like to know).
Could you please propose the appropriate component and the best pricing mode for unlimited sites.
Kind Regards,
Dimitris

Hi Dimitris,

Thanks for your inquiry. With Aspose.Words you can convert Word document to Pdf. In terms of memory, Aspose.Words does not have any limitations. If you’re loading huge Word documents into Aspose.Words’ DOM, more memory would be required. This is because during processing, the document needs to be held wholly in memory. Usually, Aspose.Words needs 10 times more memory than the original document size to build a DOM in the memory.

While rendering a document to fixed page formats (e.g. PDF, Jpeg, Xps), Aspose.Words needs to build two model in the memory – one for document and the other for rendered document.

The process of building layout model is not linear; it may take a minute to render one page and may take a few seconds to render 100 pages. Also, Aspose.Words has to create APS (Aspose Page Specification) model in memory and this may again eat some more time for some documents. Rest assured, we’re always working on improving performance; but, rendering will be always running slower than simple saving to flow formats (e.g doc/docx).

Please read features supported on saving document to Pdf from following link.
Save in the Adobe Portable Document (.PDF) Format

Regarding pricing information, please check following link.
Get Pricing Information