This group contains samples that show how to use Docotic.Pdf library to extract text from a whole document or some of its pages, how to draw text in any language on a page's canvas using different fonts and different output options like word or character spacing.
Don't miss all other samples.
This sample shows how to change character spacing using PdfCanvas.CharacterSpacing property.
This sample shows how to draw text on a canvas.
This sample shows how to draw text starting at font's baseline.
This sample shows how to embed fonts in a PDF document.
This sample shows how to extract text from a page or from entire PDF document.
This sample shows how to extract text by words from a PDF page.
This sample shows how to find and highlight phrase in a PDF document.
This sample shows how to extract text from PDF documents when regular methods produce garbled / unexpected text.
This sample shows how to use fonts in Docotic.Pdf library.
This sample shows how to draw text in different languages.
OCR PDF and extract plain text
This sample shows how to recognize and extract text from non-searchable PDF documents using Docotic.Pdf library and Tesseract OCR Engine.
OCR PDF and convert to searchable document
This sample shows how to create searchable PDF document from a non-searchable (image-based) document using Docotic.Pdf library and Tesseract OCR Engine.
This sample shows how to draw tables using methods for drawing text and lines.
This sample shows how to increase or decrease the size of a text line using horizontal scaling.
This sample shows how to specify text rendering mode using PdfCanvas.TextRenderingMode property.
This sample shows how to adjust baseline of text (useful for drawing superscripts or subscripts) using PdfCanvas.TextRise property.
This sample shows how to change word spacing using PdfCanvas.WordSpacing property.