It is possible to cut an image of ItextSharp.Text.Image?
问题 I'm creating a pdf file from an large image, but my image is too large, and it does not fit in the only page. then i need split this image to create more pages. any idea? public FileResult ResultadoParaPdf(string file) { string fileStringReplace = file.Replace("data:image/png;base64,", ""); var image = Convert.FromBase64String(fileStringReplace); const int HorizontalMargin = 40; const int VerticalMargin = 40; using (var outputMemoryStream = new MemoryStream()) { using (var pdfDocument = new