Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 12,284 for

new

(0.06 sec)
  1. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = New Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = New Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...FlvReadHeaderPropert try ( Metadata metadata = new Metadata ( Constants . InputFlv...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Control temporary files | GroupDocs

    By following this guide, you will learn how to control temporary files used by GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...CustomTemporaryFileM customTemporaryFileM = new CustomTemporaryFileM (); TemporaryFileManager...

    docs.groupdocs.com/viewer/java/control-temporar...
  4. Black Pages Appearing in Some PDF Files - Free ...

    I am currently using GroupDocs.Viewer for .NET and have encountered an issue where certain PDF files are rendered with all pages completely black, even though the file size is not large and the PDFs open correctly in oth…...unfortunately, there are no news: bug was reproduced, described...is Stream documentContent = new MemoryStream(); // 2. Prepare...

    forum.groupdocs.com/t/black-pages-appearing-in-...
  5. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...some document Editor editor = new Editor ( inputFilePath ); //passing...

    docs.groupdocs.com/editor/net/introduction/
  6. ImageSignature on GroupDocs Blog | Document Aut...

    ImageSignature on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in ImageSignature on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......12월 릴리스 하이라이트 Explore what’s new in GroupDocs.Signature for .NET...

    blog.groupdocs.com/ko/tag/imagesignature/index.xml
  7. GroupDocs.Assembly on GroupDocs Blog | Document...

    GroupDocs.Assembly on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly on GroupDocs Blog | Document Automation Solutions for .NET & Jav......12월 릴리스 하이라이트 Explore what’s new in GroupDocs.Assembly for .NET...

    blog.groupdocs.com/ko/tag/groupdocs.assembly/in...
  8. Linux Compatibility for Python version

    Linux Compatibility for Python version Hi, I just purchased a license and I'm trying to find the python binaries for the Linux version, for GroupDocs.Watermark, I could only find macosx and windows......@SpxAmanda , We have just released a new version of GroupDocs.Watermark...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/linux-compatibility-for-p...
  9. Convert files to various formats | GroupDocs

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Consulting Blog Knowledge Base New Releases Status Websites aspose...Loading the source document into a new instance of the class. You can...

    docs.groupdocs.com/markdown/net/convert/
  10. PDF Fix on GroupDocs Blog | Document Automation...

    PDF Fix on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in PDF Fix on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs......2025‑Veröffentlichung Explore what’s new in GroupDocs.Parser for .NET...

    blog.groupdocs.com/de/tag/pdf-fix/index.xml