Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 5,587 for

document converter

(0.07 sec)
  1. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...request) { try { Document document = new Document(); await Task...Task.Run(() => document.Save(request.FileUploadPath)); return new...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  2. Render XLSX as PNG using Python

    Learn how to render XLSX as PNG using Python. This tutorial explains how to convert XLSX to PNG in Python for visual representation....using Python , developers can convert spreadsheet content into high-quality...tutorial also explains how to convert XLSX to PNG in Python , making...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  3. Set Flip Mode when Converting to a Image Format

    With our latest release of GroupDocs.Convesion for .NET 19.3, some new properties are introduced in ImageSaveOptions class. When converting to a Image format you can now always set brightness and contrast. API permits you to do mirror-reversal across a horizontal/vertical axis using FlipMode property. Based on your feedback, we resolved some previously logged issues and improved Document conversion experience. Such as, image quality is improved when converting to a WebP format.... When converting to a Image format you can...logged issues and improved document conversion experience. Such...

    blog.groupdocs.com/conversion/set-flip-mode-whe...
  4. Reverse Image Search in Documents

    Build your app with reverse image search functionality in Documents and image files....a smaller fixed size and converting it to grayscale. This ensures...locate images stored within documents or standalone files. Here’s...

    blog.groupdocs.com/search/reverse-image-search/
  5. 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...
  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. 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. 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...
  9. 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...
  10. Render XLSX as HTML using C#

    In this topic, we will explore how to render XLSX as HTML using C# without need for additional tool. Also, we will furnish you with C# code for rendering XLSX to HTML....HTML using C# In the realm of document processing, rendering Excel...rendering of XLSX to an HTML document Create an instance of the...

    kb.groupdocs.com/viewer/net/render-xlsx-as-html...