Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

pramodp37529260
pramodp37529260
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by pramodp37529260
Customize the badges you want to showcase on your profile
How to get Label Name based on ID? - Adobe LiveCycle 20-04-2018
I have Editable PDF Document ,my code Returns all Form Fields of that PDF Document, but for label i want name of the label instead of id/name By using id.Ex: 'First Name' is the label name before Text Box(Form Field) ,Code Returns "FName","Text First Name" ids for label and form field,but i want to get "First Name". MemoryStream ms = new MemoryStream(); PdfReader reader = new PdfReader(Request.MapPath("~/editble.pdf")); PdfStamper formFiller = new PdfStamper(reader, ms); AcroFields formFields = ...

Views

688

Likes

0

Replies

0
Re: Using Adobe LiveCycle Designer with ASP.NET to populate PDF Forms from Server Database. - Adobe LiveCycle 10-04-2018
Thanks @tarekahf For your response, Actually i trying with some code to fetching form fields and based on form fields fill the document with database values, with out using any external tools, Actual problem is for some other documents it(code) return's the fields random manner and id's not with proper names.Please check Inbox.

Views

3.3K

Likes

0

Replies

1
Re: Using Adobe LiveCycle Designer with ASP.NET to populate PDF Forms from Server Database. - Adobe LiveCycle 08-04-2018
How to Populate database values into existing editable PDF by using asp.net?

Views

3.3K

Likes

0

Replies

3
Likes given to