Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 4,548 for

groupdocs.total,

(0.07 sec)
  1. 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....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; /** * <p> * This is an example of ILogger implementation, tracking count of error messages. * </p> */ public class CustomLogger implements ILogger { private ArrayList<String> _errors; private ArrayList<String> _traces; private ArrayList<String> _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList<String>(); _traces = new ArrayList<String>(); _warnings = new ArrayList<String>(); } public void error(String message) { _errors.

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Load document of specific format | Documentation

    This article explains how to load document of specific format....This article explains how to load document of specific format.

    docs.groupdocs.com/watermark/java/load-document...
  3. Ինչպես փոխարկել RTF-ը PDF-ի, օգտագործելով C#

    Փոխակերպեք փաստաթղթերը՝ օգտագործելով հեշտ օգտագործման գրադարանը և սովորեք, թե ինչպես փոխարկել RTF-ը PDF-ի՝ օգտագործելով C#: Նայեք C# RTF-ից մինչև PDF ֆունկցիոնալության օրինակելի կոդը:...Փոխակերպեք փաստաթղթերը՝ օգտագործելով հեշտ օգտագործման գրադարանը և սովորեք, թե ինչպես փոխարկել RTF-ը PDF-ի՝ օգտագործելով C#: Նայեք C# RTF-ից մինչև PDF ֆունկցիոնալության օրինակելի կոդը:

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  4. Ինչպես փոխարկել Word-ը PDF-ի C#-ի միջոցով

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

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  5. Convert publisher formats | Documentation

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for .NET....In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert/publi...
  6. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .NET....Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert-each-...
  7. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/java/load-note-do...
  8. Split text file | Documentation

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API....Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for .NET API.

    docs.groupdocs.com/merger/net/split-text-file/
  9. Save with default options | Documentation

    This article demonstrates the simplest way to save the document...This article demonstrates the simplest way to save the document

    docs.groupdocs.com/redaction/python-net/save-wi...
  10. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Learn how to merge EPUB files, combine EPUB files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library.

    docs.groupdocs.com/merger/nodejs-java/merge/epub/