Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 31,401 for

conversion

(0.05 sec)
  1. Convert CSV to PDF using C#

    Let's quickly understand how to convert CSV to PDF using C#. We will provide you with essential instructions and code example to export CSV to PDF using C#....Conversion Product Family GroupDocs...We will look at utilizing conversion library to export CSV to...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  2. ObjectDisposedException: Cannot access a closed...

    I am having issue while converting .eml and .pptx to PDF using memory stream. The same code works just fine for .png and *.html. I just replace the LoadOptions based on the file type. See below for the LoadOptions I a…...Conversion Product Family vanderley...for the conversion, the version of GroupDocs.Conversion you are...

    forum.groupdocs.com/t/objectdisposedexception-c...
  3. Converting RTF to PDF adds extra blank page - F...

    The PDF converted from the attached RTF has an extra blank page (page 4). Using MS Word to save the the same RTF to PDF works fine without the blank page. Is there a way to avoid the blank page being generated? 82154500…...Conversion Product Family document-conversion , dotnet...Below is the code for the conversion: using var outputStream =...

    forum.groupdocs.com/t/converting-rtf-to-pdf-add...
  4. Releasing GroupDocs.Editor for Java API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for Java API version 17.9 which makes it easier to perform document editing operations and Conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....document editing operations and conversion of edited document with simple...Java APIDocument editing and conversion into other document formats...

    blog.groupdocs.com/editor/releasing-groupdocs.e...
  5. 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 …... We did not use any conversion option, except for that:...error messages during the conversion process? denisgvardionov...

    forum.groupdocs.com/t/converting-pptx-to-html-d...
  6. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...Viewer Product Family document-conversion , csharp , dotnet jiri.darmovzal...texts can be seen and after conversion to HTML, where they are cropped:...

    forum.groupdocs.com/t/text-is-cropped-when-usin...
  7. Converting Documents | Documentation

    Learn how to convert PDF, Word, Excel, and PowerPoint documents with GroupDocs.Conversion for Python via .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Python...

    docs.groupdocs.com/conversion/python-net/develo...
  8. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Java Developers: PDF to HTML Conversion API GroupDocs showcases document...document & image conversion API for Java developers. PDF is a...

    blog.groupdocs.com/categories/groupdocs.convers...
  9. Annotations comparison is implemented in GroupD...

    Another monthly release of GroupDocs.Comparison for .NET 18.1 in on-board and ready for download. This release covers a new feature and some improvements. API allows annotations comparison and improvements like public bool property LicenseChecker, page mapper for PDF and comparison of table are intorduced. You can follow release notes here. We’d recommend you to download latest version of the API and share your document comparison experience. Document Conversion API for .... Document Conversion API for .NET - Features #...comparing GroupDocs Document Conversion API - Improvements # Add...

    blog.groupdocs.com/comparison/annotations-compa...
  10. Convert a JPEG file to PSD programmatically in C#

    You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....Conversion for .NET. All you have to...Learn more about document conversion to image format in this article...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...