I am creating a PDF document(target) based on the content specified by the user. The content could be some rich text, image and a pdf itself. The target PDF can have one column layout or two column layout.
Now for supporting two column layout, i have created a table with two columns (50% 50%) that will run through length of the document.
Q1) How can i extract the PDF specified by the user and put the content into table cell of my target document.
Q2) If first column of the row has some text which overflows to next page and second column has a image which remains in a page, then i see that image is being repeated in next page. How can i avoid this issue.