Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 1,978 for

import document

(0.03 sec)
  1. Merge PPTX Presentations in Node.js - GroupDocs...

    This article demonstrates how to merge PPTX presentation files in Node.js with simple code examples using the GroupDocs.Merger for Node.js via Java API....Explanation: Code Example Important Notes See also Download Free...files into a single cohesive document. The PPTX format is widely...

    blog.groupdocs.com/merger/merge-pptx-in-nodejs/
  2. Converting JSON to a Spreadsheet | Documentation

    Learn how to convert a JSON Document as a data source to a spreadsheet using GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Converting...

    docs.groupdocs.com/conversion/java/convert-json...
  3. Saving a File to Local Disk | Documentation

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Saving...

    docs.groupdocs.com/conversion/java/save-file-to...
  4. Use advanced logging | Documentation

    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-...
  5. Convert XLSX to PDF using Python

    Convert XLSX to PDF using Python for automated Document workflows. Easily export XLSX to PDF in Python and preserve your spreadsheet's formatting....files into high-quality PDF documents while preserving tabular data...automation scripts, integrating document conversion into your backend...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. Announcing GroupDocs' Online Document Viewer Mo...

    Good news to all Orchard CMS users! We’ve rolled out a module for the Orchard platform, which lets you embed GroupDocs’ high-fidelity online Document viewer as well as selected Documents to Orchard pages. No matter what the format is, you can now embed and view Documents online using GroupDocs’ efficient online Document viewer. [caption id=“attachment_999” align=“alignnone” width=“600” caption=“Announcing GroupDocs’ online Document viewer module for Orchard”] [/caption] GroupDocs Viewer is a powerful online Document viewer, which allows you to view Documents online simply using a browser....online document viewer as well as selected documents to Orchard...you can now embed and view documents online using GroupDocs’ efficient...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  7. Logging | Documentation

    Logging when rendering Documents with GroupDocs.Viewer for Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...is disabled when rendering documents. You can log to a file. To...

    docs.groupdocs.com/viewer/java/logging/
  8. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...a file, use the method. To import types of all characters from...

    docs.groupdocs.com/search/java/alphabet/
  9. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...a file, use the method. To import words from a file, use the...

    docs.groupdocs.com/search/net/spelling-corrector/
  10. 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...