Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 5,503 for

editor

(0.44 sec)
  1. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/merge/powe...
  2. Get document info | GroupDocs

    This article shows that how to get meta information of a document....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/get-document-info/
  3. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source format with GroupDocs.Conversion for Java API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/get-default-...
  4. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/supported-do...
  5. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/save-to...
  6. Extract table of contents from EPUB eBooks | Gr...

    How to extract table of contents from EPUB e-books getToc method is used....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/extract-table-of...
  7. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Node.js via Java supported document types...Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/supported...
  8. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/use-page-area-...
  9. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free OCR solution....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  10. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/use-redaction...