Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 5,893 for

document converter

(0.55 sec)
  1. Working with CSV Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template Documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...just strings in template documents. Although CSV as a format...

    docs.groupdocs.com/assembly/java/working-with-c...
  2. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert files in JavaScript....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...usage Leave feedback Convert documents fast and easily using...

    docs.groupdocs.com/conversion/nodejs-java/basic...
  3. GroupDocs.Conversion Product Family

    Find answers about converting Documents and images of various types using code on any platform....How to Convert Outlook Email to Word in Java How to Convert Outlook...How to Convert PowerPoint to HTML in Java How to Convert PowerPoint...

    kb.groupdocs.com/conversion/page/16/
  4. output.zip

    converted_1.html From:Dovlet Mamenov Sent:Thursday, August 2, 2018 6:15 AM To:testgroupdv01@gmail.com Subject:Test email message Attachments:calibre.docx, sample.jpg This is a test email with two a......converted_1.html From:Dovlet Mamenov Sent:Thursday, August 2...with two attachment files converted_10.html From:Natalia из Google...

    docs.groupdocs.com/conversion/java/_sample_file...
  5. Common conversion options | GroupDocs

    This Documentation sections describe how to customize Document conversion process - convert specific Document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...guide / Advanced usage / Converting / Common conversion options...

    docs.groupdocs.com/conversion/net/common-conver...
  6. Render TXT as JPG using Python

    Learn how to render TXT as JPG using Python. This tutorial explains how to convert TXT to JPG in Python with customizable image dimensions for clear visual output.... However, converting these files into image formats...tutorial illustrates how to convert TXT to JPG in Python effectively...

    kb.groupdocs.com/viewer/python/render-txt-as-jp...
  7. ICO to PDF conversion failing in Java - Free Su...

    I am using version 25.2.1 of GroupDocs.Conversion. When I attempt to convert a ICO file to PDF, I get the following stack trace: java.lang.RuntimeException: class com.groupdocs.conversion.exceptions.FileTypeNotSupported…...Conversion Product Family document-conversion , java mayatyner...Conversion. When I attempt to convert a ICO file to PDF, I get the...

    forum.groupdocs.com/t/ico-to-pdf-conversion-fai...
  8. How to Render PDF as HTML using Java

    This article will instruct you how to render PDF as HTML using Java. Furthermore, it includes a code example to help you to convert word Document to HTML....this, you need to convert PDF (Portable Document Format) files into...skills required to proficiently convert PDF to HTML in Java . This...

    kb.groupdocs.com/viewer/java/how-to-render-pdf-...
  9. Working with String Template | GroupDocs

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...output template, instead of document. This feature improves programmability...

    docs.groupdocs.com/assembly/net/working-with-st...
  10. Working with JSON Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.11 or later releases. Simplified working with JSON data sources To access JSON data while building a report, you can pass a JsonDataSource instance to the engine as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template Documents. For more convenience, the set of simple JSON types is extended as follows:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...JSON elements in template documents. For more convenience, the...

    docs.groupdocs.com/assembly/java/working-with-j...