Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 558 for

locale

(0.03 sec)
  1. Add image watermarks | Documentation

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....to documents or images from local disks, as well as from streams...

    docs.groupdocs.com/watermark/python-net/add-image/
  2. How to Run Examples | Documentation

    Download from GitHub The complete examples package of GroupDocs.Parser is hosted on GitHub. You can either download the ZIP file from here or clone the repository of GitHub using your favorite GitHub client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: Open IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....extract the folders on your local disk. The extracted files and...

    docs.groupdocs.com/parser/java/how-to-run-examp...
  3. 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....file at any location on the local disc or a even a Stream. The...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Watermark....file info for the file from a local disk const watermarker = new...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  5. How to Run Examples | Documentation

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: In extracted files and folders, you can see solution file for C# Project....extract the folders on your local disk. The extracted files and...

    docs.groupdocs.com/assembly/net/how-to-run-exam...
  6. Convert ODT to DOCX using Node.js

    Quickly convert ODT to DOCX using Node.js with a simple approach. This guide shows how to export ODT to DOCX in Node.js for better document compatibility....your DOCX file and save it locally. Below is the sample code to...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  7. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....to documents or images from local disks, as well as from streams...

    docs.groupdocs.com/watermark/python-net/add-text/
  8. Excluding Fonts from Output HTML using GroupDoc...

    We are excited to release another monthly release, version 17.9, of GroupDocs.Viewer for .NET. This version allows you excluding fonts from HTML representation of the document and saving them as external resources. Also, we have extended the support of responsive HTML for MS Visio documents, SVG images, MS Word documents, Open Office Text and Rich Text document format. The latest version also includes some important bug fixes for the issues found in prior releases.... Showing local time when rendering email messages...

    blog.groupdocs.com/viewer/releasing-groupdocs.v...
  9. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it....extract the folders on your local disk. The extracted files and...

    docs.groupdocs.com/metadata/java/how-to-run/
  10. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...feedback As an alternative to a local file, can open a document from...

    docs.groupdocs.com/redaction/net/load-from-stream/