Attached document is not converting properly while converting from pdf to doc , I thought there would be a problem with trial version but I have tried the same with aspose online demo , could you please let me know if it is a bug or problem with my implementation test3.pdf (205.4 KB)
In above document some text is getting skipped in output
This Topic is created by shahzadlatif using Email to Topic tool.
Please try using following code snippet in order to convert PDF document into DOC/DOCX correctly as we tested the scenario in our environment and were unable to notice any issue. For your kind reference, an output DOC is also attached.
using (Document pdfFile = new Document(dataDir + "test3.pdf"))
{
pdfFile.Save(dataDir + "Sample.doc", new DocSaveOptions()
{
Format = DocSaveOptions.DocFormat.Doc,
Mode = DocSaveOptions.RecognitionMode.Flow,
RecognizeBullets = true
});
}
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.