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 1
|
Header 2
|
contact1
|
Contact2
|
name1
|
name2
|
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?