Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 31,781 for

groupdocs viewer

(0.08 sec)
  1. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-with-def...
  2. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using Groupdocs.Merger for Java....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/java/change-page-orie...
  3. Load document from InputStream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using Groupdocs.Merger for Java....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/java/load-document-fr...
  4. GroupDocs.Editor for .NET | Documentation

    Edit Word, Excel and PowerPoint documents using Groupdocs.Editor for .NET powerful document editing API and C# language....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/net/
  5. GroupDocs.Redaction Product Family | Documentation

    Groupdocs.Redaction - Redact Sensitive Content from Documents Documentation .NET Java Python Groupdocs.Redaction for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Redact content from documents Articles and guidelines Basic redactions Basic usage .NET code examples Open-source projects for APIs example usage Groupdocs.Redaction for .NET More Groupdocs.Redaction for Java More Getting started Get up and running fast with our getting started guide Features overview Supported document formats System requirements Installation Remove sensitive information Articles and guides for both basic and advanced development Redact content using optical character recognition (OCR) Advanced usage scenarios Java code examples Open-source projects for APIs example usage Groupdocs....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/
  6. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/python-net/save-in...
  7. Setting author of changes | Documentation

    This article explains how to set author of changes name in the resulting document in Groupdocs.Comparison for Java....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/java/setting-auth...
  8. Releasing SharePoint Plugin for GroupDocs.Viewe...

    Groupdocs team proudly announces the addition of SharePoint Plugin for Groupdocs.Viewer for .NET. This plugin permits SharePoint developers to explore and investigate Groupdocs.Viewer for .NET front end. It demonstrates how Groupdocs.Viewer for .NET front end can be integrated with SharePoint. SharePoint Plugin for Groupdocs.Viewer for .NET Supported FeaturesThe SharePoint plugin provides end users with tools needed for convenient viewing and navigation of a documents in a browser. The plugin provides all the most commonly used UI controls available in native Adobe Reader’s plugin, including: Scroll view, one page in a row, two pages in a row view and double page flipping Pagination controls Page zooming Page thumbnails Text selection and copying to the clipboard Text search with different match types Document downloading and printing SharePoint Plugin Requirements SharePoint Server 2013 Visual Studio 2010, 2012, 2013, 2015 Any standard web-browser, including IE8+, Mozilla Firefox, Chrome, Opera, Safari5+ Download SharePoint PluginThe SharPoint Plugin can be downloaded from GitHub Repository....GroupDocs team proudly announces the addition of SharePoint Plugin...Plugin for GroupDocs.Viewer for .NET . This plugin permits SharePoint...

    blog.groupdocs.com/viewer/sharepoint-plugin-gro...
  9. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  10. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/save-in-raster...