Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 3,021 for

file converter

(0.16 sec)
  1. 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/
  2. 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-...
  3. Exhibitor preview - Free Support Forum - groupd...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a PDF File that has been converted using Aspose.Cells. Here, we can found the document Excep…...previewing a PDF file that has been converted using Aspose.Cells...Viewer version (24.07). For convert to PDF, i have using Aspose...

    forum.groupdocs.com/t/exhibitor-preview/14724
  4. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....How to Convert HTML to MHTML using C# How to Convert HTML to...C# How to Convert HTML to PPTX using C# How to Convert XLSX to...

    kb.groupdocs.com/conversion/net/page/4/
  5. 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...
  6. 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/
  7. convert_docx_to_pdf.zip

    demo_app/business-plan.docx HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview......educated on legalities and tax filings for such business types. 6...educated on legalities and tax filings for such business types. HOME...

    docs.groupdocs.com/total/python-net/_sample_fil...
  8. 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...
  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/