Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 2,628 for

file converter

(0.1 sec)
  1. sample-app.zip

    sample-app/sample.pdf This document contains a variety of formatted elements that are used to test document rendering quality during File conversion Source Sans Pro Light, 14 pt. Simple text in Tim......document rendering quality during file conversion Source Sans Pro Light...document rendering quality during file conversion and centered. It...

    docs.groupdocs.com/viewer/nodejs-java/sample-fi...
  2. Unable to view document in word editor properly...

    Hello I am trying to view the word/excel/ppt document in Groupdocs editor using asp.net mvc(web api, jQuery, JavaScript) like how it is working → Word Editor, Excel Editor, PowerPoint Editor Below is my code for the s…...FilePath)) { var guid = Convert.ToString(Guid.NewGuid()); if...create empty word/excel/ppt files if queryData.FilePath is empty...

    forum.groupdocs.com/t/unable-to-view-document-i...
  3. Common conversion options | Documentation

    This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....guide / Advanced usage / Converting / Common conversion options...the number of pages to be converted. is a list of specific page...

    docs.groupdocs.com/conversion/net/common-conver...
  4. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files with just couple lines of code....Java / Developer guide / Converting Documents / Basic usage Basic...Basic usage Leave feedback Convert documents fast and easily using...

    docs.groupdocs.com/conversion/java/basic-usage/
  5. Basic usage | Documentation

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files in JavaScript....Basic usage Leave feedback Convert documents fast and easily using...usage scenarios when the source file is stored on a local drive and...

    docs.groupdocs.com/conversion/nodejs-java/basic...
  6. GroupDocs.Annotation for Java Library - Annotat...

    We are pleased to inform developers, especially those of you who prefer the Linux platform, about the release of the GroupDocs.Annotation for Java library. It is an HTML5 standard compliant library that allows you to display PDF, Microsoft Office and image Files and comes with a comprehensive set of document commenting and markup tools. The viewer can work two ways: by rasterizing documents or by converting them to a combination of SVG, HTML and CSS....Microsoft Office and image files and comes with a comprehensive...rasterizing documents or by converting them to a combination of...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  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. Adding class name to input controls | Documenta...

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for Java API features....and preserves them while converting the document to the instance...demonstrates editing a sample DOCX file “Fields.docx”, that contains...

    docs.groupdocs.com/editor/java/adding-class-nam...
  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/