Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 77 for

pdf security flags

(0.1 sec)
  1. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Us Contact Customers Legal Security Events Acquisition Ask AI.... WriteLine ( "Flags: {0}" , package . Flags ); // Display Asf...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Merge PDF | Documentation

    Learn how to merge Pdf files, combine Pdf files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Us Contact Customers Legal Security Events Acquisition Ask AI.../ Merge PDF Merge PDF Leave feedback How to merge PDF files in...

    docs.groupdocs.com/merger/net/merge/pdf/
  3. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....Us Contact Customers Legal Security Events Acquisition Ask AI...WriteLine ( metadataEntry . Flags ); Console . WriteLine ( metadataEntry...

    docs.groupdocs.com/metadata/net/working-with-op...
  4. Digital signing with custom hash | Documentation

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI..."sample.pdf" ; string sampleOutputFilePath = "signed.pdf" ; using...

    docs.groupdocs.com/signature/net/digital-signin...
  5. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Us Contact Customers Legal Security Events Acquisition Ask AI...println ( String . format ( "Flags: %s" , asfPackage . getFlags...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Edit PDF | Documentation

    This guide demonstrates how to edit content of Pdf files like a common text documents using a GroupDocs.Editor for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...Edit document / Edit PDF document Edit PDF Leave feedback On this...

    docs.groupdocs.com/editor/net/edit-pdf/
  7. 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 ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Us Contact Customers Legal Security Events Acquisition Ask AI...Console . WriteLine ( file . Flags ); Console . WriteLine ( file...

    docs.groupdocs.com/metadata/net/working-with-zi...
  8. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Us Contact Customers Legal Security Events Acquisition Ask AI...enable at least one of the flags in the options at the indexing...

    docs.groupdocs.com/search/java/reverse-image-se...
  9. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Us Contact Customers Legal Security Events Acquisition Ask AI...Console . WriteLine ( layer . Flags ); Console . WriteLine ( layer...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Us Contact Customers Legal Security Events Acquisition Ask AI...enable at least one of the flags in the options at the indexing...

    docs.groupdocs.com/search/net/reverse-image-sea...