Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 10,065 for

new

(0.12 sec)
  1. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size....Consulting Blog Knowledge Base New Releases Status Websites aspose...such unused resources using wo new public properties of the boolean...

    docs.groupdocs.com/viewer/python-net/optimizati...
  2. Bug Fixes in GroupDocs.Metadata for .NET v17.10.1

    GroupDocs team is proudly announcing the release of version 17.10.1 of the GroupDocs.Metadata for .NET API. Based on our customer’s feedback provided on our public forums, we have fixed number of bugs in this hotfix release. We recommend you to download or update your applications to use the latest version of the API for a better and smoother experience. Version 17.10.1 of the Metadata Extraction API - Bug Fixes Following are the bug fixes in this New version....Following are the bug fixes in this new version. Presentation format...

    blog.groupdocs.com/metadata/hot-fixes-in-groupd...
  3. .NET HTML Viewer API - Read, View, Render in C#...

    .NET document viewer API to read, render and display HTML in any type of C#, ASP.NET, VB.NET & .NET Core applications....viewer using (Viewer viewer = new Viewer( "sample.html" )) { //...options ViewOptions viewOptions = new PngViewOptions(); // Convert...

    products.groupdocs.com/viewer/net/html/
  4. “Merge PPTX Presentations in Node.js - GroupDoc...

    “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/
  5. Loading Documents | Documentation

    Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint documents by local file path and stream with GroupDocs.Conversion for Python via .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/conversion/java/developer-gu...
  6. Developer Guide | Documentation

    Explains GroupDocs.Watermark for Python watermark features and shows how to add watermark in the documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/watermark/python-net/develop...
  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. Annotated document can be downloaded using Grou...

    Keeping customers feedback in view, we are pleased to announce a New version of GroupDocs.Annotation for Java 17.10.1. This release comes with number of bug fixes. The main fix introduced in this release is exception on adding annotation. We recommend you to download this latest release for a better API experience. Java Annotation API v17.10.1 - Fixes SaveAnnotationTextResult is not serialize-able Exception is generated while downloading annotated pdf document Not able to add annotations at all Cannot annotate images Exception generated while importing annotation from diagram AnnotationImageHandler....we are pleased to announce a new version of GroupDocs.Annotation...

    blog.groupdocs.com/annotation/bug-fixes-in-java...
  9. Working with Metadata using Regular Expression ...

    A New update for Java users! We are announcing a number of enhancements in the monthly release of GroupDocs.Metadata for Java 18.5. The latest version allows you to search and replace metadata using a regular expression, read DublinCore metadata using a unified approach, and edit ZIP archive comments. Furthermore, memory consumption is now reduced for ZIP, torrent, and EPUB file formats. We recommend you to install the latest version of API for a better experience....A new update for Java users! We are announcing a number of enhancements...

    blog.groupdocs.com/metadata/working-with-regula...
  10. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/extract-metadata...