Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 16,692 for

file

(0.19 sec)
  1. Convert DOCX to PPTX using Node.js

    Learn how to convert DOCX to PPTX using Node.js while preserving formatting and layout. Easily export DOCX to PPTX in Node.js with a few simple API calls....js via Java to change DOCX files into PPTX Load the groupdocs...provide the path to the input DOCX file Create an instance of PresentationConvertO...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  2. Licensing and Subscription | GroupDocs

    Free evaluation version simply becomes licensed when you set the license. You can set the license in a number of ways that described in the next sections of this article....to set a license The license file contains details such as the...signature, so don’t modify the file. Even inadvertent addition of...

    docs.groupdocs.com/editor/nodejs-java/licensing...
  3. GroupDocs.Conversion for Node.js via Java overv...

    GroupDocs.Conversion for Node.js is a powerful and intuitive JavaScript converter that supports a variety of File formats (such as PDF, DOCX, XLSX, PPTX, PNG, JPEG, TIFF and others) without using third-party tools....intuitive JavaScript package for file conversion between a variety...Microsoft Office and OpenDocument file formats, PDF documents, HTML...

    docs.groupdocs.com/conversion/nodejs-java/produ...
  4. How to Run Examples | GroupDocs

    This section decsribes how to get started with GroupDocs.Merger for Java library...can either download the ZIP file or clone the repository of Github...In case you download the ZIP file, extract the folders on your...

    docs.groupdocs.com/merger/java/how-to-run-examp...
  5. GroupDocs Apps Suite: Online Document Managemen...

    Businesses relish the economic opportunities SaaS and cloud based platforms offer. Organizations worldwide are reacting to a shift in the document management space. Lawmakers in various countries stresses the need to save documents and Files online, rather than the traditional way: paper. Different verticals such as pharmaceuticals, IT, and banking have started implementing and harnessing the benefits from online document management. There are many advantages: digital File storing and sharing is safe and secure, protects unauthorized use through security layers, and reduces cost, to mention a few....need to save documents and files online, rather than the traditional...are many advantages: digital file storing and sharing is safe...

    blog.groupdocs.com/total/online-document-manage...
  6. Convert to grayscale | GroupDocs

    Convert PDFs to grayscale to reduce File size and speed up printing using the GroupDocs.Viewer Python API....PDF / Optimize the output PDF file / Optimize images / Convert...speed up the printing of a PDF file and reduce its size, you can...

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....NET allows you to convert XML files to PDF format using XSL-FO templates...installed in your project. An XML file containing the data to convert...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  8. Convert CSV to PDF using Node.js

    Learn how to convert CSV to PDF using Node.js without installing extra software. Follow simple steps to export CSV to PDF in Node.js, making document generation easy.... providing the file path to load the CSV file for processing...CSV file and generate a PDF document Converting CSV files into...

    kb.groupdocs.com/conversion/nodejs/convert-csv-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...highlight text and any area in PDF files using Java . Additionally, there...and its synonyms in multiple files using Java . Avoid the repetition...

    blog.groupdocs.com/groupdocs.blog/page/28/
  10. Use advanced rasterization options | GroupDocs

    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. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor(".... redacted_file_suffix = "_scan" so . rasterization...docx sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/redaction/python-net/use-adv...