Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 5,473 for

document converter

(0.06 sec)
  1. Partially Render Large Excel Sheets with GroupD...

    We are delighted to announce that the first monthly release of GroupDocs.Viewer for .NET for the year 2017 is out and available. Using GroupDocs.Viewer for .NET 17.1.0 users will be able to partially render the large Excel sheets. The latest version also supports the configuration of ViewerConfig class via app.config or web.config file. Furthermore, 9 issues have been fixed in this release. Continue to read more about v17.1.0. GroupDocs.Viewer for ....grouping when rendering PDF documents Partial rendering of large...visit API Features . .NET Document Viewer API - Improvements...

    blog.groupdocs.com/viewer/groupdocs.viewer-supp...
  2. Running Examples | Documentation

    Learn how to run code examples in GroupDocs.Conversion for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...in archives, and retrieving document information. Prerequisites...

    docs.groupdocs.com/conversion/python-net/gettin...
  3. converted_with_font_substitution.pdf

    OneNote Sample Page1 16 март 2017 г. 12:00 Page 1 This demo Document contains Lorem Ipsum text. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the i...... 12:00 Page 1 This demo document contains Lorem Ipsum text...г. 12:00 Page 2 This demo document contains Lorem Ipsum text...

    docs.groupdocs.com/conversion/java/_sample_file...
  4. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF Documents and default fonts in diagram Documents. Check out this latest version to enhance and improve your Document viewer applications....in PDF documents and default fonts in diagram documents. Check...to enhance and improve your document viewer applications. GroupDocs...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  5. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the Document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the Document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced usage / Saving documents / Use advanced rasterization...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  6. Conversion from STL and IFC is Supported in Gro...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.10. This release permits users to hide comments when converting from Cells. Conversion from STL and IFC is also introduced in 17.10 version of the API. Aside these features, API covers many improvements and bug fixes. Such as Slides to XPS conversion is improved. We’d recommend you to download this latest release and share your Documents conversion experience....users to hide comments when converting from Cells. Conversion from...share your documents conversion experience. Document Conversion...

    blog.groupdocs.com/conversion/conversion-from-s...
  7. Save with default options | Documentation

    This article demonstrates the simplest way to save the Document...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced usage / Saving documents / Save with default options...

    docs.groupdocs.com/redaction/python-net/save-wi...
  8. Render documents | Documentation

    Convert Documents to HTML, PDF, or images with GroupDocs.Viewer for Python....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents Render documents Leave feedback In...

    docs.groupdocs.com/viewer/python-net/rendering-...
  9. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product.../ Advanced Usage / Saving documents / Save to stream Save to stream...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Render Word to PDF using Node.js

    This topic explains how to render Word to PDF using Node.js with code example. There is no need to install any extra softwares to render Word to PDF in Node.js....js Rendering Word documents into portable formats like...Whether you’re building a document management system, enabling...

    kb.groupdocs.com/viewer/nodejs/render-word-to-p...