Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,015 for

full text search

(0.07 sec)
  1. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET....Search Product Solution GroupDocs...Extract text from the document text_reader = parser . get_text ()...

    docs.groupdocs.com/parser/python-net/load-passw...
  2. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...Search Product Solution GroupDocs... but are not applied to the text inside the document; the GroupDocs...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  3. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Search Product Solution GroupDocs...option with predefined barcode text BarcodeSignOptions options =...

    docs.groupdocs.com/signature/net/locating-signa...
  4. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....Search Product Solution GroupDocs...()); } Sign PDF document with Text signature Sticker appearance...

    docs.groupdocs.com/signature/java/sign-document...
  5. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...option with predefined QRCode text DigitalVerifyOptions options...

    docs.groupdocs.com/signature/java/verifying-doc...
  6. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Search Product Solution GroupDocs...option with predefined QRCode text QrCodeSignOptions options =...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Extract tables from document | GroupDocs

    This article explains that how to extract tables from document in java....Search Product Solution GroupDocs...rectangular area that bounds text area. The page information (page...

    docs.groupdocs.com/parser/java/extract-tables-f...
  8. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Search Product Solution GroupDocs...range from all sensitive data in text, images and annnotations.. The...

    docs.groupdocs.com/redaction/net/use-page-area-...
  9. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a Full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Search Product Solution GroupDocs...redaction process or to keep a full log of changes in the document...

    docs.groupdocs.com/redaction/java/use-redaction...
  10. Insert Hyperlinks Dynamically | GroupDocs

    Create hyperlinks in documents with URLs and Text dynamically set from data sources during assembly....Search Product Solution GroupDocs...<<link [uri_expression][display_text_expression]>> Provide URI and...

    docs.groupdocs.com/assembly/net/basic-usage-ins...