Hi,
Hi Mike,
Hi Tilal,
Hi Mike,
<span style=“font-size:10.0pt;font-family:“Arial”,“sans-serif””>Thanks
for sharing the resource files.
I
have tested the scenario and I am able to reproduce the same problem. For the
sake of correction, I have logged it in our issue tracking system as PDFNEWNET-34718. We
will investigate this issue in details and will keep you updated on the status
of a correction.
We
apologize for your inconvenience.
Hi Nayyer,
mike O:
Thanks for the feedback. Is it typical for the document to increase in size to this degree during a pdf-doc conversion? Or is there perhaps, something I can do prior to conversion that would reduce the size of the resultant .doc file?
mike O:
Also, do you have some approximation on when your investigation will be complete? Would something like this typically take days, weeks, months?
Hi Nayyer,
Hi Mike,
Hi Mike,
<span lang=“EN-GB” style=“font-size:10.0pt;font-family:“Courier New”;color:#2B91AF;background:
silver;mso-highlight:silver;mso-font-kerning:0pt;mso-no-proof:yes”>MemoryStream<span lang=“EN-GB” style=“font-size:10.0pt;font-family:“Courier New”;background:silver;
mso-highlight:silver;mso-font-kerning:0pt;mso-no-proof:yes”> DocStream = new MemoryStream();<o:p></o:p>
Aspose.Pdf.Document pdf = new Aspose.Pdf.Document(MyDir + "Source.pdf");
Aspose.Pdf.DocSaveOptions saveOptions = new Aspose.Pdf.DocSaveOptions();
saveOptions.Mode = Aspose.Pdf.DocSaveOptions.RecognitionMode.Flow;
pdf.Save(MyDir + @"PDF_out.doc", saveOptions);
//Load the output Doc file generated by Aspose.PDF
Document doc = new Document(MyDir + @"PDF_out.doc");
//Save the document to Docx file format
doc.Save(MyDir + @"Wordout.docx", SaveFormat.Docx);
//Load the output Docx
doc = new Document(MyDir + @"Wordout.docx");
//Save the Docx file to Doc
doc.Save(MyDir + @"Finalout.doc");
The issues you have found earlier (filed as PDFNEWNET-34718) have been fixed in Aspose.Pdf for .NET 9.5.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.
The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan