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
no pdf is generated, and no error reported.
if in debug mode, it says that PDF is null
function toPdf(val, fileName){ console.log('PDF type = object ? ', typeof PDF === 'object'); console.log('PDF == null ? ', PDF === null); ... PDF.newDoc(); ...}
PDF type = object ? true PDF == null ? true TypeError: cannot read property 'newDoc' of null at toPdf pdf.js
using qwiktape-v0.6-windows-portable.zip on win10 19044
The text was updated successfully, but these errors were encountered:
Please use the sciter-pdf.dll from here as of now. https://github.com/4silvertooth/sciter-pdf/releases
Sorry, something went wrong.
No branches or pull requests
no pdf is generated, and no error reported.
if in debug mode, it says that PDF is null
using qwiktape-v0.6-windows-portable.zip on win10 19044
The text was updated successfully, but these errors were encountered: