Hi again Aspose team.
When trying to get Aspose.PDF to work in a certain workflow implementation that requires combining the following:
An image to be converted to Pdf
HOCR generated by Aspose.OCR, by saving a recogni…...new Document()) { Page page = pdfDocument.Pages.Add(); var image...MarginInfo(0, 0, 0, 0); page.PageInfo.Margin = margins; page.Paragraphs.Add(image);...