Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I have a form in my project(like apply form) and a user must fill around 10 textboxes like (user name, address, id and....)
then after user click on a button, a new page must pop up
that page is my existing pdf file in project directory and user data must be placed in that pdf file the way I want.
the existing pdf file must be something like this:
user name: textbox1.text
Address: textbox2.text
ID: textbox3.text
how can I transfer user data to a existing pdf file and preview and print it?
do I need Itextsharp or something like that?
I couldnt find anything related to what I want around the web

What I have tried:

I couldnt find anything related to what I want around the web
Posted
Updated 16-Oct-22 10:19am

1 solution

Yes, you can use itextsharp. There's few other alternatives... See: Recommend a free PDF developer's library for C# - Microsoft Q&A[^]
 
Share this answer
 
Comments
Ehsan Nabavi 17-Oct-22 13:14pm    
there is no example of how can we transfer textbox,label,combobox and etc to a existing pdf file

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