Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 3,470 for

protected

(0.06 sec)
  1. Python Digital Signature Tutorial: E-Sign PDF, ...

    Complete step-by-step tutorial for creating secure electronic signatures in documents using Python and GroupDocs.Signature - perfect for developers building document signing applications...Security : Cryptographically protected against tampering Efficiency...access controls Password Protection : Use strong passwords for...

    blog.groupdocs.com/signature/sign-documents-ele...
  2. Add watermarks to PDF documents | GroupDocs

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....imageWatermark = new ImageWatermark ( "protect.jpg" ); PdfArtifactWatermark...watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Extract text from Microsoft Office Excel spread...

    Learn how to extract text from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Includes examples for whole document extraction, sheet-by-sheet processing, raw mode extraction, and formatted text output....is corrupted or password-protected Ensure the file path is correct...

    docs.groupdocs.com/parser/net/extract-text-from...
  4. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....trying to load the password-protected documents. string inputFilePath...

    docs.groupdocs.com/editor/net/introduction/
  5. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for Python via .NET API....when trying to load password-protected documents. from groupdocs...

    docs.groupdocs.com/editor/python-net/introduction/
  6. How to implement a custom document handler? - F...

    Hi, I want to implement a custom document handler. That means reading the document not from a file system, but from a content reposiory such as Alfresco.I see that AnnotationHandler.getAnnotationScript method accepts th…...method looks as follows: protected AnnotationHandler annotationHandler()...

    forum.groupdocs.com/t/how-to-implement-a-custom...
  7. Add watermarks to PDF documents | GroupDocs

    The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....imageWatermark = new ImageWatermark ( "protect.jpg" )) { PdfArtifactWatermark...watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. Introduction | GroupDocs

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....when dealing with password-protected documents. // Import the necessary...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  9. AI Agents and LLM Integration | GroupDocs

    GroupDocs.Comparison 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 review and change-detection pipelines....= "1234" with Comparer ( "protected.docx" , load_options = load...text !r} " ) ``` ## Password-Protected Documents ```python from groupdocs...

    docs.groupdocs.com/comparison/python-net/agents...
  10. Edit PDF | GroupDocs

    This guide demonstrates how to edit the content of PDF files like common text documents using GroupDocs.Editor for Python via .NET....input PDF is not password-protected, PdfLoadOptions is not necessary...options editor1 = Editor ( "protected.pdf" ) # Load a PDF with PDF...

    docs.groupdocs.com/editor/python-net/edit-pdf/