Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 2,619 for

convert file

(0.09 sec)
  1. 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...
  2. Render TXT as HTML using Java

    In this instructional guide, we'll explore the process of how to render TXT as HTML using Java. Moreover, we'll equip you with Java code for rendering TXT to HTML....transform plain text ( TXT ) files into HTML format using Java...Viewer class by providing the TXT file path as a parameter to its constructor...

    kb.groupdocs.com/viewer/java/render-txt-as-html...
  3. 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/
  4. Add Text Watermark to DOCX Using C#

    Learn how to add text watermark to DOCX using C# without installing extra software. Moreover, we will provide you code to insert text watermark to DOCX using C#....providing the path of the DOCX file to its constructor Create an...chosen library and adjusting file paths as needed, incorporating...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  5. Convert MSG or EML to PDF in Java on GroupDocs ...

    Convert MSG or EML to PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert MSG or EML to PDF in Java on GroupDocs Blog | Document Autom......Convert MSG or EML to PDF in Java on GroupDocs Blog | Document...Developers Recent content in Convert MSG or EML to PDF in Java on...

    blog.groupdocs.com/it/tag/convert-msg-or-eml-to...
  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. Online Document Storage Features

    There’s more to GroupDocs than online document storage. Saying that, we realize that one of the reasons that you’re interested in GroupDocs is the storage feature. So what’s document storage all about and what should you look for when choosing a online storage service? 1. Storage Space The first thing to consider is what you want to store and how much space you’ll need. Documents differ in size and it can be difficult to estimate document sizes....video and audio files are huge compared to text files. Look at War...War and Peace: as a simple TXT file is is 3.3MB in size. As an MP3...

    blog.groupdocs.com/total/online-document-storag...
  8. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Answers Merge DOCX files using C# Merge PDF files using C# Remove...Using C# Convert DOCX to ODT using Node.js Convert DOCX to XPS...

    kb.groupdocs.com/categories/page/18/
  9. 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...
  10. Load options for different document types | Doc...

    This article demonstrates how to load and Convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....extensive functionality for converting documents between various...protected files. Specific pages or ranges of pages to convert. Encoding...

    docs.groupdocs.com/conversion/java/load-options...