0

I'm able to display fillable pdf application using angular 5 but i'm unable to fetch data or save the file to server along with the data filled. inside the component:

import * as $ from 'jquery';

code used to bind pdf file in html page

<embed src="http://localhost:4200/FileUpload/i-129.pdf"type="application/pdf" width="100%" height="100%">

Thanks!!

Nicolás Alarcón Rapela
  • 2,714
  • 1
  • 18
  • 29
Nitro
  • 1
  • 2
  • Whaht language do you use on server side? – Andreas Gustafsson Jun 15 '18 at 12:31
  • Please see https://stackoverflow.com/help/how-to-ask for guidelines, posting a sample of code and editing is needed to ensure a good answer. – ShellNinja Jun 15 '18 at 12:36
  • I would guess that this is not possible, as displaying the PDF is handled by the browser and there's no way to interact with the browser's PDF plugin. If you're using any plugin like [pdf.js](http://mozilla.github.io/pdf.js/) please include that in your question – Capricorn Jun 15 '18 at 13:12
  • Just i have injected jquery and used 'object' tag to bind the fillable pdf application but im able to fill data into application when im posting back to server (asp.net webapi 2.0 restful services) empty file is being saved the data which i have filled is not present. – Nitro Jun 18 '18 at 05:14
  • you have to display pdf and have to send data in server side not a pdf – bhaumik shah May 19 '19 at 09:13

0 Answers0