Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 12,650 for

format

(0.26 sec)
  1. Convert DOCX to PNG using C#

    Learn how to Convert DOCX to PNG using C# with the .NET conversion API, covering setup, options, and per‑page streaming for high‑quality results....ImageConvertOptions to set PNG format and optional image settings...developers to specify output format, dimensions, resolution, and...

    kb.groupdocs.com/conversion/net/convert-docx-to...
  2. 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...
  3. Convert CSV to MD using Java

    Let's swiftly grasp how to convert CSV to MD using Java without extra software installations. We will present you key steps and Java code to export CSV to MD....stand out as two prevalent formats for data representation. Markdown...designed for creating well-formatted, human-readable documents...

    kb.groupdocs.com/conversion/java/convert-csv-to...
  4. 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...
  5. How to Convert XLSB to PDF in C#

    Have a look at the process to convert XLSB to PDF in C# and learn document conversion without any third-party tools and examine code to generate PDF from XLSB in C#....which contains data in binary format rather than XML, as most other...document conversion from XLSB format to PDF document. Steps to Convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  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 PNG to JPG using Java

    Learn the complete workflow of how to convert PNG to JPG using Java and how to implement this guide for the development of the Java convert PNG to JPG application....conversion from PNG to JPG format Instantiate the Converter class...doing conversion between image formats using a few API calls of the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Embed Custom Objects in Metadata Signature for ...

    Yes, GroupDocs.Signature for .NET now supports embedding custom objects as metadata signature in the images. So you can now sign the images with your desired metadata properties. We have introduced this feature in version 19.6 by adding a new public method AddSignature to the ImageMetadataSignOptions class. Not only this, but you can also apply the data encryption to the custom objects. So let’s check out how easy it is to sign an image with custom metadata signature....cmx (CorelDraw) format as image documents Ability...FlatOpc formats Support of . cdr (CorelDraw) file format for verification...

    blog.groupdocs.com/signature/embed-custom-objec...
  10. GroupDocs.Markdown for .NET overview | GroupDocs

    GroupDocs.Markdown for .NET converts documents to clean, structured Markdown with full control over output flavor, image handling, and Formatting....converts documents from 20+ formats (PDF, Word, Excel, EPUB, TXT...pipelines — Markdown is the ideal format for language models, text analysis...

    docs.groupdocs.com/markdown/net/product-overview/