Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 2,704 for

file converter

(0.07 sec)
  1. Create , Edit , save word document in the web b...

    With <artifactId>groupdocs-editor</artifactId> this module get the feature of converting the docsx <===> HTML markup . Can we also get the access to the @groupdocs.examples.angular/editor and use it with same licens…...module get the feature of converting the docsx <===> HTML markup...dkalunge: get the feature of converting the docsx <===> HTML markup...

    forum.groupdocs.com/t/create-edit-save-word-doc...
  2. Working with resources | Documentation

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for Java....text document (TXT), when converting it to the HTML for editing...treated as an input document, converted to internal intermediate format...

    docs.groupdocs.com/editor/java/working-with-res...
  3. 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...characters not correctly converted to HTML.zip (3.1 MB) Can you...

    forum.groupdocs.com/t/problems-with-thai-charac...
  4. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet Files to HTML, PDF, and image formats....basics / Render spreadsheet files / Split a worksheet into pages...GroupDocs.Viewer is to render (convert) input document formats (including...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  5. A Year of Great Achievements: 2012 in Review

    For GroupDocs, 2012 was a significant year marked by milestones; we’re proud and grateful to end a busy year with great achievements. With constant enhancements, we were able to prove that we’re an integral part of the document management world. In 2012, we have introduced enhanced versions of our apps with added features from time to time; created a variety of plugins for multiple platforms; integrated many different storage options with GroupDocs; introduced flexible API SDKs to help you integrate our apps to your existing applications; and were able build a strong base of valuable customers, ranging from small to mid to enterprise levels; amongst many others....conversion app that lets you convert documents simply using your...GroupDocs Conversion, you can convert different types of word processing...

    blog.groupdocs.com/viewer/a-year-of-great-achie...
  6. Optimize images in Java | Documentation

    Optimize images in a PDF File using GroupDocs.Viewer for Java...PDF / Optimize the output PDF file / Optimize images in Java Optimize...quality Set image resolution Convert to grayscale Was this page...

    docs.groupdocs.com/viewer/java/optimize-images/
  7. 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... 2025, 7:51am 1 Hi, When converting the attached PPTX to HTML...

    forum.groupdocs.com/t/converting-pptx-to-html-d...
  8. Edit Document | Documentation

    Follow this guide to learn how to edit text documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....version of the input document converted to an internal intermediate...Edit CSV File How to Edit XML File Edit Text Files Edit Email...

    docs.groupdocs.com/editor/nodejs-java/edit-docu...
  9. 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...
  10. Save to stream | Documentation

    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/