EVOPdf, WebAPI 및 AngularJS를 사용하여 PDF 생성 WebAPI 컨트롤러의 EVOPdf를 사용하여 PDF를 Angular로 렌더링하는 데 문제가 있습니다.JS app. 지금까지 제 암호입니다. 각도 호출: var url = 'api/form/build/' + id; $http.get(url, null, { responseType: 'arraybuffer' }) .success(function (data) { var file = new Blob([data], { type: 'application/pdf' }); if (window.navigator && window.navigator.msSaveOrOpenBlob) { window.navigator.msSaveOrOpenBlob(file..