Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 30,694 for

groupdocs.signature

(0.11 sec)
  1. In-Table List With Alternate Content in Spreads...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in Microsoft Excel Document Creating a In-Table List With Alternate Content Practising the following steps you can create In-Table List With Alternate Content Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/in-table-list-...
  2. In-Table List With Alternate Content in Present...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List With Alternate Content in Microsoft PowerPoint Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab to insert the table....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/in-table-list-...
  3. Pie Chart in Word Processing Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie 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” dialog box....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/pie-chart-in-wo...
  4. Bulleted List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Excel Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Excel 2013. Adding a bulleted list in Microsoft Excel is different than Microsoft Word. Moreover, there are two ways to apply bulleted list in Microsoft Excel:...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  5. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Watermark can work with....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/suppor...
  6. System requirements | Documentation

    GroupDocs.Total for Java does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for document manipulation....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/total/java/system-requirements/
  7. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  8. Text redactions | Documentation

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/text-redactions/
  9. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-c...
  10. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/convert/ebook/