PdfRecognitionModeTextbox Field |
This mode is fast and good for maximally preserving original look of the PDF
file, but editability of the resulting document could be limited.
Every visually grouped block of text int the original PDF file is converted into
a textbox in the resulting document. This achieves maximal resemblance of the
output document to the original PDF file. The output document will look good,
but it will consist entirely of textboxes and it could makes further editing
of the document in Microsoft Word quite hard.
This is the default mode.
Namespace: GroupDocs.Conversion.Options.ConvertAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic static readonly PdfRecognitionMode Textbox
Public Shared ReadOnly Textbox As PdfRecognitionMode
public:
static initonly PdfRecognitionMode^ Textbox
static val Textbox: PdfRecognitionMode
Field Value
Type:
PdfRecognitionMode
See Also