Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 44 for

pdf comment full name

(0.04 sec)
  1. Metadata redactions | Documentation

    This article shows that how C# 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...
  2. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...specific encoding for the file names System . out . println ( new...)); } } Updating the user comment GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/working-with-z...
  3. Render PowerPoint presentations as HTML, PDF, a...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PowerPoint presentations to HTML, Pdf, PNG, and JPEG formats....PowerPoint presentations as HTML, PDF, and image files Leave feedback...your presentations in HTML, PDF, PNG, and JPEG formats. You do...

    docs.groupdocs.com/viewer/net/render-presentati...
  4. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the Full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... For the full list of supported document formats...WriteLine ( "{0} = {1}" , property . Name , property . Value ); } } As...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. 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...
  6. 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...
  7. 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...
  8. Extract metadata from Microsoft Office Excel sp...

    This article explains that how to extract metadata from Microsoft Office Excel (.xls, .xlsx) spreadsheets....extract the following metadata: Name Description title The title...of the spreadsheet. comments The comments of the spreadsheet....

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Working with TORRENT files | Documentation

    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...
  10. Extract metadata from Microsoft Office PowerPoi...

    This article explains that how to extract metadata from Microsoft Office PowerPoint(.ppt, .pptx) presentations...extract the following metadata: Name Description title The title...of the presentation. comments The comments of the presentation...

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