Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 8,768 for

document editor

(0.07 sec)
  1. Load from URL | Documentation

    This article explains how to load a Document from a URL with GroupDocs.Viewer within your Python applications....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/load-docum...
  2. Convert JSON as a data source to a spreadsheet ...

    Learn how to convert a JSON Document as a data source to a spreadsheet using GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-json-...
  3. Working with CSV Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template Documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-cs...
  4. Render N consecutive pages | Documentation

    This article explains how to view n consecutive pages when processing Documents with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/view-n-consecuti...
  5. GroupDocs.Redaction for Java 20.11 Release Note...

    Note This page contains release notes for GroupDocs.Redaction for Java 20.11 Major Features There are the following improvements in this release: Ability to save Redaction Policy to an XML file Built-in support for plain text format (previously was an example) Support for HTML Documents and Markdown files Improve PDF preview generation Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONJAVA-107 Saving RedactionPolicy.xml file Improvement REDACTIONJAVA-108 Add support for HTML Documents and Markdown files Improvement REDACTIONJAVA-109 Add built-in support for plain text format Improvement REDACTIONJAVA-110 Improve PDF preview generation Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  6. GroupDocs.Search for .NET | Documentation

    GroupDocs.Search for .NET is a fascinating Document search API. It extracts text and metadata from Documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/
  7. Load password-protected file | Documentation

    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(); }...Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...
  8. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your .NET applications....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/caching-results/
  9. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Editor Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-s...
  10. [MS-XAML-2009].pdf

    1 / 87 [MS-XAML-2009] — v20141223 Xaml Object Mapping Specification 2009 Copyright © 2014 Microsoft Corporation. Release: Tuesday, December 23, 2014 [MS-XAML-2009]: XAML Object Mapping Specificatio......Specifications Documentation  Technical Documentation. Microsoft...publishes Open Specifications documentation for protocols, file formats...

    download.microsoft.com/download/0/A/6/0A6F7755-...