-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aspose Pdf to Word #24
Comments
@mds11 , Please note that when using the API in trial mode, there is a limitation to manipulate 4 pages. PS, My name is Nayyer and I am developer evangelist at Aspose. |
Hi Nayyer, Code I used: from jpype import* print "You need to put your Aspose.Words for Java APIs .jars in this folder:\n"+asposeapispath startJVM(getDefaultJVMPath(), "-Djava.ext.dirs=%s" % asposeapispath) testObject = PdfToDoc('data/') |
@mds11 , You can send the confidential file with the private message in the Aspose.Pdf forum. We use source files for the testing purposes only. PS, My name is Imran and I am a developer evangelist at Aspose. |
What is cost for temporary license? |
@mds11 , The temporary license is free of cost for evaluation purposes. |
@mds11 , |
Please use Aspose.PDF for Java 22.4 for PDF to Word Conversion as we have improved this feature lately. Furthermore, please create a post in our official support forum in case you notice any issues. We will further proceed to assist you accordingly. |
Hi,
We are trying to convert PDF to word using aspose, conversion is happening but the word file generated is of only 2kb, also we are unable to open that word file.
Please provide solution.
The text was updated successfully, but these errors were encountered: