Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 68 for

pdf comment full name

(0.45 sec)
  1. llms-full.txt

    # GroupDocs.Watermark for Python via .NET — Complete Documentation > Native Python library that adds, searches, and removes text and image watermarks across Pdf, Word, Excel, PowerPoint, Visio, ema......and image watermarks across PDF, Word, Excel, PowerPoint, Visio...well as from a stream. For a full list of supported formats, check...

    docs.groupdocs.com/watermark/python-net/llms-fu...
  2. Metadata redactions | GroupDocs

    This article shows that how Python redaction API allows you to replace or remove metadata using filters or search by regular expression....documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...XLSX and others. See full list at article. GroupDocs.Redactions...

    docs.groupdocs.com/redaction/python-net/metadat...
  3. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.... Name , property . Value ); } } Updating...DocumentProperties . Comments = "test comment" ; root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. llms-full.txt

    # GroupDocs.Redaction for Python via .NET — Complete Documentation > Native Python library that permanently redacts sensitive content — text, metadata, annotations, and image areas — from Pdf, Word......annotations, and image areas — from PDF, Word, Excel, PowerPoint, and...original format or as a sanitized PDF. The capabilities below can be...

    docs.groupdocs.com/redaction/python-net/llms-fu...
  5. Extract metadata from Microsoft Office PowerPoi...

    Learn how to extract metadata from PowerPoint presentations (.ppt, .pptx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, and Comments from presentation files....for the presentation comments Any comments added to the presentation...presentation company The company name associated with the file created-time...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Agents and LLM Integration | GroupDocs

    GroupDocs.Metadata 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 metadata-driven AI pipelines....com/mcp for full setup instructions and the list...process directly: Resource URL Full documentation (single file)...

    docs.groupdocs.com/metadata/python-net/agents-a...
  7. Working with TORRENT files | GroupDocs

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their Names, sizes, folder structure, and cryptographic hash values for verifying file integrity....those files, such as their names, sizes, folder structure, and...getTorrentPackage (). setComment ( "test comment" ); root . getTorrentPackage...

    docs.groupdocs.com/metadata/java/working-with-t...
  8. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. Comments The Comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....extract the following metadata: Name Description title The title...of the spreadsheet. comments The comments of the spreadsheet....

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. Comments The Comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....extract the following metadata: Name Description title The title...keyword of the document. comments The comments of the document. content-status...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....[SkipSerialization] public string Comments { get ; set ; } } Search for.... FirstOrDefault ( p => p . Name == "Signature" ); if ( mdSignature...

    docs.groupdocs.com/signature/net/search-for-enc...