Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 3,027 for

file converter

(0.56 sec)
  1. GroupDocs.Markdown for .NET — 将文档导出为 Markdown —...

    使用本地部署的 .NET API 将 PDF、Word、Excel、HTML 等导出为 Markdown。首次公开发布。...lic" ); // 为源文档实例化转换器 var converter = new MarkdownConverter( ...docx" ); // 转换并保存输出文件 converter.Convert( "rich-text-formatting...

    blog.groupdocs.com/zh/markdown/groupdocs-markdo...
  2. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to get load a Spreadsheet (Excel) document and render it to HTML, PDF, PNG and JPEG with different options...), Microsoft Excel Binary File Format (XLS, XLT), OpenDocument...import and allows to render (convert) them to HTML, PDF, PNG, and...

    blog.groupdocs.com/viewer/working-with-spreadsh...
  3. Save document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Java API....external applications by converting to the HTML markup and placing...previously chosen format by specified file path or into specified stream...

    docs.groupdocs.com/editor/java/save-document/
  4. 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...
  5. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files with just couple lines of code....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/net/basic-usage/
  6. A Web-Based PDF Viewer Sample Built Using the G...

    GroupDocs.Viewer for Java is a multi-format document viewer library that allows developers to seamlessly enhance their Java applications with the capability to display over 50 document and image types. Designed based on the client-server architecture, GroupDocs.Viewer doesn’t transfer documents to client machines during view sessions. Instead, the library converts documents to web-compatible content, transfers it to clients and then renders in a web-browser. This client-server architecture provides you with the following benefits: 1.... Instead, the library converts documents to web-compatible...shared documents, while original files stay on the server. Combined...

    blog.groupdocs.com/viewer/web-based-pdf-viewer-...
  7. 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...
  8. 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/
  9. Basic usage | GroupDocs

    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/
  10. Basic usage | GroupDocs

    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...