Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 5,847 for

values

(1.09 sec)
  1. Using Signature Appearances | GroupDocs

     This sections contains explanation about various electronic signature visual appearances on document page.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/using-signatu...
  2. Security Operations | GroupDocs

    Learn how to protect, inspect, and manage document passwords for PDF, Word, Excel, and PowerPoint files using GroupDocs.Merger for Python via .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/python-net/security-o...
  3. Common List Image in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: A report must show multiple customers’ picture and name.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/common-list-ima...
  4. Load password-protected document | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Merger for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/load-password-pro...
  5. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for .NET... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/showcases/
  6. Working with Multiple Data Sources | GroupDocs

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames. Articles in this section... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/working-with-m...
  7. Merger Use Cases | GroupDocs

    This section will describe typical problems with merging files and ways to solve them using GroupDocs.Merger for .NET library... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/getting-started/u...
  8. Load from local disc | GroupDocs

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/load-from-loc...
  9. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/load-from-str...
  10. Errors and Exceptions | GroupDocs

    Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/python-net/errors-and...