Есть ли способ конвертировать и просматривать PDF-файл, хранящийся в столбце Long BLOB в MYSQL, с помощью Angular 6? (Back-end: Spring MVC и Front-end: Angular6)
.get('api/load',{ responseType: 'text'}).subscribe(data=>{
this.pdf_ = data;
console.log('Pdf is '+ data);
this.pdfViewer = new File([this.pdf_], 'One.pdf', {
type: 'application/pdf', lastModified:Date.now()});
console.log(' PDF is'+this.pdfViewer);
Вывод, который я получаю, это Pdf []