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

bharanig3809731
bharanig3809731
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
7

Discussions

Discussions
4

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bharanig3809731
Customize the badges you want to showcase on your profile
how to create interactive forms pdf using AdobeAEM template in java - Adobe Experience Manager Forms 11-04-2019
I created a template using AEM forms designer. And my input is Map with key, value pairs. And i need java code to pass these values to template and generate a pdf.

Views

629

Likes

0

Replies

1
Re: how to read form field values from adobe live cycle manager in java - Adobe LiveCycle 11-04-2019
Hi,I created a template using AEM forms designer. And my input is Map with key, value pairs. And i need java code to pass these values to template and generate a pdf.Can you please help on this.

Views

535

Likes

0

Replies

0
Re: how to read form field values from adobe live cycle manager in java - Adobe LiveCycle 03-04-2019
Thanks for your reply.Can you please share the examples which contains how to read from form and write into form(created by Adobe LiveCycle Designer) in java.

Views

538

Likes

0

Replies

0
how to read form field values from adobe live cycle manager in java - Adobe LiveCycle 02-04-2019
I created a pdf using Adobe acrobat DC and able to read values using below code.PdfReader pdfReader = new PdfReader(filePath); AcroFields acroFields = pdfReader.getAcroFields(); Map fields = acroFields.getFields(); Map fieldsMap = new HashMap<>(); for (Entry entry : fields.entrySet()) { fieldsMap.put(entry.getKey(), acroFields.getField(entry.getKey())); }But when i created a pdf using Adobe Live Cycle Manager the above code is not working when i try to read the form fields.Please let me know how...

Views

1.6K

Likes

0

Replies

3
Re: link to install AEM forms on mac - Adobe Experience Manager 21-03-2019
I don't have any login credentials for AEM forms. Could you please share me the link for trail version for AEM forms/Adobe live cycle manager.

Views

899

Likes

0

Replies

1
Re: link to install AEM forms on mac - Adobe Experience Manager 21-03-2019
I am unable to access the above link.I got the below error when i tried to access the link you shared.This site can’t be reachedlocalhost refused to connect.Search Google for localhost 4502 crx package share index html content marketplace ProxyERR_CONNECTION_REFUSEDCould you please share this in public domain from where i can access.

Views

899

Likes

0

Replies

3
link to install AEM forms on mac - Adobe Experience Manager 21-03-2019
Can you please share the link to download AEM for mac.

Views

1.1K

Likes

0

Replies

5