Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 6,089 for

file comparison

(1.14 sec)
  1. Get Possible Conversions | GroupDocs

    This article demonstrates how to get possible conversions for a File type using GroupDocs.Conversion for Python via .NET API....Comparison Product Solution GroupDocs...conversions for every supported file type. Converter.get_possibl...

    docs.groupdocs.com/conversion/python-net/develo...
  2. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Comparison Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  3. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Comparison Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  4. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....Comparison Product Family GroupDocs...digital signature into DOCX file format Include the necessary...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  5. Add Text Watermark to PNG using Java

    Explore the method how to add text watermark to PNG using Java. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in Java....Comparison Product Family GroupDocs...to add a watermark to a PNG file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  6. Getting Possible Conversions | GroupDocs

    This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...Comparison Product Solution GroupDocs...cost-analysis.xlsx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/get-possible...
  7. Add Text Watermark to JPG using C#

    Discover how to add text watermark to JPG using C#. Moreover, you'll receive a code snippet demonstrating how to insert text watermark to JPG in C# programming....Comparison Product Family GroupDocs...adding a watermark to a JPG file Create an instance of the Watermarker...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  8. Convert PPTX To PNG With Python

    Learn how to Convert PPTX to PNG with Python and use Python code to transform PPTX into PNG images efficiently with GroupDocs.Conversion....Comparison Product Family GroupDocs...presentation slides into image files is a frequent requirement when...

    kb.groupdocs.com/conversion/python/convert-pptx...
  9. Convert HTML to Image using Python

    Convert HTML to Image using Python for pixel-perfect rendering. Easily export HTML to Image in Python to create visual snapshots for reports, previews, or archives....Comparison Product Family GroupDocs...instance and load your HTML from a file path Configure ImageConvertOptions...

    kb.groupdocs.com/conversion/python/convert-html...
  10. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs...may be stored as a distinct file on the disk or its content may...

    docs.groupdocs.com/viewer/net/exclude-fonts/