Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 2,771 for

document protection

(0.46 sec)
  1. Convert Presentations to PDF in Java | PPT, PPT...

    Programmatically convert presentations of MS PowerPoint and Open Office Impress formats like ODP, PPT, PPTX to PDF using Java conversion API....PDF is the popular portable document format, so there comes the...the need to convert documents of other formats to PDF. Today, we...

    blog.groupdocs.com/conversion/convert-presentat...
  2. Render Lotus Notes database files as HTML, PDF,...

    Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Viewer for Python via .NET / Document rendering basics / Render...

    docs.groupdocs.com/viewer/python-net/render-lot...
  3. Add watermarks to word processing documents | G...

    Add watermarks in headers and footers of any section using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...word-processing documents Add watermarks to word processing documents Leave...

    docs.groupdocs.com/watermark/python-net/add-wat...
  4. GroupDocs.Conversion for Python via .NET Overvi...

    GroupDocs.Conversion for Python via .NET converts Documents between 10,000+ format pairs — DOCX, PDF, XLSX, PPTX, images, CAD, email, archives — with flexible load and save options, page selection, watermarks, and AI-pipeline friendly output....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Python library that converts documents between 10,000+ format pairs...

    docs.groupdocs.com/conversion/python-net/produc...
  5. Convert Word to Markdown in Java | DOC to MD | ...

    Convert Word Documents to Markdown files in Java. Transform DOC/DOCX files into MD format using GroupDocs parsing and conversion Java API....programmatically convert Word documents into markdown files in Java...provides APIs that allow Word document parsing and its conversion...

    blog.groupdocs.com/parser/convert-word-to-markd...
  6. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java 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 Java application....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/java/
  7. 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...
  8. Note Format is Supported in GroupDocs.Merger fo...

    This month’s release of GroupDocs.Merger for .NET 18.9 comes with some new features. API enables you to work with password-protected ODT and OTT file formats. You can also trim Note formatted Documents. Please see release notes for further details. Features Note format is supported by following methods: Join MovePage RemovePage Split Document SwapPages Trim Implement security methods for the following formats: OTT ODT Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....you to work with password-protected ODT and OTT file formats....also trim Note formatted documents. Please see release notes...

    blog.groupdocs.com/merger/note-format-is-suppor...
  9. Technical Consultation for GroupDocs.Comparison...

    Dear GroupDocs Support Team, We are currently conducting a technical evaluation of GroupDocs.Comparison for PDF Document comparison and plan to carry out subsequent procurement. We would appreciate your official and det…...Comparison Product Family document-comparison chaohui March 27...GroupDocs.Comparison for PDF document comparison and plan to carry...

    forum.groupdocs.com/t/technical-consultation-fo...
  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...