Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display attributes data in a pdf document in JAVA

SUMITH MAMIDIPELLYMar 9 2022 — edited Mar 9 2022

Hi Team,
I have requirement to display some data in a the below format.
Right now I am able to display in a paragraph format using below code
document.newPage();
document.add(new Paragraph("*Origin Name\n\n",
FontFactory.getFont(FontFactory.HELVETICA, 14, Font.BOLDITALIC)) );
Is it possible to achieve it in exact below format.If so please suggest some references and steps to achieve this
image.png

Comments

Post Details

Added on Mar 9 2022
0 comments
57 views