Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 465 for

custom temporary file manager

(0.08 sec)
  1. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  3. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/nodejs-java/working...
  5. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Node.js you can render Files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  6. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported File format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/annotation/net/migration-notes/
  7. Working with interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/python-net/working-...
  8. Adding metadata | GroupDocs

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET search engine...Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/python-net/adding-m...
  9. Updating metadata | GroupDocs

    The Example in this article demonstrates that how to update metadata properties using a combination of criteria...Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  10. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata for Java represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Pricing Information Free Trials Temporary License Policies My Orders...app About About Us Contact Customers Legal Security Events Acquisition...

    docs.groupdocs.com/metadata/java/traverse-a-who...