Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 46,421 for

documents

(0.09 sec)
  1. Perform Regex Search in Documents Online

    Unlock the power of regex search using GroupDocs.Search! Learn how to search text-based Documents using regular expressions....find text and patterns in documents. GroupDocs.Search is a text...exactly what you need in documents. Uncover the simplicity of...

    blog.groupdocs.com/search/online-regex-search/
  2. Saving documents | GroupDocs

    Saving a document with methods save(String) or save(OutputStream) of Watermarker class, GroupDocs.Watermark puts it to any custom location. You can see examples of save() methods in one of these guides:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...Advanced Usage / Saving documents Saving documents Leave feedback Saving...

    docs.groupdocs.com/watermark/java/saving-docume...
  3. Implement Link Annotation in PDF Documents

    You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the passage of time we’ll introduce more annotations. Currently, Link Annotation is supported for PDF, Slides and Word Documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced as well. Previously, GetPdfFile method was not processing password protected Documents....for PDF, Slides and Word documents only. Let’s see the minimal...processing password protected documents. Now, if you need to process...

    blog.groupdocs.com/annotation/implement-link-an...
  4. Perform Fuzzy Search in Documents Online

    Unlock the power of fuzzy search! Learn how to search almost matching results in text-based Documents online & programmatically....exactly what you need in documents. Let’s check out how it works...searching in documents quick and easy! Fuzzy Search in Documents - Online...

    blog.groupdocs.com/search/online-fuzzy-search/
  5. Signing documents | GroupDocs

    This section contains advanced examples and demonstrates all possible features for signing Documents with various electronic signature types, setup different options and visual effects....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...usage / Signing documents Signing documents Leave feedback Locating...

    docs.groupdocs.com/signature/net/signing/
  6. Render documents | GroupDocs

    Rendering Documents with GroupDocs.Viewer for Java in your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents Render documents Leave feedback In...

    docs.groupdocs.com/viewer/java/rendering-docume...
  7. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected Documents. The following are the steps to work with password protected Documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected Documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Password-protected documents Password-protected documents Leave feedback...

    docs.groupdocs.com/parser/java/password-protect...
  8. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of Documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing Documents and emails with HTML and RTF bodies only. You can insert contents of outer Documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Inserting Documents Dynamically Inserting Documents Dynamically...

    docs.groupdocs.com/assembly/java/inserting-docu...
  9. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word Documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...files / Merge Word documents Merge Word documents Leave feedback...

    docs.groupdocs.com/merger/java/merge/word/
  10. Import documents | GroupDocs

    This section describes how to import Documents into another document as OLE objects using C# language...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Import documents Import documents Leave feedback This...

    docs.groupdocs.com/merger/net/import-documents/