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

file comparison

(0.12 sec)
  1. How to Sign PDF with Text Signature using Java

    Quickly learn how to sign PDF with text signature using Java. Also, we will provide a code example to add text signature in PDF using Java without using extra tools....Comparison Product Family GroupDocs...Maven repository to sign PDF file with text signature Include...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  2. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files. The following are the steps to read native EPUB metadata. Load an EPUB File Get the root metadata package Extract the native metadata package using EpubRootPackage....Comparison Product Solution GroupDocs...is an e-book file format that uses the “.epub” file extension....

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Extract Text from DOCX using Java

    This article details the process of how to extract text from DOCX using Java. It also includes code to assist you in implementing text extraction from DOCX in Java....Comparison Product Family GroupDocs... Extracting text from DOCX files is often needed for various...

    kb.groupdocs.com/parser/java/extract-text-from-...
  4. How to Convert TXT to PPTX using Java

    This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java....Comparison Product Family GroupDocs...Java . The conversion of TXT files to PowerPoint presentations...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Convert PDF to PS using C#

    This tutorial demonstrates how to convert PDF to PS using C#. Also, code example will be supplied to export PDF to PS using C# without extra software installation....Comparison Product Family GroupDocs...(Portable Document Format) files to PS (PostScript) format using...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  6. Add Text Watermark to PPT Using Python

    Learn how to add text watermark to PPT using Python. This tutorial shows how to embed text watermarks into PPT presentations with custom font, color, and alignment....Comparison Product Family GroupDocs...consistency throughout the entire PPT file. Steps to Add Text Watermark...

    kb.groupdocs.com/watermark/python/add-text-wate...
  7. 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...
  8. 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-...
  9. Adding class name to input controls | GroupDocs

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for .NET API features....Comparison Product Solution GroupDocs...demonstrates editing a sample DOCX file “Fields.docx”, that contains...

    docs.groupdocs.com/editor/net/adding-class-name...
  10. 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...