Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 9,919 for

file comparison

(0.11 sec)
  1. 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-...
  2. How to Extract Text from PowerPoint using Java

    Get familiar yourself with stepwise instructions to extract Text from PowerPoint using Java and how to develop the functionality to extract Text from PPTX in Java....Comparison Product Family GroupDocs...extracting text from a PowerPoint file Create an instance of the Parser...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  3. How to Convert PDF to RTF in C#

    This article describes the detailed procedure to convert PDF to RTF in C# and provides sample code to demonstrate the implementation of the C# PDF to RTF converter....Comparison Product Family GroupDocs...Finally, save the converted RTF file to the disk by consuming the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Remove Metadata from PPT using C#

    In this topic, you will learn how to remove metadata from PPT using C#. The code will be provided to delete metadata from PPT in C# without installing extra software....Comparison Product Family GroupDocs...Metadata in PowerPoint ( PPT ) files can contain a wide range of...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  5. GroupDocs.Comparison for .NET 20.6 Release Note...

    Note This page contains release notes for GroupDocs.Comparison for .NET 20.6 Major Features Below the list of changes in release of GroupDocs.Comparison for .NET 20.6: Fixed Error occurred in comparing Word documents with tables Fixed unexpected sizes of the Excel File sheets/pages. Fixed incorrect positions of compared elements in result for SpreadSheet comparing Fixed issue with comparing Word documents with checkboxes and form fields in table cells Key Summary Issue Type ComparisonCLOUD-142 Comparing attached word document throws: Error occurred in comparing Word documents Bug ComparisonNET-2322 Unexpected sizes of the Excel File sheets/pages....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  6. How to Convert ODT to DOCX using C#

    In this topic, you will learn how to convert ODT to DOCX using C# without installing third-party software. Also, we will provide code to export ODT to DOCX in C#....Comparison Product Family GroupDocs.... In today’s digital world, file format conversions have become...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Convert JPG to XPS using Java

    In this tutorial, you will learn how to convert JPG to XPS using Java. Additionally, we will provide you a complete code example to export JPG to XPS using Java....Comparison Product Family GroupDocs...to easily convert JPG (JPEG) files to XPS (XML Paper Specification)...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  8. Loading | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local File path, stream or third-party storage for further processing with GroupDocs.Comparison for .NET API....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/loading/
  9. Custom text extractors | Documentation

    GroupDocs.Search for Java supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Comparison Product Solution GroupDocs...String filePath ) { File file = new File ( filePath ); DocumentField...

    docs.groupdocs.com/search/java/custom-text-extr...
  10. 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...Comparison Product Solution GroupDocs...steps: Load a desired spreadsheet file to the class. Call the method...

    docs.groupdocs.com/editor/net/generating-worksh...