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

file comparison

(0.94 sec)
  1. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....Comparison Product Family GroupDocs...PPTX using C# Metadata in PPTX files can contain sensitive information...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  2. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for .NET...Comparison Product Solution GroupDocs...the input file path. using ( FileStream fs = File . OpenRead...

    docs.groupdocs.com/editor/net/edit-and-update-f...
  3. Esign Pdf With Metadata Signature | GroupDocs

    id: esign-pdf-with-metadata-signature url: signature/net/esign-pdf-with-metadata-signature title: Electronic Signature PDF with Metadata signature linkTitle: Electronic Signature PDF weight: 2 description: “This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature” keywords: Pdf metadata, Pdf metadata signatures productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Pdf documents metadata changing in C# description: Update metadata of pdf document with C# language by GroupDocs.Signature for ....Comparison Product Solution GroupDocs...metadata and C# steps: - name: Load file which is planned to be signed...

    docs.groupdocs.com/signature/net/developer-guid...
  4. 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...
  5. 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-...
  6. Extract Text from ODT using C#

    This article provides a detailed guide on text extraction from ODT in C#. It includes a code example to assist you in performing how to extract text from ODT using C#....Comparison Product Family GroupDocs...C# OpenDocument Text ( ODT ) files, commonly used with word processors...

    kb.groupdocs.com/parser/net/extract-text-from-o...
  7. Convert PDF to TXT using Python

    Discover how to transform PDF documents into TXT Files using Python. Seamlessly extract unformatted text from PDFs with concise Python code and no additional utilities....Comparison Product Family GroupDocs...PDF documents into plain text files for further processing or integration...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  8. Add Image Watermark to JPG Using Python

    Discover how to add image watermark to JPG using Python and protect visual assets by placing a centered logo watermark on images with consistent alignment....Comparison Product Family GroupDocs...content. Adding watermarks to JPG files helps protect ownership, reinforce...

    kb.groupdocs.com/watermark/python/add-image-wat...
  9. How to Convert ODT to DOCX using Java

    In this topic, you will discover the procedure how on convert ODT to DOCX using Java. Also, we will furnish you with Java code snippet to export ODT to DOCX in Java....Comparison Product Family GroupDocs...In the current digital era, file format conversions have gained...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Add Text Signature to RTF using Java

    In this tutorial, we will help you to add text signature to RTF using Java. Also, we will provide code to demonstrate how to insert text signature to RTF in Java....Comparison Product Family GroupDocs...class by providing path of RTF file into its constructor Instantiate...

    kb.groupdocs.com/signature/java/how-to-add-text...