Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 12,028 for

format

(0.13 sec)
  1. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other Formats using GroupDocs.Merger for Java API....will have to learn all the format’s peculiar properties, write...structure, formatting etc. When talking about proprietary formats the...

    docs.groupdocs.com/merger/java/merge/
  2. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other Formats using c# programming language and GroupDocs.Merger API....will have to learn all the format’s peculiar properties, write...structure, formatting etc. When talking about proprietary formats the...

    docs.groupdocs.com/merger/net/merge/
  3. Releasing Next Generation GroupDocs.Assembly fo...

    It’s time to lay a hand on Next Generation GroupDocs.Assembly for .NET. GroupDocs releases this product with the extinct features that you may have not experienced before. Variety of document Formats are introduced, numerous data sources are supported. Document automation and report generation was never so easy. Why Next Generation GroupDocs.Assembly? The legacy 1.3.0 version of GroupDocs.Assembly for .NET had limitations. For example, in order to generate a report in any of the supported, complex coding efforts were required for creating templates and then, generating any report.... Variety of document formats are introduced, numerous data...Features Multiple document formats are supported. Create templates...

    blog.groupdocs.com/assembly/simplest-api-for-do...
  4. Read Metadata from PPTX using Java

    Learn how to read metadata from PPTX using Java without requiring any extra software installations. Take a look at a code example to read metadata of PPTX using Java.... Among the many file formats, PPTX stands out as a widely...widely used presentation format filled with rich metadata, ready...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  5. 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:...Managing metadata for specific formats / Images / Working with BMP...Metadata API supports extracting format-specific information from BMP...

    docs.groupdocs.com/metadata/java/working-with-b...
  6. 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....Managing metadata for specific formats / Images / Working with DICOM...Metadata API supports extracting format-specific information from DICOM...

    docs.groupdocs.com/metadata/java/working-with-d...
  7. In-Paragraph List in Spreadsheet Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Spreadsheet Document Format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft Excel Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS Excel 2013. Add a new Workbook. Write a sentence, for example “We provide support for the following clients:” in a single column....report in Spreadsheet Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODS...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  8. Add ParagraphMerger Using GroupDocs.Comparison ...

    Team GroupDocs is really pleased to announce the release of version 17.10 of GroupDocs.Comparison for .NET API which 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 adding password to PDF documents. It also adds ParagraphMerger to the API. Not only this; the API has also made improvements related to the PDF document Format beside improving Comparison....related to the PDF document format beside improving Comparison...details about the document formats supported by the API, please...

    blog.groupdocs.com/comparison/add-paragraphmerg...
  9. How to Convert DOCX to MHTML using Java

    In this article, you will be guided through the steps to convert DOCX to MHTML using Java. Also, code example to generate mhtml from docx in Java can be found in it....transformation from DOCX to MHTML format, import the necessary classes...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# image extractor from Word....you can also provide a DOC format document for extracting images...

    kb.groupdocs.com/parser/net/how-to-extract-imag...