Skip to Main Content

Java Development Tools

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to add a table within a pdf using PDFBOX in adf

3013251Feb 9 2016 — edited Feb 11 2016

hello there,

I am using jdeveloper version 11.1.1.7 and API Apache PDFBOX version 2.0

I have to create a PDF where i have some tables which have many entries like contact info so user enter multiple contacts. I can get it though , but how to display it in a table?

i have to create a PDF like below 

                         USER INFORMATION

NAME         :         Abc

ADDRESS :         xyz

Header 1Header 2
contact1Contact2
name1name2

OTHER INFO

// then again a table having multiple entries

so how to create like this type pf PDF?? i have many tables having multiple entries and having some entries. I have created a table to where i can enter NAME and ADDRESS using this way

http://stackoverflow.com/questions/3871879/apache-pdfbox-java-library-is-there-an-api-for-creating-tables

but how to add table in that pdf?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 10 2016
Added on Feb 9 2016
3 comments
4,317 views