Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 3,223 for

file converter

(0.9 sec)
  1. JPEG to PNG conversion in Java - Free Support F...

    Hi, My company looking for a solution to convert documents and generate thumbnails. I am trying to generate thumbnails using Groupdocs.Conversion for java. It worked very well with pdf, doc, ppt, xls, etc. However, w…...looking for a solution to convert documents and generate thumbnails...xls, etc. However, when I convert an image(jpg, gif,tif, etc)...

    forum.groupdocs.com/t/jpeg-to-png-conversion-in...
  2. 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...
  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. 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...
  5. Edit Document | GroupDocs

    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...
  6. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document... The PDF file will be overwritten. The following...document with default options (convert pages into images, save as...

    docs.groupdocs.com/redaction/net/save-with-defa...
  7. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc....embed as Base64, save to the file system with ImagesRelativePath...individual pages or worksheets to convert using the PageNumbers property...

    docs.groupdocs.com/markdown/net/advanced-usage/
  8. 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-...
  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 | 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/