Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 2,802 for

document protection

(0.75 sec)
  1. Agents and LLM Integration | GroupDocs

    GroupDocs.Conversion for Python via .NET is AI agent and LLM friendly — machine-readable Documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven Document pipelines....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...ships machine-readable documentation in multiple formats — including...

    docs.groupdocs.com/conversion/python-net/agents...
  2. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...watermarks to presentation documents / Working with slide backgrounds...

    docs.groupdocs.com/watermark/java/working-with-...
  3. GroupDocs.Comparison for Python via .NET Overvi...

    GroupDocs.Comparison for Python via .NET compares 50+ Document formats — DOCX, PDF, XLSX, PPTX, images, AutoCAD, source code — detecting text, style, and formatting changes at paragraph, word, and character level with accept/reject workflows, multi-source compare, and AI-pipeline-friendly change extraction....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...library that compares 50+ document formats — DOCX, PDF, XLSX...

    docs.groupdocs.com/comparison/python-net/produc...
  4. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert Documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Converting...

    docs.groupdocs.com/conversion/java/convert-to-h...
  5. GroupDocs.Search for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Search for .NET 25.11. Available now on NuGet and GroupDocs website....files, so you can index those documents without writing a custom extractor...Load the protected document Document document = Document.CreateFromFile(...

    blog.groupdocs.com/search/groupdocs-search-for-...
  6. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...password-protected documents Load password-protected documents Leave...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  7. Edit Word Documents in Java | Build your own Ja...

    Editing Word Documents is explained with Java examples to edit DOC, DOCX, ODT files within your applications using Document editing Java API....and are used for drafting documents. Therefore, as a developer...programmatically edit Word documents within the applications. In...

    blog.groupdocs.com/editor/edit-word-documents-i...
  8. How to Run Examples | GroupDocs

    Clone the GitHub examples repository, install dependencies into a virtual environment, optionally apply a license, and run every Documented example end to end — locally, inside Docker, or on GitHub Actions....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...code example shown on this documentation site lives in a standalone...

    docs.groupdocs.com/conversion/python-net/how-to...
  9. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word Documents or PowerPoint presentations protected by password using GroupDocs.Comparison for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...multiple documents / Compare multiple documents protected by password...

    docs.groupdocs.com/comparison/net/compare-multi...
  10. Render text documents as HTML, PDF, and image f...

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

    docs.groupdocs.com/viewer/net/render-text-files/