Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 8,716 for

page

(0.7 sec)
  1. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....watermarks Leave feedback On this page One of the main features of...positioning, and so on. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  2. eSign document with Form Field signature | Grou...

    This article explains how to add various types of Form Field signatures on document Page with options on component positioning, alignment and other visual options with GroupDocs.Signature...signature Leave feedback On this page What is a Form Field? A form...element located on a document page that allows user data input...

    docs.groupdocs.com/signature/net/esign-document...
  3. Advanced usage | GroupDocs

    This Page describes the GroupDocs.Annotation advanced usage and its multiple powerful features like customizing document annotating process and annotations appearance etc....Loading Saving Generate document page preview Versioning of annotated...Import annotations Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/advanced-usage/
  4. 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....watermarks Leave feedback On this page Following code snippet shows...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/java/adding-text-w...
  5. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more files and get the difference between them....Overview Leave feedback On this page is a robust cross-platform library...Information extraction – file type, page count, etc. Handful differences...

    docs.groupdocs.com/comparison/python-net/groupd...
  6. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Node.js via Java — API to compare two or more files and get the difference between them....Overview Leave feedback On this page is a robust cross-platform library...Information extraction – file type, page count, etc. Handful differences...

    docs.groupdocs.com/comparison/nodejs-java/group...
  7. Add button component | GroupDocs

    The Page describes how to add button component to a document using GroupDocs.Annotation for .NET....component Leave feedback On this page Button component creates a button...appropriate properties (position, page number, etc). Call the method...

    docs.groupdocs.com/annotation/net/add-button-co...
  8. Render EBooks as HTML, PDF, and image files | G...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert EBooks to HTML, PDF, PNG, and JPEG formats....files Leave feedback On this page allows you to render your EBooks...save all elements of an HTML page (including text, graphics, and...

    docs.groupdocs.com/viewer/nodejs-java/render-eb...
  9. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected Page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....or a text from the selected page. parameter is ignored for Microsoft...steps to extract a text from the page of Microsoft Office Word document:...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Document preview | GroupDocs

    This article shows how to get document preview....preview Leave feedback On this page GroupDocs.Watermark library...generate preview images for every page of your documents, simplifying...

    docs.groupdocs.com/watermark/net/basic-usage/pr...