Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 5,717 for

document converter

(0.26 sec)
  1. PSD files have a watermark on them after conver...

    I’m trying to update Groupdocs from 25.6 to 25.9/8 and noticed that PDF files made from PSD have a watermark on them even though our license is set. This doesn’t happen on version 25.6. The issue is easily reproducible a…...Conversion Product Family java , document-conversion adrian.gruber.95...watermarks appearing on PDF files converted from PSD files after updating...

    forum.groupdocs.com/t/psd-files-have-a-watermar...
  2. 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...
  3. 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...
  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. 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.../ Developer guide / Converting Documents / Advanced usage Advanced...

    docs.groupdocs.com/conversion/java/advanced-usage/
  6. 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...
  7. 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...
  8. 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...
  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. 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...