Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 46,378 for

documents

(0.09 sec)
  1. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save overwriting original...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Load custom fonts. | GroupDocs

    The page describes how to load custom fonts....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...you to generate preview for documents using custom fonts. To do...

    docs.groupdocs.com/annotation/net/loading-custo...
  3. Verify Document for Signatures | GroupDocs

    This topic explains how to verify Documents for various electronic signatures with GroupDocs.Signature for Python via .NET API....Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...Usage / Verify Document for Signatures Verify Document for Signatures...

    docs.groupdocs.com/signature/python-net/verify-...
  4. Edit and Manage Metadata in Node.js Apps - Grou...

    Discover how to utilize GroupDocs.Metadata for Node.js to extract, update and remove metadata in your applications....metadata is an important part of document automation, especially for...applications that work with different document formats. In this article,...

    blog.groupdocs.com/metadata/edit-metadata-in-no...
  5. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from Documents using GroupDocs.Parser for Python via .NET. Extract text with position data, rectangles, and text styles....Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...and formatting details from documents. Prerequisites GroupDocs.Parser...

    docs.groupdocs.com/parser/python-net/extract-te...
  6. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...be cancelled // Indexing documents from the specified folder...

    docs.groupdocs.com/search/java/indexing-options/
  7. Search network node events | GroupDocs

    This page contains information about the purpose and use of all search network events....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...indexing of all enqueued documents is finished. DeletionCompleted...

    docs.groupdocs.com/search/net/search-network-no...
  8. Perform Case-Sensitive Search using C#

    Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive text in files using C# with step-by-step instructions....the storage location where documents will be indexed and made searchable...Similarly, in technical documentation or legal files, capitalization...

    kb.groupdocs.com/search/net/perform-case-sensit...
  9. System requirements | GroupDocs

    GroupDocs.Viewer for .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...fonts When working with the documents that contain the Chinese hieroglyphs...

    docs.groupdocs.com/viewer/net/system-requirements/
  10. Save HTML to Folder | GroupDocs

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...demonstrates how to open an input document, convert it to an intermediate...

    docs.groupdocs.com/editor/nodejs-java/save-html...