Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 5,504 for

groupdocs.viewer,

(0.53 sec)
  1. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications.

    docs.groupdocs.com/merger/java/add-document-to-...
  2. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java.

    docs.groupdocs.com/merger/java/extract-pages/
  3. Fluent syntax | GroupDocs

    This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API....This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/fluent-syntax/
  4. Features overview | GroupDocs

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more.

    docs.groupdocs.com/merger/python-net/features-o...
  5. Installation | GroupDocs

    GroupDocs.Editor for Java installation...GroupDocs.Editor for Java installation

    docs.groupdocs.com/editor/java/installation/
  6. GroupDocs.Redaction Overview | GroupDocs

    Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information....Lets try to know about what is redaction or what does redacted mean. The redaction is the editing a document for the purpose to remove or hide the confidential or sensitive information.

    docs.groupdocs.com/redaction/java/groupdocs-red...
  7. Save with default options | GroupDocs

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

    docs.groupdocs.com/redaction/net/save-with-defa...
  8. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured.

    docs.groupdocs.com/redaction/net/extend-support...
  9. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction....This article explains that how to use PageAreaRedaction.

    docs.groupdocs.com/redaction/net/use-page-area-...
  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....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.

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