Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 10,649 for

new

(0.36 sec)
  1. Working with BMP metadata | Documentation

    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 | Documentation

    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. Working with DICOM metadata | Documentation

    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...
  4. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。...in C# using (Merger merger = new Merger(@"document1.pdf")) { merger...in C# using (Merger merger = new Merger(@"c:\\document1.docx"))...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  5. How to Use the GetChanges Method from the Compa...

    This article explains how to use the GetChanges method from the ComparisonApi in the GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework https://github.com/bcosca/fatfree We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other Fatfree examples....empty($resultFileId)) { throw new Exception('Please enter all required...//Create signer object $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/comparison/how-to-use-the-ge...
  6. Sign Documents with Encrypted Custom Objects

    Hello guys! It’s been a while since my last post about GroupDocs.Signature for Java. So, our Java community might have been waiting for something New regarding our e-signature API. Well, we have recently released version 19.7 of GroupDocs.Signature for Java and today, I shall give you an overview of something interesting that we have introduced in our latest release. In the last couple of months, we introduced a quite valuable feature in the ....have been waiting for something new regarding our e-signature API...following classes are extended with new public method AddSignature ....

    blog.groupdocs.com/signature/sign-documents-wit...
  7. Introducing Text Signature Appearances in Java ...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard we are excitedly announcing another monthly release of eSignature for Java API version 17.11. This release not only adds a number of New features to the API, but also adds numerous enhancements along-with some bug fixes. The API now allows user to obtain verification and signing progress . We would recommend you to download the New version of API and evaluate the exciting features to enhance document e-signing experience....release not only adds a number of new features to the API, but also...recommend you to download the new version of API and evaluate the...

    blog.groupdocs.com/signature/java-e-signing-api...
  8. Launching Servlet based Front-end of GroupDocs....

    The GroupDocs team is excitedly announcing the GroupDocs.Annotation Frontend for the Java Servlets developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for Java 3.x.. It is an alpha release of the project but most important functionalities have been implemented in this release. GroupDocs users are free to customize and enhance the application by their own....Find an issue or an idea of new feature – fix it and submit a...Find an issue or an idea of new feature – create an issue in...

    blog.groupdocs.com/annotation/servlet-based-fro...
  9. Read Thumbnails in Document Formats Using Group...

    Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.3.0. There are four enhancements and one New feature introduced in this regular monthly release. GroupDocs.Metadata for .NET now allows its users to read thumbnails in supported document formats. The API has been enhanced to update and remove EXIF metadata faster. Not only this, the API has also been improved to load only the existing metadata keys in PDF class beside adding the ability to lazy load Document info property for Document formats....are four enhancements and one new feature introduced in this regular...GroupDocs.Metadata for .NET 17.03 - New FeaturesVersion 17.3.0 of GroupDocs...

    blog.groupdocs.com/metadata/read-thumbnails-doc...
  10. Releasing Next Generation GroupDocs.Conversion ...

    We are pleased to announce the release of Next Generation GroupDocs.Conversion for .NET. with the extinct features that you may have not experienced before. This version has a New installer and some New features, fixes, and more document formats are introduced . We recommend that you download and update the library as soon as you can. Why Next Generation GroupDocs.Conversion? We are releasing GroupDocs.Conversion for .NET 3.0.0. which is also known as Next Generation GroupDocs....This version has a new installer and some new features, fixes,...

    blog.groupdocs.com/conversion/perform-converion...