Hi Aspose team,
The layout of the catalogue becomes disordered after converting to Doc
image.jpg (504.9 KB)
We are using v19.12. Here’s our code
using (Document pdf = new Document(“sample.pdf”))
{
// Save using save options
// Create DocSaveOptions object
DocSaveOptions docSaveOptions = new DocSaveOptions();
// Set the recognition mode as Flow
docSaveOptions.Mode = DocSaveOptions.RecognitionMode.Flow;
pdf.Save(“sample.doc”, docSaveOptions);
}
Here’s our test file
button.pdf (2.1 MB)
@Glority_Developer,
Thanks for contacting support.
We have tested this scenario in our environment and have been able to observe the issue that you have mentioned. We have logged issue with ID PDFNET-47501 in our issue tracking system. We will share with you as soon as logged issue is fixed.
Hi Aspose team,
How is the progress? Will this issue be fixed within 1-2 months? We are going to have the code freeze date of our product.
@Glority_Developer
We are afraid that earlier logged issue could not get fixed due to prior logged issues in the queue. We will surely inform you as soon as we make some significant progress towards the resolution of the issue OR we have some ETA information in this regard. We highly appreciate your patience and cooperation in this matter. Please spare us some time.
We are sorry for the inconvenience.