Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 10,565 for

document redaction

(0.06 sec)
  1. How to Compare CSV Files using C#

    This article provides instructions along with a sample code to compare CSV files using C# and also enables users to easily create C# compare CSV files capability....Redaction Product Family How to Compare...CSV files, configuring the document comparison package, and working...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  2. GroupDocs.Viewer For .NET 3.5.0 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 3.5.0. Major Features There are 2 new features and 21 improvements and fixes in this regular monthly release. The most notable are: Implemented saving Cells Document sheet to multiple pages in image mode. Ability to specify font for watermark. Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-733 Implement saving Cells Document sheet to multiple pages in image mode New Feature VIEWERNET-787 Implement ability to specify font for watermark New Feature VIEWERNET-616 Implement GetPdfFile from stream or remote file Improvement VIEWERNET-721 Improve Words files to html rendering speed Improvement VIEWERNET-732 Implement saving file data separately based on options Improvement VIEWERNET-748 Implement releasing converters resources Improvement VIEWERNET-529 Cannot add page to pdf Document Bug VIEWERNET-564 OutOfMemoryException raised when total readed file size reached upto 250MB Bug VIEWERNET-627 The operation is not supported error raised when loading epub Document Bug VIEWERNET-667 IOException is raised when try to move a loaded Document(into the viewer) to any other directory Bug VIEWERNET-691 Cell shading is not applied uniformly while converting spreadsheet to HTML Bug VIEWERNET-717 Ott file stream detects as ods file format Bug VIEWERNET-729 GetDocumentInfo() Throws “Parameter is not valid” Exception Bug VIEWERNET-753 Excel file is not properly rendering into HTML Bug VIEWERNET-776 Header contents of Word Document are not appearing in rendered html or images Bug VIEWERNET-779 Exception generated while calling handler....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating Documents using GroupDocs.Annotation for Java API....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/save-specifi...
  4. Load from Stream | Documentation

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

    docs.groupdocs.com/redaction/java/load-from-str...
  5. Editing Documents in Multi-threaded Environment...

    post. Tagged with net, api, groupdocs, editor....Editing different types of documents programmatically on different...a given when talking about document manipulation in general. Most...

    dev.to/groupdocs/editing-documents-in-multi-thr...
  6. Convert DOCX to XPS using Node.js

    In this article, we will provide you detail on how to convert DOCX to XPS using Node.js. Also, you will be provide a code example to export DOCX to XPS in Node.js....Redaction Product Family Convert DOCX...converting a DOCX file into an XPS document, along with a code snippet...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  7. How to Convert SVG to PNG using C#

    This tutorial will explain the process to convert SVG to PNG using C# and how to implement the C# convert SVG to PNG feature using the steps defined in this post....Redaction Product Family How to Convert...defined in this post. The document transformation is a simple...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert PDF to CSV using Java

    This short article explains the procedure to convert PDF to CSV using Java and learn how to consume this guide to develop the Java PDF to CSV functionality....Redaction Product Family How to Convert...Java by using one of the best document converter library. Further...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert Outlook Email to PDF using Java

    This article describes the detailed procedure to convert Outlook Email to PDF using Java and demonstrates the working of the Java EML to PDF converter functionality....Redaction Product Family How to Convert...popular document converter API for performing the document conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer .NET API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-ebooks/