Can Aspose convert any doc(docx) file to a pdf file ?
or May be the doc file must created using aspose.doc componet?
Thanks
Can Aspose convert any doc(docx) file to a pdf file ?
or May be the doc file must created using aspose.doc componet?
Thanks
Hi Koco,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for your inquiry. Aspose.Words API can render all DOC/DOCX documents to PDF either generated from MS Word or Aspose.Words. Kindly check following link as a reference that how to convert a document to PDF and supported features by Aspose.Words on loading/saving a document for different file formats.
http://www.aspose.com/docs/display/wordsnet/How+to++Convert+a+Document+to+PDF
http://www.aspose.com/docs/display/wordsnet/What+Document+Features+are+Supported
Please let us know for any further assistance.
Best Regards,
Thank you for your answer! I got that.
We need Apose to convert PDF and DOC/DOCX each other,The question is which are necessary to buy and can reduce the cost?
Now we use Aspose.Words and Aspose.Pdf for demo ,i found when convert pdf to word ,only top 5 page has converted, may be the reason is this is a trial version,is it?
Here are the demo functions:
private void ConvertDocToPdf(string filePath)
{
Aspose.Words.Document doc = new Aspose.Words.Document(filePath + ".doc");
doc.Save(filePath + ".xml", Aspose.Words.SaveFormat.Pdf);
Aspose.Pdf.Document pdf = new Aspose.Pdf.Document(filePath + ".xml");
pdf.Save(filePath + ".pdf");
}
private void ConvertPdfToDoc(string filePath)
{
Aspose.Pdf.Document pdf = new Aspose.Pdf.Document(filePath + ".pdf");
pdf.Save(filePath + ".xml", Aspose.Pdf.SaveFormat.Doc);
Aspose.Words.Document doc = new Aspose.Words.Document(filePath + ".xml");
doc.Save(filePath + ".doc");
}
Please point out mistakes so that we can be corrected
For total ,i think the Apose is a great product in file format,i think that is what we need!
Thanks again
About the pdf to word issue,i have a solution,can we just convert pdf to doc with an image relation to one page ,because i just need the doc file to view in the IE browser using the Activex component and i don't have the doc source file ,just have a pdf file others uploads.
Good Night!
Hi Koco,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thanks for evaluating and admiring Aspose Products. I think you will need both Aspose.Words and Aspose.PDF to fulfill you requirements i.e. file format conversion from DOC/DOCX to PDF and vice versa.
Secondly regarding your question about Aspose.PDF, I’m moving your query to related forum. Where one of my colleague will reply you accordingly.
Please feel free to contact us for further assistance.
Best Regards,
Hi Parimala,
Thanks for considering Aspose.PDF.
Kindly visit the documentation link Convert PDF file into Word DOC format for details and code snippets as per your requirement.
You are right, this issue is related to trial version. However, please visit Purchase Information for all details about licensing. Even before purchasing the license; you may also request a 30 days temporary license for evaluating the product.
Please feel free to contact support in case you need any further assistance.
Thanks & Regards,