Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 4,775 for

secure

(0.12 sec)
  1. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/working...
  3. System requirements | GroupDocs

    Overview To produce and manipulate the documents, the machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. The machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. Supported Operating System Windows Microsoft Windows 2000 Professional (x64) Microsoft Windows 2000 Server (x64) Microsoft Windows 2003 Server (x64) Microsoft Windows 2008 Server (x64) Microsoft Windows 2012 Server (x64) Microsoft Windows 2012 R2 Server (x64) Microsoft Windows 2016 Server (x64) Microsoft Windows 2019 Server (x64) Microsoft Windows Vista (x64) Microsoft Windows XP (x64) Microsoft Windows 7 (x64) Microsoft Windows 8, 8....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/classification/net/system-re...
  4. Features overview | GroupDocs

    Salient features of file conversion API using c# are described in this article...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/net/features-over...
  5. 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....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/java/convert-to-h...
  6. System Requirements | GroupDocs

    GroupDocs.Redaction for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/net/system-require...
  7. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/search/nodejs-java/character...
  8. Install GroupDocs.Conversion for .NET | GroupDocs

    This guide explains how to install GroupDocs.Conversion for .NET to your environment...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/net/installation/
  9. Spreadsheet conversion options | GroupDocs

    Control column truncation, row limits, sheet separators, and hidden worksheets...Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/markdown/python-net/spreadsh...
  10. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Us Contact Customers Legal Security Events Acquisition Ask AI...

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