Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 16,690 for

file

(0.04 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. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...PCL (Printer Command Language) file formats. Below is the list of...extended the list of supported file formats and now the API is capable...

    blog.groupdocs.com/groupdocs.blog/page/51/
  3. Extract text from documents | GroupDocs

    This article demonstrates how to extract text from PDF, Word, Excel, PowerPoint, Outlook, OneNote, HTML, AutoCAD, and 50+ other documents using GroupDocs.Parser for Python via .NET....document: Extract text from local files Python from groupdocs.parser...sample.docx The following sample file is used in this example: Extract...

    docs.groupdocs.com/parser/python-net/extract-te...
  4. 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...
  5. Convert XLSX to MHTML using Python

    Convert XLSX to MHTML using Python to generate web-friendly spreadsheets. Learn how to export XLSX to MHTML in Python with styling and layout preservation....structure, into a single archive file. This makes it ideal for archiving...directly in your Python script file Initialize a Converter object...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. How to Convert XPS to PDF using Java

    This quick article explains the stepwise process to convert XPS to PDF using Java and provides a sample working application for XPS to PDF converter in Java....class for loading the input XPS file for transforming to a PDF Create...for customizing the output PDF file Finally, call the Convert method...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Compare Word Documents with Python: 7 Examples ...

    Master Word document comparison in Python with GroupDocs.Comparison. Detect changes, highlight differences, accept/reject modifications, and generate professional comparison reports with complete code examples....comparison software that makes file comparison effortless. Simple...(.docx, .doc), PDFs, Excel files, and more document types Customizable...

    blog.groupdocs.com/comparison/compare-word-docu...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the support of EMF and DICOM file formats. Along with this, the...editing tool to manipulate your files? Your search is over as the...

    blog.groupdocs.com/groupdocs.blog/page/85/
  9. 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-...
  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...