Sort Score
Result 10 results
Languages All
Labels All
Results 9,401 - 9,410 of 12,362 for

to

(0.04 sec)
  1. Extract highlights | Documentation

    This article explains that how To extract highlights from documents in Java....This article explains that how to extract highlights from documents in Java.

    docs.groupdocs.com/parser/java/extract-highlights/
  2. About annotation UI and Signature UI - Free Sup...

    Do you have annotation Ui and signature UI similar To viewer ui in java application...Do you have annotation Ui and signature UI similar to viewer ui in java application

    forum.groupdocs.com/t/about-annotation-ui-and-s...
  3. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly To generate a In-TableList with Filtering, Grouping, and Ordering report in Spreadsheet 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. In-Table List with Filtering, Grouping, and Ordering in Microsoft Excel Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Excel 2013....Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Filtering, Grouping, and Ordering report in Spreadsheet 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. In-Table List with Filtering, Grouping, and Ordering in Microsoft Excel Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Excel 2013.

    docs.groupdocs.com/assembly/net/in-table-list-w...
  4. In-Table Master-Detail in Spreadsheet Document ...

    Note In this article, we will use GroupDocs.Assembly To generate an In-Table Master-Detail report in Spreadsheet 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. In-Table Master-Detail in Microsoft Excel Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want To include in the table....Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Spreadsheet 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. In-Table Master-Detail in Microsoft Excel Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table.

    docs.groupdocs.com/assembly/net/in-table-master...
  5. Email messages | Documentation

    Learn how To add watermark in Outlook email messages....Learn how to add watermark in Outlook email messages.

    docs.groupdocs.com/watermark/java/email-messages/
  6. Working with EXIF metadata | Documentation

    This article explains how To access EXIF metadata in a file of any supported format....This article explains how to access EXIF metadata in a file of any supported format.

    docs.groupdocs.com/metadata/net/working-with-ex...
  7. Evaluation Limitations and Licensing | Document...

    Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the API without license. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code To apply the license....Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the API without license. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license.

    docs.groupdocs.com/assembly/java/evaluation-lim...
  8. Sign documents with Metadata embedded object | ...

    This article explains how To create encrypted Metadata electronic signature with embedded cusTom object....This article explains how to create encrypted Metadata electronic signature with embedded custom object.

    docs.groupdocs.com/signature/net/sign-documents...
  9. Merge Open Document files | Documentation

    Learn how To merge Open Document files, combine ODT, ODS, ODP files inTo one file programmatically in C# language using GroupDocs.Merger for .NET library....Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in C# language using GroupDocs.Merger for .NET library.

    docs.groupdocs.com/merger/net/merge/open-document/
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you To extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_To_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path To your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.

    docs.groupdocs.com/watermark/java/working-with-...