@bberenz since we're moving away from the data:application/pdf;base64,JVBERi0xLjMKJcfsj6...== syntax, I think now we're missing the base64 functionality...
var config = qz.configs.create("My Printer");
var data = [{
type: 'pdf',
format: 'base64',
data: 'JVBERi0xLjMKJcfsj6...=='}];
qz.print(config, data);
@bberenz since we're moving away from the
data:application/pdf;base64,JVBERi0xLjMKJcfsj6...==
syntax, I think now we're missing thebase64
functionality...Throws:
My instinct is we'll need to add something like this to
PrintPDF.java
: