Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 1,252 for

word to image

(0.2 sec)
  1. Adding text watermarks | GroupDocs

    Following code snippet shows how To add text watermark 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_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your Image. Ex: "C:\\Docs\\Image.png" Watermarker watermarker = new Watermarker("Image.png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Sign documents with extra Digital Signature pro...

     This article explains how To use extended Digital electronic signatures options and adjustment on document page....settings for digital signature of Word Processing and Spreadsheets...are the steps to setup extra image appearance with GroupDocs.Signature:...

    docs.groupdocs.com/signature/java/sign-document...
  3. Online Document Viewer Plugin for Umbraco is No...

    GroupDocs’ Viewer package for Umbraco CMS is now available for download from our Marketplace. GroupDocs Viewer is a platform and software independent online document viewer that lets you open all common document formats straight in a web-browser and from any web-enabled device. With this plugin you can integrate the GroupDocs Viewer inTo your Umbraco website and then publish documents on any web-pages within your website. Your website visiTors can then view documents directly on your Umbraco web-pages....DOC viewer - it supports all word processing formats, including...portable files (PDF) and even image files (JPG, BMP, GIF, TIFF)...

    blog.groupdocs.com/total/online-document-viewer...
  4. Obtain document form fields and signatures info...

    This article shows how To get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....Please be aware only Pdf and Word processing documents support...()); } // display document Image signatures information System...

    docs.groupdocs.com/signature/java/obtain-docume...
  5. GroupDocs.Merger Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Word, Excel, Presentation, PDF, HTML...now do image joining. And following are the supported image formats:...

    blog.groupdocs.com/categories/groupdocs.merger-...
  6. Apply Barcode to Images in Java on GroupDocs Bl...

    Apply Barcode To Images in Java on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in Apply Barcode To Images in Java on GroupDocs Blog | Document AuTomatio......Apply Barcode to Images in Java on GroupDocs Blog | Document...content in Apply Barcode to Images in Java on GroupDocs Blog |...

    blog.groupdocs.com/vi/tag/apply-barcode-to-imag...
  7. Apply Barcode to Images in C# on GroupDocs Blog...

    Apply Barcode To Images in C# on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in Apply Barcode To Images in C# on GroupDocs Blog | Document AuTomation So......Apply Barcode to Images in C# on GroupDocs Blog | Document Automation...content in Apply Barcode to Images in C# on GroupDocs Blog | Document...

    blog.groupdocs.com/zh-hant/tag/apply-barcode-to...
  8. Generate signature preview | GroupDocs

    This Topic explains how To get document signature preview in c#...creation (see event handler ); image preview format - PNG / JPG /...preview image. If you need to implement custom image preview...

    docs.groupdocs.com/signature/net/generate-signa...
  9. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...log ( 'Words: ' + args . getWords (). length ); const words = args...0 ; i <= words . length ; i ++ ) { const word = words [ i ]; console...

    docs.groupdocs.com/search/nodejs-java/search-in...
  10. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs To be more descriptive. A tag body must meet the following requirements:... Using Images You can insert images to your reports...using image tags. To declare a dynamically inserted image within...

    docs.groupdocs.com/assembly/net/template-syntax...