Closed papazetis closed 1 year ago
I am using OutputBinaryData to get the PDF string and I want to save it as a pdf file using javascript.
OutputBinaryData
%PDF-1.4 ######### %EOF
I tried all the possible solutions using https://github.com/eligrey/FileSaver.js/
I get an empty doc with some weird symbols on title
Any idea how to do that?
I am using
OutputBinaryData
to get the PDF string and I want to save it as a pdf file using javascript.I tried all the possible solutions using https://github.com/eligrey/FileSaver.js/
I get an empty doc with some weird symbols on title
Any idea how to do that?