Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 35,694 for

groupdocs.merger

(2.44 sec)
  1. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/load-document-fr...
  2. 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....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  3. Common Master-Detail Image in Text Document | G...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Text Document Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements: Report must show managers’ picture and name. It must associate the managers with their clients....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/common-master-...
  4. System Requirements | GroupDocs

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Parser for Python via .NET does not require any external software or third party tool to be installed....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/parser/python-net/system-req...
  5. Ինչպես փոխարկել Word-ը PDF-ի C#-ի միջոցով

    Հեշտությամբ կատարեք փաստաթղթերի փոխակերպում երկու հանրաճանաչ ձևաչափերի միջև և սովորեք, թե ինչպես փոխարկել Word-ը PDF-ի՝ օգտագործելով C#: Արագորեն կիրառեք ուղեցույցը՝ C# Word-ից PDF-ի հնարավորություն ստեղծելու համար:...Watermark Product Family GroupDocs.Merger Product Family GroupDocs...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  6. Set password for output document | GroupDocs

    This article explains how to set document password after files comparison within your Java applications using GroupDocs.Comparison for Java....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/set-password...
  7. Set image resolution | GroupDocs

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Load Options | GroupDocs

    Open password-protected files and streams using load options in GroupDocs.Parser for Python via .NET....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/parser/python-net/load-options/
  9. 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....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Compare multiple documents | GroupDocs

    Compare any number of Word documents or PowerPoint/OpenDocument presentations simultaneously using Comparer.Add() — produces a single merged result document....Parser Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/compare-multi...