Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 32,576 for

groupdocs.metadata

(0.27 sec)
  1. Compare multiple documents | GroupDocs

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

    docs.groupdocs.com/comparison/net/compare-multi...
  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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  3. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/save-in...
  4. Pdf to Md | GroupDocs

    This article demonstrates how to convert PDF to Markdown with GroupDocs.Markdown for .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/markdown/net/convert/export-...
  5. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/markdown/python-net/batch-co...
  6. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow loading of MSG file, modification of attachments, and then saving back out as MSG?...name, Byte[] data) at GroupDocs.Metadata.Formats.Email.MsgRootPackage...MsgRootPackage.(MsgPackage ) at GroupDocs.Metadata.Formats.Email.MsgRootPackage...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  7. How to Convert EPS to JPG in C#

    This tutorial explains the process to convert EPS to JPG in C# using document converter APIs and provides a sample code for C# EPS to JPG converter application....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert TeX to PDF using Java

    This short tutorial provides a step-by-step procedure to convert TeX to PDF using Java and how to create an application to convert LaTeX file to PDF in Java....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert EPUB to PDF using C#

    This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Add Text Signature to RTF using Java

    In this tutorial, we will help you to add text signature to RTF using Java. Also, we will provide code to demonstrate how to insert text signature to RTF in Java....Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    kb.groupdocs.com/signature/java/how-to-add-text...