Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 5,022 for

file comparison

(0.15 sec)
  1. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....Comparison Product Solution GroupDocs...signature digital certificate (file on local disk or stream ) (required)...

    docs.groupdocs.com/signature/net/iterative-digi...
  2. Update Watermark Text in DOCX Using Java

    Quickly learn how to update watermark text in DOCX using Java. We'll provide you the code to change watermark text in DOCX in Java without using additional software....Comparison Product Family GroupDocs...manipulation of watermarks in DOCX files. This article delves into the...

    kb.groupdocs.com/watermark/java/update-watermar...
  3. How to Convert MSG to JPG using Java

    This article aims to educate you how to convert MSG to JPG using Java. Additionally, we will furnish you with the relevant code example to export MSG to JPG in Java....Comparison Product Family GroupDocs...Java . The task of turning MSG files, typically linked to email messages...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Add Replacement Annotation in PDF using ...

    In this topic, we will guide you how to add replacement annotation in PDF using Java along with code example to insert replacement annotation to PDF in Java....Comparison Product Family GroupDocs...Annotator class by passing the PDF file path as an argument to its constructor...

    kb.groupdocs.com/annotation/java/how-to-add-rep...
  5. Read Metadata from PDF using C#

    Learn how to read metadata from PDF using C# without requiring extra software installation. Delve into a code sample demonstrating how to read metadata of PDF using C#....Comparison Product Family GroupDocs...PDF using C# Metadata in PDF files contain essential information...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  6. How to Convert MSG to XPS using C#

    Within this article, you will discover how to convert MSG to XPS using C# without installing extra software. Also, we will supply the code to export MSG to XPS in C#....Comparison Product Family GroupDocs...find the need to transform files from one format to another to...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Comparison Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  8. How to Render DOCX as HTML using Java

    Discover how to convert DOCX to HTML in Java without the need for additional software installations. We'll also supply the code to generate HTML with embedded resources from a DOCX File using Java....Comparison Product Family GroupDocs...by providing the input DOCX file path as an argument to its constructor...

    kb.groupdocs.com/viewer/java/how-to-render-docx...
  9. How to Extract Text from XML in C#

    Quickly extract Text from XML in C# using one of the popular document parser APIs and learn how to develop the functionality to get Text from XML using C#....Comparison Product Family GroupDocs...project to extract Text from XML file Add a reference to the necessary...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  10. Convert PDF to PS using Java

    This guide illustrates the procedure of how to convert PDF to PS using Java. Additionally, a code example will be provided to export PDF to PS using Java....Comparison Product Family GroupDocs...(Portable Document Format) files into PS (PostScript) format...

    kb.groupdocs.com/conversion/java/convert-pdf-to...