Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 2,740 for

convert file

(0.05 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Render PDF as JPG using Python

    Quickly render PDF as JPG using Python. We will use platform independent Viewer library to Convert PDF to JPG in Python without installing extra software or tools....into widely compatible image files. JPG images are easy to view...digital storage. If you need to convert PDF to JPG in Python , this...

    kb.groupdocs.com/viewer/python/render-pdf-as-jp...
  5. 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...
  6. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF File will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.... The PDF file will be overwritten. The following...document with default options (convert pages into images, save as...

    docs.groupdocs.com/redaction/java/save-with-def...
  7. 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/
  8. Viewer of excel limited to 2 pages - Free Suppo...

    Hello, Using java Viewer to Convert excel File (with more than 2 pages) to html pages generates only 2 pages when calling Viewer#view(ViewOptions viewOptions, int… pageNumbers) method. If we call Viewer#view(ViewOption…...Using java Viewer to convert excel file (with more than 2 pages)...

    forum.groupdocs.com/t/viewer-of-excel-limited-t...
  9. 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.... These files can be viewed in any text editor...most used formats for MS Excel files are XLS and XLSX. These formats...

    blog.groupdocs.com/categories/groupdocs.convers...
  10. Edit Word Documents in Java | Build your own Ja...

    Editing Word documents is explained with Java examples to edit DOC, DOCX, ODT Files within your applications using document editing Java API....widely in-use word-processing file formats. Microsoft Word and...Configure # You may download the JAR file from the downloads section ...

    blog.groupdocs.com/editor/edit-word-documents-i...