Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 2,515 for

document protection

(0.07 sec)
  1. Introducing New Features in GroupDocs.Text Fron...

    GroupDocs team is pleased to announce exciting new features in Front End for GroupDocs.Text for .NET API. In this new release, we are providing user ability to search text within Document and extract highlighted text. Furthermore, user can now extract text from ZIP containers and password protect OneNote sections.Using this Front End, user can simply upload file and apply features on it using tool buttons. The developers are allowed to modify the application to fulfill their own requirements....ability to search text within document and extract highlighted text...ZIP containers and password protect OneNote sections.Using this...

    blog.groupdocs.com/parser/introducing-new-featu...
  2. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for .NET / Document rendering basics / Render...

    docs.groupdocs.com/viewer/net/render-presentati...
  3. Convert Word to Markdown using C# | DOC to MD |...

    Convert Word Documents to Markdown files using C#. Transform DOC/DOCX files into MD format using GroupDocs .NET parsing and conversion API....中文 中國傳統的 Word-processing documents are present in almost every...programmatically convert Word documents into markdown files using...

    blog.groupdocs.com/parser/convert-word-to-markd...
  4. Loading | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint Documents by local file path, stream or third-party storage for further processing with GroupDocs.Merger for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...load password-protected documents and load documents from different...

    docs.groupdocs.com/merger/java/loading/
  5. Loading files | GroupDocs

    The listed articles below explain how to load password-protected Documents and load files from different sources....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...you to load password-protected documents and load files from different...

    docs.groupdocs.com/metadata/net/loading-files/
  6. GroupDocs.Viewer for Node.js via Java | GroupDocs

    GroupDocs.Viewer for Node.js allows you to render Documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your JavaScript application....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/nodejs-java/
  7. Loading files | GroupDocs

    GroupDocs.Metadata allows you to load password-protected Documents and load files from different sources. For more details please refer to the following guides:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...you to load password-protected documents and load files from different...

    docs.groupdocs.com/metadata/java/loading-files/
  8. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Usage / Loading documents / Load password-protected file Load password-protected...

    docs.groupdocs.com/redaction/java/load-password...
  9. GroupDocs.Viewer 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....中國傳統的 The ability to convert documents to PDF is almost a required...to convert Word processing documents into this portable format...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  10. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....Rich Text Format ( RTF ) documents using C# is a valuable skill...sensitive information from documents to prevent unauthorized access...

    kb.groupdocs.com/redaction/net/redact-text-in-r...