Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 10,655 for

new

(0.21 sec)
  1. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . HyperlinksPdf...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  2. Scatter Chart in Spreadsheet Document | Documen...

    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 | Document...

    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. Numbered List in Presentation Document | Docume...

    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-...
  5. Working with metadata in PNG images | Documenta...

    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...
  6. Handling MPEG audio metadata | Documentation

    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-...
  7. Features Overview | Documentation

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Consulting Blog Knowledge Base New Releases Status Websites aspose...Redaction product creates a new PDF file and adds raster images...

    docs.groupdocs.com/redaction/java/features-over...
  8. Licensing and evaluation | Documentation

    GroupDocs.Merger for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Consulting Blog Knowledge Base New Releases Status Websites aspose...lic file" ; const license = new groupdocs . merger . License...

    docs.groupdocs.com/merger/nodejs-java/licensing...
  9. Licensing and evaluation | Documentation

    GroupDocs.Viewer for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Consulting Blog Knowledge Base New Releases Status Websites aspose...lic file" ; const license = new groupdocs . viewer . License...

    docs.groupdocs.com/viewer/nodejs-java/licensing...
  10. InvalidOperationException: Unexpected end of st...

    Hello, One of our customers has experienced the following exception once: System.InvalidOperationException: Unexpected end of stream. at .() at .(Stream ) at GroupDocs.Search.Common.ExtractedData.Deserialize(B…...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/invalidoperationexception...