I am currently assembling a PDF on iTextSharp. It has two pages. I create it, and add text, images, etc ...
However, I need to add on the third page the content of another PDF (which comes from a URL), that content has 1 page.
Then it would be:
- Page 1 - I create content
- Page 2 - I create content
- Page 3 - content coming from a PDF
I'm not seeing a way to do this with iTextSharp, how could I take the content of a link and add it to a page?