Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 6,108 for

file comparison

(0.69 sec)
  1. How to Sign JPEG with Barcode Signature using Java

    Quickly learn how to sign JPEG with Barcode signature using Java without installing extra tools. We will also share code to create Barcode signature in JPEG using Java....Comparison Product Family GroupDocs...class and pass the input JPEG file path to its constructor Instantiate...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  2. How to Extract Text from PowerPoint using C#

    This article describes the step-by-step procedure to extract Text from PowerPoint using C# and how to convert these instructions to extract text from PPTX in C#....Comparison Product Family GroupDocs...C# get Text from PowerPoint file using the stepwise workflow...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  3. GroupDocs.Total Product Family | GroupDocs

    Comprehensive suite of .NET or Java libraries for document manipulation and management - view, edit, convert and sign various File formats such as Word, Excel, PowerPoint, PDF, images and more Documentation .NET Java Python via .NET GroupDocs.Total for .NET More Getting started Start quickly with our getting started documentation Product overview System requirements Installation Licensing and support Articles and guidelines Licensing Technical support .NET code examples Open-source projects for APIs example usage GroupDocs....Comparison Product Solution GroupDocs...edit, convert and sign various file formats such as Word, Excel...

    docs.groupdocs.com/total/
  4. GroupDocs.Parser Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Parser for Python via .NET — API to extract text, images, metadata, and structured data from documents....Comparison Product Solution GroupDocs...GroupDocs.Parser supports 50+ file formats without any additional...

    docs.groupdocs.com/parser/python-net/groupdocs-...
  5. Working with slide backgrounds | GroupDocs

    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-...
  6. Render attachments | GroupDocs

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Comparison Product Solution GroupDocs...the first object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  7. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for .NET....Comparison Product Solution GroupDocs..."sample.docx" )) { // Create a JPG file. JpgViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  8. Merge pages in the arbitrary order | GroupDocs

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge pages in the arbitrary...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  9. Load document from FTP | GroupDocs

    This section explains how to load document from FTP with GroupDocs.Signature API....Comparison Product Solution GroupDocs...String outputFilePath = new File ( Constants . OutputPath , ...

    docs.groupdocs.com/signature/java/load-document...
  10. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Comparison Product Solution GroupDocs...( 20 )); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...