Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 3,599 for

protection

(2.29 sec)
  1. Inserting edited worksheet into existing spread...

    This article describes the feature of the GroupDocs.Editor for Python via .NET - inserting an edited worksheet into existing spreadsheet...class contains properties for protecting a worksheet from editing:...applied too, the worksheet protection is applied only to the edited...

    docs.groupdocs.com/editor/python-net/inserting-...
  2. GroupDocs.Conversion 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....PLT, LGS and CGM Password protection when converting to ODS Support...Support converting password protected ODS document Improvements...

    blog.groupdocs.com/categories/groupdocs.convers...
  3. Extracting Document Metainfo | GroupDocs

    Following this guide, you will learn how to obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....the document is password-protected. For such situations, GroupDocs...Scenarios Regarding Password Protection There can be several scenarios...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  4. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision information from Word files....Problem : Can’t read password-protected documents? Solution : Remove...Remove password protection first, as encrypted documents require...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Tags

    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....java 1 Compare Protected Files 2 Compare Protected PDF 1 Compare...Compare Protected PDF using Java 1 Compare protected Word documents...

    blog.groupdocs.com/zh-hant/tags/
  6. Tags

    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....java 1 Compare Protected Files 2 Compare Protected PDF 1 Compare...Compare Protected PDF using Java 1 Compare protected Word documents...

    blog.groupdocs.com/zh/tags/
  7. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....pptx" ); } Protecting watermark using unreadable...allows strengthening the protection of text watermark. Using...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide.... close (); Protecting watermark using unreadable...allows strengthening the protection of text watermark. Using...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Agents and LLM Integration | GroupDocs

    GroupDocs.Merger 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 assembly pipelines....)` to open a protected source. ** `merger.save(file_path_or_stream[...EVEN_PAGES ) ``` ### Password protection ```python from groupdocs...

    docs.groupdocs.com/merger/python-net/agents-and...
  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/