Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 5,435 for

document converter

(0.07 sec)
  1. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for Java / Document rendering basics / Render...

    docs.groupdocs.com/viewer/java/specify-cad-rend...
  2. TIFF to PDF Conversion Result is Too Large - Fr...

    Hello, I am trying to convert multi-size, multi-page TIFF streams into PDF files. I am able to convert the file and the PDF can load in Chrome but it is far too large (larger than 200 inches on at least one side). As a …...Conversion Product Family csharp , document-conversion , dotnet brandonletruck...10:40pm #1 Hello, I am trying to convert multi-size, multi-page TIFF...

    forum.groupdocs.com/t/tiff-to-pdf-conversion-re...
  3. Groupdocs convert file to pdf very slow - Free ...

    Hi, I used Groupdocs Total SDK .NET, I have license with this. I use API in Convert SDK and used code in demo to convert file to pdf, is very slow. It take medium to 7 - 10s with docx have one page, only text. But this …...Groupdocs convert file to pdf very slow GroupDocs.Conversion...use API in Convert SDK and used code in demo to convert file to...

    forum.groupdocs.com/t/groupdocs-convert-file-to...
  4. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for .NET / Document rendering basics / Render...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  5. Common conversion options | Documentation

    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. GroupDocs.Conversion for Java

    Find answers about converting Documents and images of various types using Java code on any platform....How to Convert PDF to Text using Java How to Convert Word Document...How to Convert HTML to Text using Java How to Convert PDF to...

    kb.groupdocs.com/conversion/java/page/6/
  7. Convert contents of RAR or ZIP to different for...

    Learn how to convert contents of RAR/ZIP archives to a different format based on content type using GroupDocs.Conversion for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...usage / Converting / Conversion options by document family /...

    docs.groupdocs.com/conversion/net/convert-conte...
  8. 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...
  9. 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...
  10. Working with String Template | Documentation

    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...