I am adding image to the page. The image must match the page size.
For some PDFs it works for other the image appears approximately 8.4 times smaller than the page.
Please see the code below, I also have attached the P…...Document pdf = new Aspose.Pdf.Document(@"c:\tem...pdf"); pdf.PageInfo.Margin = new MarginInfo(0, 0, 0, 0); // left...