You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@seepot ,
Your base64 should be like 'base64://JVB..... in cordova.plugins.printer.print('base64://JVB.....');
You can split the value from your variable like below
cordova.plugins.printer.print("base64://"+blobvariable.split('base64,')[1]); // Replace blobvariable string with your blob variable.
I had this problem for well over a year now and still trying to find a good solution. Instead of using this cordova-plugin-printer repo, see this forked project here and review the commits:
how to print base64? only print string of base64
The text was updated successfully, but these errors were encountered: