Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 8,148 for

document signature

(0.09 sec)
  1. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/load-from-loca...
  2. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/faceted-search/
  3. Extract metadata from Microsoft Office PowerPoi...

    This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-metadata-...
  4. Save overwriting original file | Documentation

    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....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Create a Docker Image to Run GroupDocs.Viewer f...

    Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code....Signature Product Family GroupDocs.Metadata...designed to render a DOCX (Word) document into HTML. Once the example...

    kb.groupdocs.com/total/nodejs/create-a-docker-i...
  7. Update index | Documentation

    This article explains that how to update indexed Documents, as well as updating an index version....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/update-index/
  8. How to Convert DOCX to ODT using C#

    In this article, you will explore how to convert DOCX to ODT using C# without extra software installation. Also, we will provide the code to export DOCX to ODT in C#....Signature Product Family GroupDocs.Metadata...LibreOffice’s ODT are two popular document formats that serve slightly...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Merge JPG files using C#

    Acquire proficiency in how to merge JPG files using C#. We'll furnish you with code example to combine JPG files in C# without additional software installations....Signature Product Family GroupDocs.Metadata...operation in image processing and document generation workflows. Developers...

    kb.groupdocs.com/merger/net/merge-jpg-files-usi...
  10. Convert PDF to TXT using Node.js

    Let's learn how to convert PDF to TXT using Node.js. Export PDF to TXT in Node.js with custom parsing methods, handling streams and buffers for accurate text extraction....Signature Product Family GroupDocs.Metadata...for extracting text from documents without worrying about formatting...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...