Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 498 for

api local

(0.03 sec)
  1. Add image annotation | Documentation

    The page describes how to add image annotation to a document using GroupDocs.Annotation for .NET....Upgrade an Order Support Docs API Reference Live Demos Free Support...the class: defines the image local or remote path defines the annotation...

    docs.groupdocs.com/annotation/net/add-image-ann...
  2. Get source and target text from files | Documen...

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Node.js via Java....Upgrade an Order Support Docs API Reference Live Demos Free Support...source and target text from a local disk const comparer = new groupdocs...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  3. Get list of changes | Documentation

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET....Upgrade an Order Support Docs API Reference Live Demos Free Support...changes: Get list of changes from local disk C# using GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  4. Adding image watermarks | Documentation

    GroupDocs.Watermark Api supports adding the following image file types as image watermark...Upgrade an Order Support Docs API Reference Live Demos Free Support...this page GroupDocs.Watermark API supports adding the following...

    docs.groupdocs.com/watermark/net/adding-image-w...
  5. Update watermarks | Documentation

    This article shows how to update existing text or image watermarks....Upgrade an Order Support Docs API Reference Live Demos Free Support...the Watermarker class for a local file or file stream; Specify...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  6. Basic usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark Api: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Upgrade an Order Support Docs API Reference Live Demos Free Support...concepts of the GroupDocs.Watermark API: is the main class that contains...

    docs.groupdocs.com/watermark/net/basic-usage/
  7. Adding image watermarks | Documentation

    GroupDocs.Watermar Api supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from Local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Upgrade an Order Support Docs API Reference Live Demos Free Support...this page GroupDocs.Watermar API supports adding the following...

    docs.groupdocs.com/watermark/java/adding-image-...
  8. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the Local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Upgrade an Order Support Docs API Reference Live Demos Free Support...stream (without a copy on the local disk). To avoid the overhead...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...Upgrade an Order Support Docs API Reference Live Demos Free Support...annotation to the document from local disk using ( Annotator annotator...

    docs.groupdocs.com/annotation/net/add-search-te...
  10. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Upgrade an Order Support Docs API Reference Live Demos Free Support...file info for the file from a local disk import groupdocs.comparison...

    docs.groupdocs.com/comparison/python-net/get-fi...