Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,414 for

note

(0.12 sec)
  1. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java.... Note that the IPageInfo object uses...the appropriate pages. Please note that IPageInfo objects use zero-based...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  2. Adding text watermarks | Documentation

    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.... close (); Warning Note that the origin of coordinates...png" ); watermarker . close (); Note Using of relative size and positioning...

    docs.groupdocs.com/watermark/java/adding-text-w...
  3. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Java API to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive.... Take a note that the GroupDocs.Viewer displays...which support it. Also please note that for the archive documents...

    docs.groupdocs.com/viewer/java/render-archive-f...
  4. System requirements | Documentation

    GroupDocs.Conversion for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Leave feedback On this page Note GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/system-requir...
  5. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct.... Note that case-sensitive search is...

    docs.groupdocs.com/search/net/case-sensitive-se...
  6. Get document information | Documentation

    This article explains how to detect document file type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document file with GroupDocs.Signature.... Height ); } } } Note GroupDocs.Signature also provides...

    docs.groupdocs.com/signature/net/get-document-i...
  7. How to Run Examples | Documentation

    This article describes how to run .NET search API code examples....documentsFolder = @"c:\MyDocuments\" ; // NOTE: Put here actual path for your...

    docs.groupdocs.com/search/net/how-to-run-examples/
  8. Custom text extractors | Documentation

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....documents from the specified folder Note that custom extractors are not...

    docs.groupdocs.com/search/net/custom-text-extra...
  9. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java... getFormFieldCollecti (); Note: The generateUUID() function...occurred:' , error ); } })(); Note: Make sure to replace 'path/to/your/document...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...
  10. Index lifecycle | Documentation

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please Note that the index life cycle does not consider the events of loading and unloading the index from RAM.... Please note that the index life cycle does...

    docs.groupdocs.com/search/nodejs-java/index-lif...