Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 10,789 for

document watermark

(0.14 sec)
  1. In-Paragraph List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate In-ParagraphList report in Text Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: A descriptive or informative line like “We provide support for the following clients:”. Show all the clients along with the above sentence....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  2. Create new document by format | GroupDocs

    This article demonstrates how to Create new Document Documents, spreadsheets and presentations with GroupDocs.Editor for Java API....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/create-document/
  3. Get document information | GroupDocs

    This article explains how to detect Document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger for Java....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/get-document-inf...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...progress while signing the documents. Aside this, Many improvements...developers can sign Image documents with Stamp, Text and Image...

    blog.groupdocs.com/groupdocs.blog/page/68/
  5. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats....comes with support of new document formats such as POTX and POTM...saving complete multipage document to single image are resolved...

    blog.groupdocs.com/categories/groupdocs.convers...
  6. Multicolored Numbered List in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Spreadsheet Document format. Multicolored Numbered List in Microsoft Excel Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Excel 2013. Add a new Workbook. In one cell, write a sentence like “We provide support for the following clients:”. Select the cell, and assign a color by pressing “Cell Styles” in Styles group....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/multicolored-n...
  7. In-Table List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Presentation format. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft PowerPoint Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab. Add a 2x3 table. Save your Document. Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements:...Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/in-table-list-...
  8. Retrieve the document information | GroupDocs

    Retrieving information about a Document with GroupDocs.Viewer for Java...Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/retrieving-docum...
  9. Column Chart in Word Processing Document | Grou...

    Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Word Document Creating a Column Chart Practicing the following steps, you can insert a Column Chart in MS Word 2013: Click in the Document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box. Select “Column” in the sidebar, you will see a gallery of charts....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/column-chart-in...
  10. Classify document by path | GroupDocs

    Classify Document by path with IAB-2 taxonomy and return 2 best results Classifying of the Document could be performed with the next steps Call Classify method for “Document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("Document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify Document by path with Documents taxonomy and return 4 best results Call Classify method for “Document....Watermark Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...

    docs.groupdocs.com/classification/net/classify-...