Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 7,619 for

document redaction

(0.05 sec)
  1. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Indexing password protected documents | GroupDocs

    This page describes how to perform indexing of password protected Documents. Indexing using the password dictionary To perform indexing of password protected Documents using a password dictionary, you must add passwords for all protected Documents to the dictionary before indexing. To add a Document password to the dictionary, you must specify the full path to the Document as a key and the actual password to the Document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  3. Render DOC as HTML using Python

    Automate how to render doc as html using python. This walkthrough explains how to convert doc to html in python without installing extra software....Redaction Product Family Render DOC...directly transform these documents into HTML for seamless browser...

    kb.groupdocs.com/viewer/python/render-doc-as-ht...
  4. How to Convert RTF to DOCX using Java

    This concise tutorial will demonstrate how to convert RTF to DOCX using Java without installing third-party software, and provides code example to export RTF to DOCX in Java....Redaction Product Family How to Convert...you need to work with Word documents or integrate RTF content into...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word Document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the Document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word Document has no table of contents, getToc method returns an empty collection....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-table-of...
  6. How to Convert SVG to JPG using C#

    This post discusses the workflow to convert SVG to JPG using C# and how to consume the information for creating the ability for an SVG file converter to JPG in C#....Redaction Product Family How to Convert...consuming one of the popular document conversion libraries. Further...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert RTF to PPTX using C#

    This article explains how to convert RTF to PPTX using C# programming language. It also offers a sample code example for the C# RTF to PPTX converter application....Redaction Product Family How to Convert...will utilize a high quality document conversion library and provide...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Sign documents with standard QR Code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Advanced usage | GroupDocs

    This page describes the GroupDocs.Annotation advanced usage and its multiple powerful features like customizing Document annotating process and annotations appearance etc....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/advanced-usage/
  10. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word Document with password or change output Document format using GroupDocs.Editor for .NET features....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/output-format-and...