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

document converter

(0.1 sec)
  1. 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...
  2. Advanced usage | GroupDocs

    Learn about GroupDocs.Conversion advanced usage and its multiple powerful features like Document conversion process customization, track conversion progress, load Documents from different sources etc....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...configuring custom caching, loading documents from different sources and...

    docs.groupdocs.com/conversion/nodejs-java/advan...
  3. 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...
  4. C# Demo Project of an ASP.NET PDF Viewer Built ...

    Building a simple ASP.NET PDF viewer is quite a trivial task. There are tens of different open source projects across the web that offer a quick and free solution to display PDF Documents in both ASP.NET MVC and Web Forms. Often a simple implementation of a PDF viewer is all you actually need. But things become a lot more complicated when the viewer needs to meet your customer’s business requirements....free solution to display PDF documents in both ASP.NET MVC and Web...security for their confidential documents. You need to prevent any access...

    blog.groupdocs.com/viewer/asp-net-pdf-viewer-bu...
  5. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Conversion for Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...repository and see how to convert files programmatically: Online...

    docs.groupdocs.com/conversion/java/showcases/
  6. Converting PPTX to HTML does not convert one im...

    Hi, When converting the attached PPTX to HTML using GroupDocs.Viewer, the image (Canon logo) in the bottom-right corner is not shown. Other images seem to be working fine. Image in PPTX not working.zip (512.6 KB) We …...Converting PPTX to HTML does not convert one image GroupDocs...Product Family csharp , dotnet , document-viewer Clemens June 13, 2025...

    forum.groupdocs.com/t/converting-pptx-to-html-d...
  7. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID to work with a Document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a file to a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....need a GUID to work with a document. But it’s not very comfortable...types to word processing documents (DOC, DOCX, TXT, RTF, ODT)...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  8. SVG XPS and ICO Conversion to DOC DOCX XLS XLSX...

    GroupDocs.Conversion for .NET Release 3.3.0 Today we are excited to announce another monthly release of GroupDocs.Conversion for .NETversion 3.3.0. This release introduces the support for conversion of new formats like SVG, XPS and ICO in addition to the routine improvements and bug fixes. New Features In this release we have enhanced the support for few other Documents/files and Document manipulation. SVG Documents conversion XPS Documents conversion ICO files conversion XLSX to PNG/JPG/HTML fixed conversion Remove Comments from Slides while Conversion Respecting DPI option when converting to image Issues/Bugs Resolved We have made significant improvement in this release and fixed major issues, listed below are the issues that have been resolved:...support for few other documents/files and document manipulation. SVG...SVG documents conversion XPS documents conversion ICO files conversion...

    blog.groupdocs.com/conversion/svg-xps-ico-conve...
  9. Problems with Thai characters when converting c...

    Hi, A problem was reported to us, regarding a certain PDF with Thai characters. I’ve taken a screenshot and highlighted a few of the differences between the PDF and the HTML: image.png (224.9 KB) The Viewer from “Gro…...with Thai characters when converting certain PDF to HTML in .NET...Product Family csharp , dotnet , document-viewer Clemens_Pestuka May...

    forum.groupdocs.com/t/problems-with-thai-charac...
  10. How to perform Callbacks with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....this article I’ll use the Convert API. Find information about...will use the Convert API and Convert method to convert a file from...

    blog.groupdocs.com/total/how-to-perform-callbac...