Is is possible to write content in next page and jump back to previous page in PDF using PDFBox?

Viewed 21

I am trying to write some content in pdf using Apache PDFBox. I have to create a table and write some content into every column.

Let's say my table has 5 columns and I am writing content into the second column and content exceeds the length of the page. I closed the previous contentstream and created new contentstream, adding a new page to contentstream. But for the next column, I have to jump back to the previous page.

How would I do that? Can anyone help with this?

0 Answers
Related