Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 16,572 for

file

(0.38 sec)
  1. Add Text Watermark to PPTX using Java

    Discover how to add text watermark to PPTX using Java, all without needing any extra software installation. Plus, get code to insert text watermark to PPTX in Java....inserting a watermark into a PPTX file Create an instance of the Watermarker...Watermarker class, providing the PPTX file path as a parameter to its constructor...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  2. 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...
  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. 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-...
  5. 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...
  6. How to Add Point Annotation in PDF using Java

    This article provides step-by-step guide on how to add point annotation in PDF using Java. It also includes code example to insert point annotation to PDF in Java....Annotator class by providing the PDF file path as an argument to its constructor...point annotations into a PDF file. Moreover, the library used...

    kb.groupdocs.com/annotation/java/how-to-add-poi...
  7. Generate document preview | GroupDocs

    You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....( int pageNumber ) { File file = new File ( String . format (...stream = new FileOutputStream ( file ); } catch ( IOException e )...

    docs.groupdocs.com/metadata/java/generate-docum...
  8. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....docx" )) { // Get the file information and extract it text...viewInfoOptions ); // Display the file information and text. foreach...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  9. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....to a file, use the method. To import words from a file, use the...])); } // Export words to a file const fileName = Utils . OutputPath...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  10. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after Files comparison within your Python applications....Set metadata from the source file import groupdocs.comparison...( output_file_path , source_file_path , target_file_path ): #...

    docs.groupdocs.com/comparison/python-net/set-do...