Sort Score
Result 10 results
Languages All
Labels All
Results 3,371 - 3,380 of 5,587 for

document converter

(0.22 sec)
  1. A Year of Great Achievements: 2012 in Review

    For GroupDocs, 2012 was a significant year marked by milestones; we’re proud and grateful to end a busy year with great achievements. With constant enhancements, we were able to prove that we’re an integral part of the Document management world. In 2012, we have introduced enhanced versions of our apps with added features from time to time; created a variety of plugins for multiple platforms; integrated many different storage options with GroupDocs; introduced flexible API SDKs to help you integrate our apps to your existing applications; and were able build a strong base of valuable customers, ranging from small to mid to enterprise levels; amongst many others....we’re an integral part of the document management world. In 2012...one-stop shop for all your document management requirements. We...

    blog.groupdocs.com/viewer/a-year-of-great-achie...
  2. Saving documents | Documentation

    The articles explain that how to save Documents in different ways after making redactions....Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...Advanced usage / Saving documents Saving documents Leave feedback Saving...

    docs.groupdocs.com/redaction/python-net/saving-...
  3. 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...
  4. Issue with Footnote Number is Resolved

    If you worked with earlier versions of the API, you are probably aware that there was issue in footnote number conversion. A Word Document with such footnotes was converted to PDF or any other supported file format successfully but the footnote number order was disturbed. There was one more issue reported in the forum. It was about converting a PowerPoint Document with black SmartArt text to PDF. And the SmartArt text in the resultant Document was changed to white text.... A Word document with such footnotes was converted to PDF or... It was about converting a PowerPoint document with black SmartArt...

    blog.groupdocs.com/conversion/issue-with-footno...
  5. converted_with_options.xls

    Sheet1 This Document contains a variety of formatted elements that are used to test Document rendering quality during file conversion and centered. It actually creates two paragraphs. This is a tes......Sheet1 This document contains a variety of formatted elements...elements that are used to test document rendering quality during file...

    docs.groupdocs.com/conversion/java/_sample_file...
  6. GroupDocs.Annotation Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....for Java is a lightweight document annotation Java library that...comments in Microsoft Office documents, PDFs, images and over 50...

    blog.groupdocs.com/categories/groupdocs.annotat...
  7. 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...
  8. 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/
  9. 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...
  10. Introduction | Documentation

    This is an introduction to editing Documents, explaining the main stages of Document opening, editing, and saving results within Node.js via Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...library that allows you to edit documents programmatically without a...

    docs.groupdocs.com/editor/nodejs-java/introduct...