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 …...Add(imageStream); // graphics state page.Contents.Add(new...Rectangle(llx, lly, urx, ury); // transformation matrix var matrix = new...