Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 380 for

java 8 support groupdocs

(0.06 sec)
  1. Fuzzy search | GroupDocs

    This article gives the knowledge about the fuzzy search definition, and its capabilities in Groupdocs.Search using Java search API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/fuzzy-sea...
  2. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back to HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML Editor or by any UI-less service within any Java based application. Groupdocs.Editor for Javais a powerful document editing API that allows converting Supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other Supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....# Edit Business Documents in Java by Loading in HTML Save Back...within any Java based application. GroupDocs.Editor for Java is a powerful...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  3. Add text or image watermark | GroupDocs

    This article shows how to add watermark and save resultant document. It is capable to add watermark to image or documents....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/add-text-or-i...
  4. GroupDocs.Parser Product Family on GroupDocs Bl...

    Groupdocs.Parser Product Family on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Parser Product Family on Groupdocs Blog | Document Automatio......GroupDocs.Parser Product Family on GroupDocs Blog | Document...for .NET & Java Developers Recent content in GroupDocs.Parser Product...

    blog.groupdocs.com/categories/groupdocs.parser-...
  5. Adding watermark to images inside a document | ...

    This article will help, if you want to add watermark to images inside a document then it can be possible using Groupdocs.Watermark for Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/adding-waterm...
  6. Bubble Chart in Presentation Document | GroupDocs

    Note In this article, we will use Groupdocs.Assembly to generate a Bubble Chart report in Presentation Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft PowerPoint Document Creating a Bubble Chart Please follow below steps to create Bubble Chart in MS PowerPoint 2013: Add a new presentation slide, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  7. GroupDocs.Watermark Product Family on GroupDocs...

    Groupdocs.Watermark Product Family on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Watermark Product Family on Groupdocs Blog | Document Aut......GroupDocs.Watermark Product Family on GroupDocs Blog | Document...for .NET & Java Developers Recent content in GroupDocs.Watermark...

    blog.groupdocs.com/categories/groupdocs.waterma...
  8. Working with slide backgrounds | GroupDocs

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration in Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-i...
  10. Inserting Chart Axis Title Dynamically in Email...

    Note This feature is Supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a new Email 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 Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/inserting-char...