Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 5,701 for

groupdocs.viewer,

(0.3 sec)
  1. Set resolution of document preview. | GroupDocs

    The page describes how to set the resolution of document preview...The page describes how to set the resolution of document preview

    docs.groupdocs.com/annotation/net/set-document-...
  2. Saving | GroupDocs

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:

    docs.groupdocs.com/annotation/net/saving/
  3. Load the password-protected documents | GroupDocs

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/load-password...
  4. Compare annotations | GroupDocs

    The page describes how to compare annotations....The page describes how to compare annotations.

    docs.groupdocs.com/annotation/net/comparing-ann...
  5. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for .NET convert options specific to various document types...This section explains GroupDocs.Conversion for .NET convert options specific to various document types

    docs.groupdocs.com/conversion/net/conversion-op...
  6. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...This topic learns how to search for document electronic signature and its details

    docs.groupdocs.com/signature/java/search-for-el...
  7. Use Cases | GroupDocs

    This section presents various real-world use cases for GroupDocs.Signature for .NET, including document signing with hardware tokens and PKCS#11 devices....This section presents various real-world use cases for GroupDocs.Signature for .NET, including document signing with hardware tokens and PKCS#11 devices.

    docs.groupdocs.com/signature/net/use-cases/
  8. Word Viewer on GroupDocs Blog | Document Automa...

    Word Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers W......Word Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers W...

    blog.groupdocs.com/ja/tag/word-viewer/index.xml
  9. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/load-password...
  10. Indexing | GroupDocs

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps.

    docs.groupdocs.com/search/nodejs-java/indexing/