Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 4,968 for

file signature

(0.03 sec)
  1. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Signature Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...Signature Product Solution GroupDocs...steps: Load a desired spreadsheet file to the class. Call the method...

    docs.groupdocs.com/editor/java/generating-works...
  3. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Signature Product Solution GroupDocs...Metadata represents any loaded file as a tree consisting of metadata...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  4. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...protection for the converted file, requiring a specified password...

    docs.groupdocs.com/conversion/java/convert-to-w...
  5. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in Files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Signature Product Solution GroupDocs...point to manage metadata in files of all supported formats. Extracting...

    docs.groupdocs.com/metadata/net/migration-notes/
  6. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for .NET — API to compare two or more Files and get the difference between them....Signature Product Solution GroupDocs...merge two or more files of . The compiled file shows line-by-line...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  7. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for Java...Signature Product Solution GroupDocs...provided below to learn more about file merge features. GitHub Examples...

    docs.groupdocs.com/merger/java/showcases/
  8. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....Signature Product Family GroupDocs.Metadata...efficiently redact text in PPTX files to maintain confidentiality...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  9. Extract Text from XLSX using C#

    This article outlines the process of how to extract text from XLSX using C#. It includes a sample code to assist you in incorporating text extraction from XLSX in C#....Signature Product Family GroupDocs.Metadata...C# Extracting text from XLSX files is a common requirement in various...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  10. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Signature Product Family GroupDocs.Metadata...Java to redact text in RTF files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/java/redact-text-in-...