Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 5,230 for

file comparison

(0.07 sec)
  1. Render PPTX as HTML using Java

    Master the art to render PPTX as HTML using Java efficiently. Additionally, dive into comprehensive step-by-step guidelines and Java code for rendering PPTX to HTML....Comparison Product Family GroupDocs...class object, passing the PPTX file path as a parameter to its constructor...

    kb.groupdocs.com/viewer/java/render-pptx-as-htm...
  2. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached File is supported by GroupDocs....Comparison Product Solution GroupDocs...()) { // Check if the attached file is supported by GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  4. Convert DOCX to ODT using Node.js

    In this article, we will provide you detail on how to convert DOCX to ODT using Node.js. Also, you will be provide a code example to export DOCX to ODT in Node.js....Comparison Product Family GroupDocs...js via Java to convert DOCX files to ODT For DOCX document to...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  5. How to Render DOCX as JPG using C#

    In this article, we will guide you on how to render DOCX as JPG using C# without installing extra software. We will also provide code to render DOCX to JPG using C#....Comparison Product Family GroupDocs...Word document’s pages to JPG files Instantiate the object of Viewer...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  6. How to Convert DOCX to PNG using Node.js

    In this article, you will learn how to convert DOCX to PNG using Node.js. We will also provide code to export DOCX to PNG in Node.js....Comparison Product Family GroupDocs...By providing the path of DOCX file as a constructor parameter,...

    kb.groupdocs.com/conversion/nodejs/how-to-conve...
  7. GroupDocs.Redaction Overview | Documentation

    Learn what redaction is and how it works. Redaction refers to editing a document to remove or hide confidential or sensitive information....Comparison Product Solution GroupDocs...sensitive content from various file formats, including PDF, Microsoft...

    docs.groupdocs.com/redaction/python-net/groupdo...
  8. How to Extract Text from HTML in Java

    This article describes a step-by-step procedure to extract text from HTML in Java and how to use these steps for developing the Java get Text from HTML application....Comparison Product Family GroupDocs...extracting text from an HTML file Initialize the Parser class...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  9. How to Convert TIFF to PDF using C#

    Let's review the step-by-step procedure for converting documents, learn how to convert TIFF to PDF using C# and how to create TIFF to PFD converter C# functionality....Comparison Product Family GroupDocs...next step, load the input TIFF file by creating an instance of the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert PDF to Image in C#

    Review the document transformation procedure and learn the guide to convert PDF to Image in C# and explore working sample code to convert PDF to Image using C#....Comparison Product Family GroupDocs...for customizing the output PNG file Finally, call the Convert method...

    kb.groupdocs.com/conversion/net/how-to-convert-...