Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 10,314 for

format

(0.06 sec)
  1. CSV to XML on GroupDocs Blog | Document Automat...

    CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers CSV......konwerter online Konwertuj format CSV na XML za pomocą bezpłatnego...

    blog.groupdocs.com/pl/tag/csv-to-xml/index.xml
  2. How to Convert ODT to PDF in C#

    This article provides a step-by-step procedure to convert ODT to PDF in C# and a sample working code for the C# ODT to PDF conversion application....converting from ODT to PDF format Create an instance of the Converter...disk for transforming to PDF format Create and set convert options...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert ODT to DOCX using Java

    In this topic, you will discover the procedure how on convert ODT to DOCX using Java. Also, we will furnish you with Java code snippet to export ODT to DOCX in Java....the current digital era, file format conversions have gained paramount...Microsoft Word Document (DOCX) format. To streamline this conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert images to HTML, PDF, PNG, and JPEG Formats....to load images in various formats and convert them to HTML, PDF...to HTML, PDF, PNG, or JPEG format. For multipage images (such...

    docs.groupdocs.com/viewer/nodejs-java/render-im...
  5. Read Metadata from XLSX using C#

    Learn how to read metadata from XLSX using C# without extra software installation. You will be provided sample code example of how to read metadata of XLSX using C#....xlsx format, accessing metadata programmatically...properties XLSX is a popular file format for spreadsheets, primarily...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  6. Working with metadata in GIF images | Documenta...

    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...
  7. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Signature uses embedded json format serialization but allows user...serialization name and display format, same as to mark property of...

    docs.groupdocs.com/signature/java/sign-document...
  8. 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-...
  9. 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-...
  10. Extract text areas | Documentation

    This article explains that how to extract text areas from documents in Java.... format ( "Page: %d, R: %s, Text: %s".... out . println ( String . format ( "Page %d/%d" , pageIndex...

    docs.groupdocs.com/parser/java/extract-text-areas/