Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,919 for

import document

(0.04 sec)
  1. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint Documents from stream when using GroupDocs.Comparison for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Java import com.groupdocs.comparison.Comparer ; import java.nio...

    docs.groupdocs.com/comparison/java/load-file-fr...
  2. How to Convert PDF to TIFF in Java

    Quickly understand the procedure for doing Document transformation, learn how to convert PDF to TIFF in Java, and create the code to export PDF to TIFF using Java....will use one of the popular document conversion library for transforming...transforming non-editable documents from one format to another...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Convert Bitmap to PNG using Java

    This short article walks you through the workflow to convert Bitmap to PNG using Java and how to use this guide to change BMP to PNG in Java....simple API calls of the popular document conversion library. Further...functionality Import essential classes for performing document transformation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Convert DOCX to MHTML using C#

    This article will walk you through the process to convert docx to mhtml using C#. You will also find code example in this article to generate mhtml from docx in C#....instructions for configuring the document conversion package for performing...performing the document transformation. Here are the key steps...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. 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...
  6. 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/
  7. Developer Guide | Documentation

    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/
  8. Developer Guide | Documentation

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

    docs.groupdocs.com/merger/java/developer-guide/
  9. 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-...
  10. How to Convert PDF to Presentation in Java

    This article provides a step-by-step procedure to convert PDF to Presentation in Java and a sample application to convert PDF to PowerPoint presentation using Java....instructions using one of the best document conversion libraries to convert...Presentation in Java . This document conversion workflow does not...

    kb.groupdocs.com/conversion/java/how-to-convert...