I have code that takes a list of Documents (PDFs, image files, Word Docs, etc) and appends each inTo one single PDF.
It has been pointed out To me that when an image that is larger than the page is appended, the aspect …...documents (PDFs, image files, Word Docs, etc) and appends each into....pdf"; var doc = new Document(); Page page = doc.Pages.Add();...