Skip to content
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

pdf export not work, and no error #8

Closed
badiku opened this issue Oct 25, 2023 · 1 comment
Closed

pdf export not work, and no error #8

badiku opened this issue Oct 25, 2023 · 1 comment

Comments

@badiku
Copy link

badiku commented Oct 25, 2023

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

@4silvertooth
Copy link
Owner

Please use the sciter-pdf.dll from here as of now. https://github.com/4silvertooth/sciter-pdf/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants