One more question to developers.
There’s very easy – as I can see now – to extract single page and save it into a new PDF file. My next task is to extract content of this page, e.g. images (it is pretty easy task, indeed) and text. I need formatted text e.g. paragraphs, Aspose.Pdf.Kit – as I can see - can retrieve a straight text only. So, I tried to use Aspose.Pdf namespace.
What is a best way to retrieve formatted text from existing file?
Should I use classes of both Pdf (such as Pdf document) and Pdf.kit namespaces?? How to bind Pdf document witn existing PDF file/ stream?