Apr 17, 2020 I have a Node Js server, in it, I am fetching a blob data from another web service (which is for a PDF file), now after receiving blob, I want to convert it again into PDF file. A HTML5 client-side solution for generating PDFs.
Blob files often have a 500mb limit and we found they significantly increased the rendering of our previews with JsPDF as well. Here is my code block I have tried so far const fetch require (&39;node-fetch&39;); const Blob require (&39;fetch-blob.
May 16, 2015 Is it possible to create a pdf document from a stored pdf-blob in my database Something like function saveDatabaseBlob (blob) var doc new jsPDF ("portrait", "mm", "a4", "compressPdf"); doc
May 16, 2015 Is it possible to create a pdf document from a stored pdf-blob in my database Something like function saveDatabaseBlob (blob) var doc new jsPDF ("portrait", "mm", "a4", "compressPdf"); doc
If you can&39;t do it with jsPDF and have another one, that&39;s fine too
May 16, 2015 Is it possible to create a pdf document from a stored pdf-blob in my database Something like function saveDatabaseBlob (blob) var doc new jsPDF ("portrait", "mm", "a4", "compressPdf"); doc