Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 12,015 for

format

(0.36 sec)
  1. Working with fonts in GroupDocs.Viewer for .NET

    Learn how to get list of used fonts, specify or replace missing fonts, exclude fonts...trial Overview # Many document formats are tightly bound with fonts...defined font. Some document formats usually store the font data...

    blog.groupdocs.com/viewer/working-with-fonts/
  2. Upcoming Release of GroupDocs.Merger for Java 18.8

    We are about to release GroupDocs.Merger for Java 18.8, a full featured, back-end API that could easily be utilized by Java developers in their projects. It will allow trimming and swapping of pages. Document protection will be managed by GroupDocs.Merger for Java. Moreover, API will allow to merge two documents of same Format into a single document. Features Offered by GroupDocs.Merger for JavaGroupDocs will keep on updating this API with new features....merge two documents of same format into a single document. Features...

    blog.groupdocs.com/merger/upcoming-release-of-g...
  3. Convert PPT on GroupDocs Blog | Document Automa...

    Convert PPT on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert PPT on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers K......PowerPoint w formacie PPT/PPTX na format JPG lub PNG w Javie. Programowo...

    blog.groupdocs.com/pl/tag/convert-ppt/index.xml
  4. Generate and Automate Documents using Multiple ...

    At GroupDocs, we are always keen to broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased to release GroupDocs.Assembly for Java, a simpe document automation and report generation API that is materialized with multitude of extinct features that you may not have experience before. Such as, support of multiple data sources, multitude of supported file Formats. We would encourage you to explore the API and share your valuable feedback....multitude of supported file formats. We would encourage you to...API supports multiple file formats . Hence, it allows to create...

    blog.groupdocs.com/assembly/releasing-next-gene...
  5. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file Format inFormation. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Managing metadata for specific formats / Images / Working with metadata...extract some additional file format information. a GIF image Extract...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. How to Convert PDF to TIFF using C#

    Understand document conversion process and how to convert PDF to TIFF using C#. Learn how to use these instructions to create PDF to TIFF converter C# capability....document transformation from one format to another. Further, it provides...transformation into the required format. Code to Convert PDF to TIFF...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Convert CSV to XML using C#

    Let's quickly learn how to convert CSV to XML using C# without installing extra software. We will provide you key steps along with C# code to export CSV to XML....frequently comes in a variety of formats, thus organizing and analyzing...transforming it to a structured format like XML. We will show you...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  8. How to Convert EPUB to Word in C#

    This short tutorial provides the stepwise instructions to convert EPUB to Word in C# and a sample code for the C# EPUB to Word converter application....converting from EPUB to Word format Initialize the Converter class...disk for transforming to Word format Create and set convert options...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Convert PDF to XLSX using Java

    Efficiently grasp the knowledge of how to convert PDF to XLSX using Java. Additionally, we'll furnish you with a code example to export PDF to XLSX using Java....exporting PDF files to XLSX format Instantiate an object of the...specify the output document format as XLSX Call Converter.save...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  10. Convert EML to HTML using C#

    Efficiently convert EML to HTML using C# without installing extra tool. Enhance document processing in projects with this guide on how to export EML to HTML using C#....EML (Email Message Format) files to HTML format opens up a excess...

    kb.groupdocs.com/conversion/net/convert-eml-to-...