Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 5,079 for

file signature

(0.04 sec)
  1. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....Signature Product Family GroupDocs.Metadata...Converter class and pass the Excel file to the constructor Instantiate...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. 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...
  3. GroupDocs.Conversion for .NET overview | Docume...

    GroupDocs.Conversion for .NET is a powerful and intuitive library used for File conversion between a variety of supported document and image types without using third-party tools....Signature Product Solution GroupDocs...powerful and intuitive library for file conversion between a variety...

    docs.groupdocs.com/conversion/net/product-overv...
  4. Supported Audio Types | Documentation

    This section describes GroupDocs.Merger for Java supported audio types. The Library supports WAV and many more....Signature Product Solution GroupDocs...following table indicates the file formats that GroupDocs.Merger...

    docs.groupdocs.com/merger/java/supported-audio-...
  5. Generating slides preview for presentation | Do...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...Signature Product Solution GroupDocs...an unprotected presentation file and generating the previews...

    docs.groupdocs.com/editor/net/generating-slides...
  6. NoClassDefFoundError javax/xml/bind/DatatypeCon...

    This article is about NoClassDefFoundError: javax/xml/bind/DatatypeConverter...Signature Product Solution GroupDocs...xml.bind for working with PDF files, that is; in case of using Java...

    docs.groupdocs.com/viewer/java/noclassdeffounde...
  7. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...Signature Product Solution GroupDocs...Constants . inputPath ). forEach ( file => { var metadata = new groupdocs...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  8. Clear watermarks | Documentation

    This article shows how to clear existing text or image watermarks....Signature Product Solution GroupDocs...Watermarker class for a local file or file stream; Specify the sought-after...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  9. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Signature Product Solution GroupDocs...export all replacements to a file, use the method. To import character...

    docs.groupdocs.com/search/nodejs-java/character...
  10. How to Compare Word Documents using C#

    This article describes the procedure to compare Word documents using C# and how to write the code in C# to compare two Word documents and highlight differences....Signature Product Family GroupDocs.Metadata...instructions to compare Word files as well as a functional example...

    kb.groupdocs.com/comparison/net/how-to-compare-...