Hi ,
I have both Aspose.Words and Aspose.PDF so if this works with Aspose.PDF then this is ok and i wont use Aspose.Words to convert a PDF into a word document.
Quote:
"I have tested the scenario using Aspose.Pdf for .NET 7.1.0 where I have tried converting the PDF file into DOC format and as per my observations, the resultant DOC file is properly being created. I am able to open and view the file in MS Word 2007"
That's great , can you send me the code you are usings , because i have tried it here and i dont get a good results.
I have tried the following code using the latest version 7.1 of Aspose.PDF:
Aspose.Pdf.Document document = new Aspose.Pdf.Document("c:\\alicia\\Appform.pdf");
document.Save("c:\\alicia\\Appform.doc", Aspose.Pdf.SaveFormat.Doc);
But my resulting document , when i open it in word is corrupt. (Word 2007)
This issue is urgent now and I need to get this issue resolved asap , i have logged this and other bugs related to it over 2 months ago and my client is not happy. We have paid for the Aspose Licences and now we are thinking we will have to buy another tool as Aspose does not appear to be able to deliver our requirments. So please any help would be appreciated.
Ultimately , we need to merge a number of files of different types into one merged document , with a table of contents and page numbers. Currenly ,we can successfully merge docs , RTF's and Txt files and generate the table of contents. But we are having huge issues with our PDFs.
We need to be able to merge these 6 sample PDF's attached , if we cannot do this with Aspose we are going to have to try and find another tool.
Please find the following sample 6 PDF's we need to be able to merge attached:
Thank you for your help ,
Regards,
Ali