Sort Score
Result 10 results
Languages All
Labels All
Results 3,281 - 3,290 of 12,327 for

new

(0.04 sec)
  1. Showcases | GroupDocs

    Showcases...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/net/showcases/
  2. Plugins | GroupDocs

    Plugins...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/net/plugins/
  3. Presentation on GroupDocs Blog | Document Autom...

    Presentation on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Presentation on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers......2025年12月 リリースハイライト Explore what’s new in GroupDocs.Parser for .NET...

    blog.groupdocs.com/ja/tag/presentation/index.xml
  4. Using HTML5 Boilerplate Template in Your Web Pr...

    Introduction A few years ago, HTML 5 still wasn’t very well supported by most popular browsers so web sites were created mostly with XHTML or HTML4. I still have a folder on my machine filled with HTML templates for both XTML and HTML 4. Inside of it there are also templates for Newsletters, micro-sites, responsive templates and whatnot. All of them were built by taking code from 2 or 3 different templates and look like Frankenstein’s code monster....Setting up a template for a new project wasn’t the fastest thing...basic template for starting a new web project. It is used by some...

    blog.groupdocs.com/total/using-html5-boilerplat...
  5. Merge PPTX Presentations in Node.js - GroupDocs...

    This article demonstrates how to merge PPTX presentation files in Node.js with simple code examples using the GroupDocs.Merger for Node.js via Java API....first PPTX file const merger = new groupdocs . merger . Merger (...first PPTX file const merger = new groupdocs . merger . Merger (...

    blog.groupdocs.com/merger/merge-pptx-in-nodejs/
  6. Shapes in spreadsheet document | GroupDocs

    Inspect, modify, and remove shapes in Excel documents using Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...replaces their text content with new plain text. import groupdocs...

    docs.groupdocs.com/watermark/python-net/shapes-...
  7. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = New Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Consulting Blog Knowledge Base New Releases Status Websites aspose...MatroskaReadNativeMe try ( Metadata metadata = new Metadata ( Constants . InputMkv...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. basic-example.zip

    basic-example/.dockerignore node_modules groupdocs.comparison/node_modules npm-debug.log* yarn-debug.log* pnpm-debug.log* .git .env .DS_Store logs *.log basic-example/convert-file.js 'use strict'; ......(licensePath) { const license = new groupdocs.License() license.setLicense(path...licensePath)); } // Create a new converter instance and load the...

    docs.groupdocs.com/conversion/nodejs-java/_samp...
  9. Issue with Footnote Number is Resolved

    If you worked with earlier versions of the API, you are probably aware that there was issue in footnote number conversion. A Word document with such footnotes was converted to PDF or any other supported file format successfully but the footnote number order was disturbed. There was one more issue reported in the forum. It was about converting a PowerPoint document with black SmartArt text to PDF. And the SmartArt text in the resultant document was changed to white text....format Lastly, we’ve added a new file format VCF. you can now...

    blog.groupdocs.com/conversion/issue-with-footno...
  10. Add Ellipse Annotation in Multiple Documents

    We are always keen to make our APIs rich in features and enhance usability. When we talk about annotation types. One cannot neglect ellipse annotation. Its a multi purposed annotation type. For instance you can use it to display extra information on your gauge or capture graph hits against a target line. Previously, Ellipse annotation was implemented in .NET version and it seemed very useful. We are pleased to announce that Ellipse annotation is now added in GroupDocs.... Aside new features, we’ve also fixed some...

    blog.groupdocs.com/annotation/add-ellipse-annot...