Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 7,586 for

document redaction

(0.19 sec)
  1. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert Documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for Node.js via Java....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Add link annotation | GroupDocs

    The page describes how to add link annotation to a Document using GroupDocs.Annotation for Java....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/add-link-ann...
  3. How to Extract Text from PDF in Java

    This tutorial contains step-by-step instructions to extract text from PDF in Java and a guide on how to create the functionality to extract text from PDF using Java....Redaction Product Family How to Extract...project to extract text from PDF document Import essential classes for...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  4. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform Redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Redaction Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/save-in-raste...
  5. Using Spreadsheets as Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report Documents Assemble a Document using the external Document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  6. Extract Text from DOC using Java

    This article explains how to extract text from DOC using Java. It also provides a code example for text extraction from DOC in Java without using extra software....Redaction Product Family Extract Text... managing and processing documents programmatically has become...

    kb.groupdocs.com/parser/java/extract-text-from-...
  7. Perform Date Range search using C#

    Learn how to perform date range search using C# to find specific Document data within a given range. Discover how to search Documents by date range in C# with ease....Redaction Product Family Perform Date...especially when dealing with document management, reports, or logs...

    kb.groupdocs.com/search/net/perform-date-range-...
  8. Removing Empty Paragraphs | GroupDocs

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/removing-empty-...
  9. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Remove Metadata from RTF using Java

    Learn how to efficiently remove metadata from RTF using Java with an example that shows how to delete metadata from RTF in Java without need of additional software....Redaction Product Family Remove Metadata...( RTF ) is a commonly used document format that allows for text...

    kb.groupdocs.com/metadata/java/remove-metadata-...