The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process....PageDescriptionLangu Options for conversion to page descriptions language file type...Describes Pdf page layout. PdfPageMode Describes Pdf page mode PresentationConvertO...
To extract a text from PDF documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected Page.
Here are the steps to extract a text from PDF document:
Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....or a text from the selected page. Here are the steps to extract...steps to extract a text from the page of PDF document: Instantiate...
The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular Page or adding watermarks on all images or attachments of a particular Page is possible....Adding watermarks to a particular page or adding watermarks on all...attachments of a particular page is possible. Adding watermark...
Defines what annotations will be in resultant document....First page number when saving page range. LastPage Last page number...number when saving page range. OnlyAnnotatedPages Indicates whether...
Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document Page image.... foreach ( Pagepage in viewInfo . Pages ) { Console . WriteLine...WriteLine ( $"Page: {page.Number}" ); Console . WriteLine ( "Text...