Open saeedAliakbary opened 7 years ago
@saeedbaba ,
Thanks for using our APIs.
I have tested the scenario and have managed to replicate above stated issues. For the sake of correction, I have logged them as PDFJAVA-36953 in our issue tracking system. We will further look into the details of these problems and will keep you updated on the status of correction. Please be patient and spare us little time. We are sorry for this inconvenience.
I have a pdf file:
https://uploadfiles.io/uki01
that converted to word by Aspose.pdf and output is :
https://ufile.io/54xv2 why after convert from pdf to word , the text of word is out of area and And the texts are in a group format.
how can I edit this code to achieve my goal?
my code is :
Document document = new Document("x"+".pdf"); document.save("x" + ".docx", SaveFormat.DocX);