Skip to content
Guides

Extract from PDF

Overview

To extract text,table,image content from a PDF document.

Sample

Full sample code which illustrates the text,table,image extraction capabilities.

c++
ConvertOptions opt;
// Extract PDF.
PDFToOffice::StartExtractPDF("text.pdf", "password", "path/output", opt, progress);