We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import AsposePdf from 'asposepdfnodejs' const AsposePdfModule = await AsposePdf() const json = AsposePdfModule.AsposePdfToDocX( new URL('Doom-zh.pdf', import.meta.url).pathname, new URL('Doom-zh.docx', import.meta.url).pathname, ) console.log( 'AsposePdfToDocX => %O', json.errorCode == 0 ? json.fileNameResult : json.errorText, )
If you want, I can send the .pdf via email.
.pdf
The text was updated successfully, but these errors were encountered:
I'm then trying aspose-pdf-js on the web instead, but
aspose-pdf-js
You need to use encrypt_lic.html to get an encrypted license file for running in full-featured mode.
encrypt_lic.html
Do I need .lic-file only for prototyping? Without it, I'm getting /aspose.enc 404 (Not Found) expected, with unexpected:
.lic-file
/aspose.enc 404 (Not Found)
For example_worker.html, it results same as Node.js:
example_worker.html
Error: thread constructor failed: Resource temporarily unavailable
Sorry, something went wrong.
No branches or pull requests
If you want, I can send the
.pdf
via email.The text was updated successfully, but these errors were encountered: