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.
This sample shows how to draw text on a canvas.
This sample shows how to use fonts in Docotic.Pdf library.
This sample shows how to draw text in different languages.
This sample shows how to change character spacing using PdfCanvas.CharacterSpacing property.
This sample shows how to change word spacing using PdfCanvas.WordSpacing property.
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 draw tables using methods for drawing text and lines.
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.
