asmodi
New member
- Joined
- Sep 18, 2019
- Messages
- 2
- Programming Experience
- 1-3
Hello everybody,
I am fairly new in programming with C#.
I did some Java, Javascript and php before though.
I have a searchable PDF with a whole lot of formfields. Every formfield has an ID.
Let's say we don't know the names of the ID we just know they have an ID.
What I want to do is to loop through that PDF file and get the value from every formfield with an ID.
Is that possible?
Idealy the values get saved as a variable with the same name like the ID of the formfield.
At the moment I am very clueless tbh...
I hope someone can give me some advices.
With best regards
Asmodi
I am fairly new in programming with C#.
I did some Java, Javascript and php before though.
I have a searchable PDF with a whole lot of formfields. Every formfield has an ID.
Let's say we don't know the names of the ID we just know they have an ID.
What I want to do is to loop through that PDF file and get the value from every formfield with an ID.
Is that possible?
Idealy the values get saved as a variable with the same name like the ID of the formfield.
At the moment I am very clueless tbh...
I hope someone can give me some advices.
With best regards
Asmodi