Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 15,731 for

annotation pdf

(0.05 sec)
  1. 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....Annotation Product Solution GroupDocs...Measure Origin of Coordinates PDF Point Left bottom corner of page...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. How to Edit MOBI File | Documentation

    This article demonstrates how to edit MOBI files using Node.js via Java....Annotation Product Solution GroupDocs...formatting, images, and different annotations like bookmarks, notes, highlights...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  4. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables....Annotation Product Solution GroupDocs...templateItems ); Images and scanned PDFs Starting from version 25.2,...

    docs.groupdocs.com/parser/net/working-with-temp...
  5. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using C# programming language....Annotation Product Solution GroupDocs...formatting, images, and different annotations like bookmarks, notes, highlights...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  6. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/highlight...
  7. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java....Annotation Product Solution GroupDocs...e-Book formats, and unlike the PDF and Office formats, there is...

    docs.groupdocs.com/editor/java/edit-email/
  8. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/indexing-options/
  9. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Annotation Product Solution GroupDocs...More Document formats including PDF, Epub and XPS document formats...

    docs.groupdocs.com/assembly/net/features-overview/
  10. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....Annotation Product Solution GroupDocs...document. Ex: @"C:\Docs\sample.pdf" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/adding-text-wa...