I’m trying out the evaluation version. When i tried to convert the pdf document to docx file.
some of the formating were missing. The bold formating from the original pdf file is missing in the docx file
the number bullets in the orginal pdf files were also simple text and not bullets.
Kindly find below my code in java
Document doc = new Document(“reefer.pdf”);
DocSaveOptions saveOptions = new DocSaveOptions();
saveOptions.setFormat(DocSaveOptions.DocFormat.DocX);
saveOptions.setMode(DocSaveOptions.RecognitionMode.Flow);
saveOptions.setRelativeHorizontalProximity(2.5f);
saveOptions.setRecognizeBullets(true);
doc.save(“reefer4.doc”, saveOptions);
We have tested the scenario in our environment while using Aspose.PDF for Java 20.5 and were unable to notice any issue. We have attached an output for your kind reference.
Thnaks for looking into my issue.
But what i meant was the number bullets appears as bullets but they are not the actual word bullets when i try to edit them . They are just text with tab spacing
We have logged an issue as PDFJAVA-39459 in our issue tracking system. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.
Thanks for your support.
Could you guide me how i could change the font or fontstyle (bold/italics) of a certain fonts when converting from pdf to word docx. Thanks
Searching text on the basis of a specific font is not available yet in the Aspose.PDF for .NET and a feature request (PDFNET-48185) has already been logged in our issue tracking system for the purpose of implementation. We will surely inform you as soon as this feature is available.
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.