Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 3,307 for

convert file

(0.31 sec)
  1. GroupDocs.Markdown for .NET 26.3 is out - Free ...

    Hi everyone, GroupDocs.Markdown for .NET 26.3 is now available on NuGet. This is a major release with a redesigned public API, a custom DOM-based Markdown renderer, and full async support — plus .NET 8 and .NET 10 targ…... Unified error model — Convert() methods throw on failure;...control characters, uppercase file extensions, stream disposal...

    forum.groupdocs.com/t/groupdocs-markdown-for-ne...
  2. Does GroupDocs Editor supports word and PDF con...

    We have word document and want to open word document in the browser, So that user can edit and then save the document. we want to implement this editor in angular 12 app. We have license for Aspose.Word already. We have…... Pass the source file to the API API translates the...content back to the API API will convert the modified/updated content...

    forum.groupdocs.com/t/does-groupdocs-editor-sup...
  3. pdf_page_1.html

    From : Aspose Subject: Spotlight on Aspose.Cells and news from Aspose, February 2016 From : campaign Subject: Spotlig......for working with spreadsheet files in your applications. Stop struggling...struggling with spreadsheet file formats and let Aspose APIs...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  4. SVG to Image Conversion Issue - Free Support Fo...

    Hello, We are facing an issue with some SVG to JPG Conversion for the attached SVG, Conversion gets successful but Converted Files looks like texts are gets errased, please check those Files here – (https://drive.google.…...Conversion gets successful but converted files looks like texts are gets...errased, please check those files here – ( https://drive.google...

    forum.groupdocs.com/t/svg-to-image-conversion-i...
  5. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...is useful when embedding converted content inside a larger document...levels by a fixed offset when converting to Markdown.""" # Step 1:...

    docs.groupdocs.com/markdown/python-net/heading-...
  6. Releasing GroupDocs.Viewer for .NET 3.6.0 - New...

    We are inspired to see a wide number of users across the world using GroupDocs.Viewer API and their feedback always motivate us to make improvements and add support for more features. Therefore, today, we are announcing another monthly release of GroupDocs.Viewer for .NET with 7 new features, 9 fixes, and 5 improvements. Let’s have an overview of the latest version. Document Viewer API - New FeaturesFollowing are the new features introduced in GroupDocs....the hidden pages for MS Visio files Set default font when rendering...rendering Words documents LaTeX file format viewing support Support...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  7. Save to stream | GroupDocs

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and Convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....save a document to any custom file at any location on the local...document to a custom location and convert its pages to images final FileOutputStream...

    docs.groupdocs.com/redaction/java/save-to-stream/
  8. Render RTF as HTML using Python

    Learn how to render RTF as HTML using Python and easily create HTML pages from RTF in Python while preserving formatting, layout, and style for web display....as HTML using Python Converting RTF files into HTML format is...developers with an easy way to convert and display documents in web-compatible...

    kb.groupdocs.com/viewer/python/render-rtf-as-ht...
  9. How to Render DOCX as JPG using Java

    Learn how to effortlessly render DOCX as JPG using Java in this guide without installing extra software. Also, get ready-to-use Java code to Convert docx to JPG....to render DOCX file as PNG images Converting a DOCX document...established the functionality to convert DOCX to JPG in Java . As demonstrated...

    kb.groupdocs.com/viewer/java/how-to-render-docx...
  10. Java groupdocs conversion dpi configuration doe...

    HEre is the conversion code: try (Converter Converter = new Converter(FileName)) { final ImageConvertOptions options = new ImageConvertOptions(); options.setFormat(FileType.fromEx…...conversion code: try (Converter converter = new Converter(fileName)) {...setVerticalResolutio(200); converter.convert(new SavePageStream() {...

    forum.groupdocs.com/t/java-groupdocs-conversion...