Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 722 for

performance improvement watermark

(0.16 sec)
  1. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs Watermarking Java API....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/attachments-i...
  2. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free OCR solution in Java....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  3. Setting author of changes | GroupDocs

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for Node.js via Java....Watermark Product Solution GroupDocs.... When the comparison is performed, all changes will be marked...

    docs.groupdocs.com/comparison/nodejs-java/setti...
  4. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Watermark Product Solution GroupDocs...path to the sample document. Perform the required redaction operation...

    docs.groupdocs.com/redaction/python-net/hello-w...
  5. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . apply...

    docs.groupdocs.com/redaction/java/use-advanced-...
  6. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/net/select-specifi...
  7. In-Paragraph List in Presentation Document | Gr...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft PowerPoint Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS PowerPoint 2013. Add a new presentation slide. Write a sentence, for example “We provide support for the following clients:”....Watermark Product Solution GroupDocs...Apache OpenOffice 4.1.2, we performed below tests: We opened the...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  8. Multicolored Numbered List in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Word Processing Document format. Multicolored Numbered List in Microsoft Word Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....Watermark Product Solution GroupDocs...Apache OpenOffice 4.1.2, we performed below tests: We opened the...

    docs.groupdocs.com/assembly/java/multicolored-n...
  9. Single Row Image in Presentation Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Creat a new presentation slide. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Watermark Product Solution GroupDocs...Apache OpenOffice 4.1.2, we performed below tests: We opened the...

    docs.groupdocs.com/assembly/java/single-row-ima...
  10. GroupDocs.Assembly for Net overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: 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....Watermark Product Solution GroupDocs...formats support Use formulae & perform sequential data operations...

    docs.groupdocs.com/assembly/net/product-overview/