Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 17,199 for

file

(0.43 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. Read Metadata from PDF using C#

    Learn how to read metadata from PDF using C# without requiring extra software installation. Delve into a code sample demonstrating how to read metadata of PDF using C#....C# Metadata embedded in PDF files holds crucial details such as...from PDF files Create a Metadata object using the file path of...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  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. Convert DOC to JPG in C#

    Learn how to Convert DOC to JPG in C# and Export Word document as JPEG using C# with GroupDocs.Conversion for .NET, providing step-by-step code and best practices....to JPG in C# Converting a DOC file to a series of JPG images is...page as an individual image file. By leveraging the API’s page‑by‑page...

    kb.groupdocs.com/conversion/net/convert-doc-to-...
  6. How to Remove Annotation Reply from PDF using Java

    The purpose of this topic is to show you how to remove annotation reply from PDF using Java along with code example to delete reply annotation using Java from PDF....annotation reply from a PDF file. Steps to Remove Annotation...document path Annotations in PDF files can be useful tools for adding...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  7. Convert XLSX to JPG using Python

    Learn how to convert XLSX to JPG using Python in a few simple steps. This guide covers how to export XLSX to JPG in Python with clean layout and high image quality....Converter instance and load the XLSX file Configure JPG output using ImageConvertOptions...save the result as a JPG image file To begin converting Excel spreadsheets...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  8. 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...
  9. Compare Word Documents | GroupDocs

    Compare Microsoft Word (.doc, .docx) documents and detect text, formatting, and style differences using GroupDocs.Comparison for Python via .NET....API: Compares DOC and DOCX files (and Word-compatible formats...compare() to generate the result file. Example: Compare Word documents...

    docs.groupdocs.com/comparison/python-net/develo...
  10. 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...