Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 2,851 for

document protection

(0.07 sec)
  1. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected Documents. The following are the steps to work with password protected Documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected Documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Password-protected documents Password-protected documents Leave...

    docs.groupdocs.com/parser/java/password-protect...
  2. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert Documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Converting / Conversion options by document family / Convert to WordProcessing...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Converting Documents | GroupDocs

    Convert single Documents, specific pages or page ranges, per-page output files, and files packed inside archives — with options for output format, watermarks, and metadata extraction — using GroupDocs.Conversion for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Guide / Converting Documents Converting Documents Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  4. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for Java / Document rendering basics / Render...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  5. search.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/search/java/weekly0.5https://docs.groupdocs.com/search/java/about-search-engines/we......com/search/java/delete-indexed-documents/weekly0.5https://docs.groupdocs...com/search/java/deleting-documents/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/search.xml
  6. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....supported extractors for a document. Furthermore, we have improved...area extraction for the PDF documents. For more details, please...

    blog.groupdocs.com/categories/groupdocs.parser-...
  7. GroupDocs.Redaction Product Family | GroupDocs

    GroupDocs.Redaction - Redact Sensitive Content from Documents Documentation .NET Java Python GroupDocs.Redaction for .NET More Getting started Start quickly with our getting started Documentation Features overview Supported Document formats System requirements Installation Redact content from Documents Articles and guidelines Basic redactions Basic usage .NET code examples Open-source projects for APIs example usage GroupDocs.Redaction for .NET More GroupDocs.Redaction for Java More Getting started Get up and running fast with our getting started guide Features overview Supported Document formats System requirements Installation Remove sensitive information Articles and guides for both basic and advanced development Redact content using optical character recognition (OCR) Advanced usage scenarios Java code examples Open-source projects for APIs example usage GroupDocs....Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...Sensitive Content from Documents Documentation .NET Java Python GroupDocs...

    docs.groupdocs.com/redaction/
  8. Add Text Watermark to XLSX using C#

    This guide demonstrates the process of how to add text watermark to XLSX using C#. Additionally, you'll get a code example to insert text watermark to XLSX in C#.... One effective way to protect sensitive information in Excel...semi-transparent overlay of text on a document. It’s purposefully included...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  9. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...extraction isn’t supported for the document. For example, text extraction...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the Document. Data extraction was unified for all data types. The overall Document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...point to extract data from the document. Data extraction was unified...

    docs.groupdocs.com/parser/java/migration-notes/