Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 5,530 for

file comparison

(0.04 sec)
  1. Attachments in PDF document | Documentation

    This article explains how to work with PDF attachments while using GroupDocs watermarking API....Comparison Product Solution GroupDocs...Description ); Console . WriteLine ( "File type: {0}" , attachment . GetDocumentInfo...

    docs.groupdocs.com/watermark/net/attachments-in...
  2. How to Convert Word Document to HTML using C#

    This article helps you to convert Word Document to HTML using C#. Generate HTML from DOCX using C# by following step-by-step guide and perform document conversion....Comparison Product Family GroupDocs...class and load the source Word file Initialize MarkupConvertOptions...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert RTF to PDF in Java

    We explain to you the detailed instructions to convert RTF to PDF in Java and create a sample code for the implementation of Java RTF to PDF converter functionality....Comparison Product Family GroupDocs...class and pass the input RTF file to its constructor Instantiate...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. 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-...
  5. EditableDocument | Documentation

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....Comparison Product Solution GroupDocs...specifying the content via a file path. Alternatively, you might...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  6. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Comparison Product Solution GroupDocs...recognized metadata properties from a file Sometimes you may need to just...

    docs.groupdocs.com/metadata/net/clean-metadata/
  7. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Comparison Product Solution GroupDocs...recognized metadata properties from a file Sometimes you may need to just...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  8. GroupDocs.Editor Product Family | Documentation

    Use GroupDocs.Editor libraries to programmatically edit Word documents, Excel spreadsheets and PowerPoint presentations...Comparison Product Solution GroupDocs...Editor Product Family Excellent file editor component that empowers...

    docs.groupdocs.com/editor/
  9. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Comparison Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  10. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after Files Comparison within your .NET applications....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/set-document-...