Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 12,226 for

new

(0.27 sec)
  1. Numbered List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft PowerPoint Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS PowerPoint 2013. Add a New presentation slide. Write a sentence like “We provide support for the following clients:”....Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS PowerPoint 2013. Add a new presentation slide. Write a sentence...

    docs.groupdocs.com/assembly/java/numbered-list-...
  2. Scatter Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Excel Document Creating a Scatter Chart Please follow below steps to create Scatter Chart in MS Excel 2013: Add a New Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....Consulting Blog Knowledge Base New Releases Status Websites aspose...Chart in MS Excel 2013: Add a new Workbook. Click in the workbook...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  3. Bubble Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Excel Document Creating a Bubble Chart Please follow below steps to create a Bubble Chart in MS Excel 2013: Add a New Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....Consulting Blog Knowledge Base New Releases Status Websites aspose...Chart in MS Excel 2013: Add a new Workbook. Click in the workbook...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  4. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = New Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Consulting Blog Knowledge Base New Releases Status Websites aspose...PngReadTextChunks try ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Consulting Blog Knowledge Base New Releases Status Websites aspose...MP3ReadMpegAudioMeta try ( Metadata metadata = new Metadata ( Constants . MP3WithID3V2...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  6. Read DublinCore Information in EPUB File using ...

    Good News for Java users. GroupDocs team is proudly announcing the first release for this year with the support for **EPUB file format’s **metadata operations. Using the GroupDocs.Metadata for Java 18.1, you can now detect EPUB file format and read its metadata and **DublinCore **information. We recommend you to download the latest version for a better experience. Features IntroducedFollowing are the New features introduced in version 18.1. Detecting EPUB Document File Format Getting Metadata in EPUB File Format Getting DublinCore Metadata in EPUB File Format For details about the features supported by the API, please visit Features Overview....Good news for Java users. GroupDocs team is proudly announcing...IntroducedFollowing are the new features introduced in version...

    blog.groupdocs.com/metadata/read-dublincore-inf...
  7. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Consulting Blog Knowledge Base New Releases Status Websites aspose... C# SearchOptions options = new SearchOptions (); // Creating...

    docs.groupdocs.com/search/net/build-search-query/
  8. Introducing Hotfix release of GroupDocs.Signatu...

    We have been improving our APIs to meet the requirements of our customers. Therefore, we are pleased to announce GroupDocs.Signature for Java 18.8. In previous version of the API, there was a issue in output PDF. But now this issue has been fixed in this hotfix, we would recommend you to download this New version of the API to enhance the document e-signing experience. Bug Fixes The output PDF is incorrectly signed Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....recommend you to download this new version of the API to enhance...

    blog.groupdocs.com/signature/groupdocs.signatur...
  9. Monitor Document Conversion Status and Progress...

    With the release of GroupDocs.Conversion for .NET v19.11 you can now monitor document conversion progress and status using C#. There are way many conversions supported by the API, that are listed in the documentation. A New property Listener is added. The document converter listener implementation is used for monitoring conversion status and progress. Have a look at ConverterListener class that implements IConverterListenerinterface Below is the usage Coming to the improvement, MPP to XLS conversion is improved.... A new property Listener is added. The...

    blog.groupdocs.com/conversion/monitor-document-...
  10. Announcing Hotfix release of GroupDocs Signatur...

    This blog post covers the hotfix introduced in GroupDocs.Signature for .NET 18.9.1. In previous version of the API there was a issue while signing PDF with Metadata Signatures. But now this issue has been fixed, we therefore, recommend you to download the New release and enhance document e-signing experience. Bug Fix Exception is thrown while signing PDF with Metadata Signatures Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....recommend you to download the new release and enhance document...

    blog.groupdocs.com/signature/groupdocs-signatur...