Pradip

Results 4 comments of Pradip

One alternative you can do is try saving the base64 string to a file and then try to pass path of the file to this print function. This has worked...

> @pradipchitrakar could you send that bit of code how you did it? ` const tempFile = 'invoice.pdf'; this.file.createFile(this.file.cacheDirectory, tempFile, true).then(_ => { this.file.writeFile( this.file.cacheDirectory, tempFile, pdfBlob, {replace: true}).then(() =>...

![Untitled](https://user-images.githubusercontent.com/3167808/89548781-73430780-d7d5-11ea-8a22-e0f2652a5799.png)

@HeikoKanzler Are you getting the same problem in production? If yes, I had to change optimization to false in angular,json for production build which is not the best solution but...