Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 9,093 for

images

(0.04 sec)
  1. GroupDocs.Comparison for Java

    Find answers about comparing similar documents using Java language and platform....Latest Answers How to Compare Images in Java How to Compare Powerpoint...

    kb.groupdocs.com/comparison/java/
  2. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....(); Adding watermark to the images inside a particular section...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 ));...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Add Watermark to Excel Workbooks in Java | Text...

    Insert watermarks into Excel workbooks using Java. Watermark all sheets or apply it to just specific sheet even as background using watermark Java API....watermark different documents, images, and presentations. In this...for documents, presentations, images, and many other file formats...

    blog.groupdocs.com/watermark/watermark-excel-sh...
  4. Redact PDF and Scanned Documents in C# | Blacko...

    Redact text in PDF and other documents using C# in your .NET applications. Redact documents to blackout text and also the text within the embedded Images....redact PDF text and text in images within a document using C#...be covered below: Text and image redaction - .NET API Redact...

    blog.groupdocs.com/redaction/redact-text-and-sc...
  5. EditableDocument | Documentation

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for .NET API....with tuned external links for images, fonts and stylesheets, or...accompanying folder with resources (images, stylesheets, fonts). When...

    docs.groupdocs.com/editor/net/editabledocument/
  6. Saving EditableDocument to stream | Documentation

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links.... where CSS stylesheets and images are not stored inside the markup...external resources (CSS and images) are referenced through the...

    docs.groupdocs.com/editor/java/saving-editabled...
  7. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents.... Extract Images GroupDocs.Parser supports Images extraction...returns all info about document images and allows to save them. Extract...

    docs.groupdocs.com/parser/java/features-overview/
  8. Introducing GroupDocs.Parser for Java | Documen...

    What Is GroupDocs.Parser? GroupDocs.Parser is a powerful document data extraction API from over 50 document types in your applications. One of the most valuable features of GroupDocs.Parser is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API allows to easily extract text in accurate and quick modes. There are several advanced methods to extract text....provides methods to extract images, extract metadata. You can...count etc; Attachments and images extraction; Parsing documents...

    docs.groupdocs.com/parser/java/introducing-grou...
  9. Add watermarks to spreadsheet documents | Docum...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....textWatermarkOptions ); // Add image watermark to the second worksheet...)); } Adding watermark to the images from a particular worksheet...

    docs.groupdocs.com/watermark/net/add-watermarks...
  10. Add watermarks to spreadsheet documents | Docum...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....textWatermarkOptions ); // Add image watermark to the second worksheet...(); Adding watermark to the images from a particular worksheet...

    docs.groupdocs.com/watermark/java/add-watermark...