Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 2,617 for

import document

(0.56 sec)
  1. How to Convert PPT to PPTX using Java

    This post provides the process of how to convert PPT to PPTX using Java and demonstrates the working of the feature with Java PPT to PPTX converter application....environment for performing the document transformation. Moreover,...capability Import essential classes for performing document conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Result of added watermarks | GroupDocs

    Review AddWatermarkResult with information about added watermarks using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...in a document. import groupdocs.watermark as gw import groupdocs...

    docs.groupdocs.com/watermark/python-net/result-...
  3. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: Import com.groupdocs.redaction.options.ILogger; Import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Use advanced logging Use...

    docs.groupdocs.com/redaction/java/use-advanced-...
  4. Convert XLSX to EMF using Python

    Convert XLSX to EMF using Python with simple steps. Easily export XLSX to EMF in Python for seamless integration and sharing of spreadsheet data....presentations, and print-ready documents. In this guide, you’ll learn...making it easier to automate document workflows and enhance cross-platform...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  5. Working with Resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing Documents with GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product... Introduction Almost all documents of any type have resources...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  6. Convert diagrams | GroupDocs

    In this article, you will learn how to convert diagram Documents to other formats or another diagram format with GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Basic usage / Convert files...

    docs.groupdocs.com/conversion/java/convert/diag...
  7. Introduction | GroupDocs

    This is an introduction to editing Documents, explaining the main stages of Document opening, editing, and saving results within Node.js via Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...library that allows you to edit documents programmatically without a...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  8. How to Extract Images from PDF in Java

    Let's understand the easy-to-use procedure to extract images from PDF in Java and learn how to write the code to extract images from PDF using Java....image extraction from the PDF document with a few lines of code that...extract images from PDF document Import essential classes for developing...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  9. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to slides with simple or advanced settings using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...PresentationWatermar. import groupdocs.watermark as gw import groupdocs.watermark...

    docs.groupdocs.com/watermark/python-net/add-wat...
  10. Developer Guide | GroupDocs

    Explains GroupDocs.Merger for .NET file merger features and shows how to merge and combine PDF, Word, Excel, PowerPoint Documents inside your .NET applications...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...types Get document information Merge files Single document operations...

    docs.groupdocs.com/merger/net/developer-guide/