Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 554 for

performance improvement watermark

(0.03 sec)
  1. Extract Text from DOCX using Java

    This article details the process of how to extract text from DOCX using Java. It also includes code to assist you in implementing text extraction from DOCX in Java....Watermark Product Family GroupDocs.Merger...offers the APIs necessary to perform the task efficiently and effectively...

    kb.groupdocs.com/parser/java/extract-text-from-...
  2. Spreadsheet redactions | Documentation

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/python-net/spreads...
  3. GroupDocs.Metadata for Node.js via Java | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....Watermark Product Solution GroupDocs...information and allows users to perform metadata operations for locating...

    docs.groupdocs.com/metadata/nodejs-java/
  4. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . apply...

    docs.groupdocs.com/redaction/java/save-with-def...
  5. Float and paginal modes | Documentation

    This article explains the pros and cons of float and paginal document editing modes when editing Word documents with GroupDocs.Editor API....Watermark Product Solution GroupDocs...entities like headers, footers, watermarks, and page numbers are not...

    docs.groupdocs.com/editor/nodejs-java/float-and...
  6. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Watermark Product Solution GroupDocs...document from stream could be performed with the next step Call method...

    docs.groupdocs.com/classification/net/classify-...
  7. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  8. Merging Table Cells Dynamically | Documentation

    Note This feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Merging Table Cells Dynamically Using GroupDocs.Assembly for Java, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Watermark Product Solution GroupDocs...merging operation is to be performed in a vertical direction (the...

    docs.groupdocs.com/assembly/java/merging-table-...
  9. Installation | Documentation

    Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: GroupDocsJavaAPI GroupDocs Java API https://releases.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom....Watermark Product Solution GroupDocs...</dependency> </dependencies> After performing above-mentioned steps, GroupDocs...

    docs.groupdocs.com/parser/java/installation/
  10. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Watermark Product Solution GroupDocs...use the document instance to perform redactions } finally { redactor...

    docs.groupdocs.com/redaction/java/extend-suppor...