Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 3,011 for

import document

(0.79 sec)
  1. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to a specified stream using GroupDocs.Metadata for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...it. Python import io from groupdocs.metadata import Metadata def...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  2. 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-...
  3. Annotate HTML and Email file format using Group...

    GroupDocs team is happy to release another Document annotation API version, where new file formats are introduced in supporting Document format list and also new features are introduced . The latest GroupDocs.Annotation for .NET 17.5.0 API now provides support to annotate HTML and Email file formats along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....is happy to release another document annotation API version, where...are introduced in supporting document format list and also new features...

    blog.groupdocs.com/annotation/annotate-html-ema...
  4. Logging | GroupDocs

    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/
  5. How to Convert PowerPoint to PDF using Java

    Quickly review the procedure to convert PowerPoint to PDF using Java and learn how to follow these instructions to create the convert PPT to PDF Java functionality....snippet for transforming documents from PowerPoint to PDF. Steps...capability Import essential classes for performing document conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the Document, loaded to the GroupDocs.Viewer for .NET...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...highlight text in the loaded document Search and highlight text...

    docs.groupdocs.com/viewer/net/search-highlight-...
  7. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a Document with GroupDocs.Viewer within your .NET applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product.../ Developer guide / Load documents / Loading of external resources...

    docs.groupdocs.com/viewer/net/loading-external-...
  8. Converting JSON to a Spreadsheet | GroupDocs

    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...
  9. Reduce image quality | GroupDocs

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...
  10. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation using GroupDocs.Editor for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...NET / Developer Guide / Edit document / Edit PowerPoint Presentations...

    docs.groupdocs.com/editor/python-net/inserting-...