Click here to Skip to main content
15,885,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear Experts,

I need to show a PDF form (editable PDF) in angular 7 project.
I mean, need to preview the PDF in webpage and when a user click/ hover on the textbox in the pdf then 
it will show the textbox name/id. 
Is there any thirdparty premium or opensource librarys available.
Please help.

Thanks


What I have tried:

I have tried google for the last 3 days. i didnt get any editable PDF viewer. Only get a readyonly pdf viewer.
Posted
Updated 27-Jan-20 0:54am

1 solution

Hello,
you can
A)Create the form you need using angular. Then you can submit form values to server, the server will take these values append them to a PDF template you already have created.
A plugin that may help you is PDFsharp.
Home of PDFsharp and MigraDoc Foundation - PDFsharp & MigraDoc[^]

B)If you need to display the pdf as is, then i think adobe pdf reader in premium version allows you to do such thing, even you can specify a save button inside pdf to post back to server the values you entered.
check these links :
How to create a form from scratch in Adobe Acrobat[^]
Publishing interactive PDF web forms[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900