添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

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

3013251 Feb 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 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?