Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 3,497 for

file format conversion

(1.01 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:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Extracting common...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Load compression document with options | GroupDocs

    Learn how to load and convert compression Files (ZIP, 7Z, RAR, TAR) with advanced options using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-compress...
  3. GroupDocs.Assembly for Java overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data Formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap Formatting to strings in template syntax Template syntax support Formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template Formatting for numeric, text, image, date-time, chart elements Conditional Formatting of template text elements Linq-based template syntax Change Format of assembled File using explicit specifications or File extension Auto-removal of empty paragraphs Generate various report types, e....Conversion Product Solution GroupDocs...following actions: Multiple data formats support Use formulae & perform...

    docs.groupdocs.com/assembly/java/product-overview/
  4. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/net/extract-data-from...
  5. Extract tables from document page | GroupDocs

    Learn how to extract tables from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page table extraction from PDF, Word, Excel....Conversion Product Solution GroupDocs...report.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/extract-ta...
  6. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-data-fro...
  7. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures....Conversion Product Solution GroupDocs...By default library uses json format serialization and symmetric...

    docs.groupdocs.com/signature/java/implement-cus...
  8. 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....Conversion Product Solution GroupDocs...process to any supported file format (instead of AnnotationImageHandl...

    docs.groupdocs.com/annotation/net/migration-notes/
  9. sample.pst

    SPAM Search Folder 2 Top of Personal Folders Deleted Items Introducing the Improved Aspose.Tasks for Java and Other News from Aspose, April 2015 048df8f5-315c-4e2e-b9fd-fea8a1c3fe2a.jpg 048df8f5-31......png> How-to: Convert Email Files to WordPress Posts using Aspose...a button any EML, MHT or MSG file is imported into WordPress without...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  10. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a text....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Emails...

    docs.groupdocs.com/parser/java/extract-attachme...