Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 9,411 for

document comparison

(0.35 sec)
  1. How to Convert TXT to XLSX using Java

    In this article, you will find a guide on how to convert TXT to XLSX using Java on common operating systems and code example to generate XLSX from TXT using Java....Comparison Product Family GroupDocs...the document conversion package to ensure smooth document transformation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF Documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-metadata...
  3. How to Convert Excel to Image in Java

    This article describes the process to convert Excel to Image in Java and provides a working example code snippet for Java Excel to Image converter application....Comparison Product Family GroupDocs...learn how to configure the document conversion library and how...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Render DOC as PDF using Python

    Use this topic to render doc as pdf using python with precise formatting. It explains how to convert DOC to PDF in Python for consistent layout and easy distribution....Comparison Product Family GroupDocs...enabling you to transform Word documents into portable, fixed-layout...

    kb.groupdocs.com/viewer/python/render-doc-as-pd...
  5. Render EML as PDF using Python

    Learn how to render EML as PDF using Python. This tutorial explains how to convert EML to PDF in Python for archiving, sharing, or printing email content....Comparison Product Family GroupDocs...generate a fixed-layout PDF document from email input. By learning...

    kb.groupdocs.com/viewer/python/render-eml-as-pd...
  6. Merge DOCX files using Java

    Gain expertise in how to merge DOCX files using Java. We will provide sample code example to combine DOCX files in Java without requiring additional installations....Comparison Product Family GroupDocs...DOCX files using Java Within document management and manipulation...

    kb.groupdocs.com/merger/java/merge-docx-files-u...
  7. Render TXT as PDF using Python

    Learn how to render TXT as PDF using Python. This tutorial explains the process of how to convert TXT to PDF in Python for printing, sharing, or archiving....Comparison Product Family GroupDocs...into a polished, paginated document. This tutorial explains how...

    kb.groupdocs.com/viewer/python/render-txt-as-pd...
  8. Convert MSG to DOCX using Node.js

    Learn how to convert MSG to DOCX using Node.js with a simple guide. Follow easy steps to export MSG to DOCX in Node.js for seamless email-to-Document conversion....Comparison Product Family GroupDocs...into accessible and editable document formats. For developers dealing...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  9. Convert XLSX to PDF using Node.js

    Easily convert XLSX to PDF using Node.js. Follow this complete guide to export XLSX to PDF in Node.js with high accuracy using a reliable conversion library....Comparison Product Family GroupDocs...js Converting spreadsheet documents to more portable formats is...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  10. Working with slide backgrounds | GroupDocs

    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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/working-with-...