I am using the following code to pass in an image in the form of byte[] and add it to the end of a PDF. Adding the image works when I do not use compression methods. If I use this code I get a green box on the page the…...ResultsReturn AppendJPGASP(byte[] data, int width, int pgNbr, string...(Stream s = new MemoryStream(data)) { Document document = new...