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

new

(1.53 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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } 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...ImageReadFileFormatP try ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Comparison pdf view bold characters - Free Supp...

    hello, im using your Comparison .Net Ui product, when i try to compare two pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.pdf (20.…...We have opened the following new ticket(s) in our internal issue...1; using (Comparer comparer = new Comparer(source)) { IDocumentInfo...

    forum.groupdocs.com/t/comparison-pdf-view-bold-...
  3. Error converting EML to PDF due to allegedly co...

    When converting some emails, the converter fails with “Cannot convert. The file is corrupt or damaged. Incorrect file header”. However, when opening this email in Outlook, it loads just fine including attachments. No er…...code: EmailLoadOptions options = new() { DisplayHeader = true, DisplayFromEmailAddr...Converter converterGroupDocs = new(() => mailStream, _ => options);...

    forum.groupdocs.com/t/error-converting-eml-to-p...
  4. 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...
  5. Vulnerabilities in GroupDocs.Conversion - Free ...

    Using latest GroupDocs.Conversion.NETFramework 25.11.0 We have identified 2 vulnerabilities in conversion. Exploitation Steps Step 1 Using your editor of choice create a file with the following content and save it wi…...payload has been created create a new Word Document (.docx) and drag...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/vulnerabilities-in-groupd...
  6. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/using-aliases/
  7. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = New Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Consulting Blog Knowledge Base New Releases Status Websites aspose...Jpeg2000ReadComments try ( Metadata metadata = new Metadata ( Constants . InputJpeg2000...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Working with metadata in MOV files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...MovReadQuickTimeAtom try ( Metadata metadata = new Metadata ( Constants . InputMov...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Note This feature is supported by version 17.8.0 or greater Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a New Email. Insert two shapes, one for holding image and other for holding other details. Save the Email....Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS Outlook 2013: Create a new Email. Insert two shapes, one...

    docs.groupdocs.com/assembly/net/common-master-d...
  10. Load password-protected document | GroupDocs

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...options Converter converter = new Converter ( filePath , () ->...

    docs.groupdocs.com/conversion/java/load-passwor...