Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 13,482 for

new

(0.11 sec)
  1. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = New Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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...BmpReadHeaderPropert try ( Metadata metadata = new Metadata ( Constants . InputBmp...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"C:\sample.dump"...

    docs.groupdocs.com/redaction/net/extend-support...
  3. Linux Support on GroupDocs Blog | Document Auto...

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

    blog.groupdocs.com/ko/tag/linux-support/index.xml
  4. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = New Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Consulting Blog Knowledge Base New Releases Status Websites aspose...DicomReadNativeMetad try ( Metadata metadata = new Metadata ( Constants . InputDicom...

    docs.groupdocs.com/metadata/java/working-with-d...
  5. Load from a local disk | GroupDocs

    The following example demonstrates how to load file from local disk....Consulting Blog Knowledge Base New Releases Status Websites aspose...Markdown ; using var converter = new MarkdownConverter ( "business-plan...

    docs.groupdocs.com/markdown/net/load-from-a-loc...
  6. printing on GroupDocs Blog | Document Automatio...

    printing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in printing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......2025年11月 リリースハイライト Explore what’s new in GroupDocs.Viewer for .NET...

    blog.groupdocs.com/ja/tag/printing/index.xml
  7. 2025 on GroupDocs Blog | Document Automation So...

    2025 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in 2025 on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Total......2025年10月 リリースハイライト Explore what’s new in GroupDocs.Total for Python...

    blog.groupdocs.com/ja/tag/2025/index.xml
  8. POTM on GroupDocs Blog | Document Automation So...

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

    blog.groupdocs.com/ko/tag/potm/index.xml
  9. Barcode on GroupDocs Blog | Document Automation...

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

    blog.groupdocs.com/ko/tag/barcode/index.xml
  10. Sign PDF Documents with Text Signature using Gr...

    Considering the extensibility of the API, team GroupDocs is pleased to announce another monthly release of GroupDocs.Signature for Java 17.4.0. This release comes with multitude of New features, improvements and bug fixes. Now, GroupDocs.Signature for Java developers can sign PDF documents with text signature as sticker. Furthermore, API permits developers to rotate Text or Image signature appearance. We would recommend you to download the New release and evaluate the exciting features to enhance document signature experience....release comes with multitude of new features, improvements and bug...recommend you to download the new release and evaluate the exciting...

    blog.groupdocs.com/signature/introducing-groupd...