Hello. I need to convert an image to PDF and I'd like to set page dimensions exactly matching the image size, so the PDF won't contain any margins. The solution should work for any image size. I checked several suggest…...pdf = new Pdf (); var section = pdf.Sections.Add(); var image =...= new Image (section); image.ImageInfo.ImageFileType = ImageFileType...