Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 3,651 for

document assembly

(0.07 sec)
  1. Load from local disc | Documentation

    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....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-from-loc...
  2. Working with Table Reports - Alternate Content ...

    Articles in this section...Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/working-with-ta...
  3. Working with Table Reports - Highlighted Rows |...

    Articles in this section...Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/working-with-ta...
  4. Working with Table Reports - Highlighted Rows |...

    Articles in this section...Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/working-with-t...
  5. Render to HTML | Documentation

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  6. Save to stream | Documentation

    You might need to save a Document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a Document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use Document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the Document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-to-stream/
  7. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/working-with-s...
  8. GroupDocs.Metadata Product Family | Documentation

    Excellent component that empowers your C#, ASP.NET, and other .NET applications. It helps developers to read, write, edit and remove meta information from all popular Document file formats. Documentation .NET Java Node.js Python GroupDocs.Metadata for .NET More Getting started Start quickly with our getting started Documentation Features overview Supported Document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .NET code examples Open-source projects for APIs example usage GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/
  9. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/output-ad...
  10. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/output-adapters/