Hi,
I am curious how we could disable debug & login, in their c++ soft we just need to add this in our main function :
PoDoFo::PdfError::EnableDebug( false ); // turn it off to better view the output from this app! PoDoFo::PdfError::EnableLogging( false );
But how to use it in javascript ?
I tried that let a = new podofo.PdfError();
But it's erroring: "PdfError object cannot be created directly"
Hi,
I am curious how we could disable debug & login, in their c++ soft we just need to add this in our main function :
PoDoFo::PdfError::EnableDebug( false ); // turn it off to better view the output from this app! PoDoFo::PdfError::EnableLogging( false );But how to use it in javascript ?
I tried that
let a = new podofo.PdfError();But it's erroring: "PdfError object cannot be created directly"