Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 11,075 for

document assembly

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

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

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

    docs.groupdocs.com/viewer/net/caching-results/
  3. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/nesting-search-qu...
  4. Convert CAD formats | Documentation

    In this article, you will learn how to convert CAD Documents to other formats or another CAD format with GroupDocs.Conversion for Java....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert/cad/
  5. UTF8Encoding Class (System.Text) | Microsoft Learn

    Represents a UTF-8 encoding of Unicode characters....Text Assembly: System.Text.Encoding.Extensions.dll Assembly: mscorlib...mscorlib.dll Assembly: netstandard.dll Source: UTF8Encoding.cs...

    learn.microsoft.com/en-us/dotnet/api/system.tex...
  6. Adjust image quality | GroupDocs.Viewer for .NET

    This article explains how to adjust image quality when rendering PDF Documents with GroupDocs.Viewer within your .NET applications....Assembly Product Solution GroupDocs...contained by the source PDF document. To adjust image quality use...

    docs.groupdocs.com/viewer/net/adjust-image-qual...
  7. Render hidden columns and rows | GroupDocs.View...

    This article explains how to show hidden rows and cells when rendering Spreadsheets with GroupDocs.Viewer within your .NET applications....Assembly Product Solution GroupDocs...columns and rows Sometimes Excel document may contain hidden columns...

    docs.groupdocs.com/viewer/net/render-hidden-col...
  8. Basic usage | Documentation

    Quick Start section for GroupDocs.Parser API Parse your Documents and extract data easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when Documents are stored in a local drive and you want to parse them and extract data using GroupDocs.Parser API....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/basic-usage/
  9. GroupDocs.Annotation for Java 17.10.3 Release N...

    Note This page contains release notes for GroupDocs.Annotation for Java 17.10.3 Major Features Key Summary Issue Type ANNOTATIONJAVA-1063 Import added annotations from exported PDF Document Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Annotation for Java 17.10.3. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/groupdocs-an...
  10. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled Document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing Documents Spreadsheet Documents Presentation Documents Email Documents Text Documents Supported output file formats depending on input file formats can be found at this page....Assembly Product Solution GroupDocs...Acquisition GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/changing-target...