Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 58,214 for

api

(0.19 sec)
  1. Password Protect PowerPoint Presentations | Loc...

    Add password to PowerPoint presentations. Lock PPT files with password protection using free online app & programmatically using GroupDocs....NET API, you can explore the following links: .NET API Documentation...Java API, you can explore the following links: Java API Documentation...

    blog.groupdocs.com/merger/password-protect-powe...
  2. Convert PPTX to RTF using Node.js

    Explore how to convert PPTX to RTF using Node.js for easy document handling. Our guide shows how to export PPTX to RTF in Node.js, streamlining your workflow....Find Answers by API GroupDocs.Total Product Family GroupDocs...utilizing a high-performance API library that runs via Java. This...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  3. GroupDocs.Conversion for Node.js 25.11 – 最新更新与修...

    探索 GroupDocs.Conversion for Node.js 25.11 的新功能。现在可在 NuGet 和 GroupDocs 网站上获取。...兼容性修复 底层库更新 包 README 更新 文档更新 公共 API 更改 Converter 类 PdfConvertOptions...and introduces a few public API changes. 此发布的新增内容 # 兼容性修复 # [Fix]...

    blog.groupdocs.com/zh/conversion/groupdocs-conv...
  4. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata Api provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata Api provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback The GroupDocs Metadata API provides the feature to read...

    docs.groupdocs.com/metadata/java/working-with-c...
  5. Installation | GroupDocs

    GroupDocs.Merger for Java installation...Upgrade an Order Support Docs API Reference Live Demos Free Support...define GroupDocs.Merger for Java API dependency in your project as...

    docs.groupdocs.com/merger/java/installation/
  6. How to Extract Metadata from PDF using C#

    This tutorial explains the process to extract metadata from PDF using C# with document extraction Api and how to create application to get metadata from PDF in C#....Find Answers by API GroupDocs.Total Product Family GroupDocs...from PDF using C# by using .NET API to extract document data. This...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  7. Assemble External Document Dynamically using Gr...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install the latest version of the Api for better user experience. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....install the latest version of the API for better user experience. Features...in the latest version of the API. An evaluation mark is added...

    blog.groupdocs.com/assembly/assemble-external-d...
  8. Conversion to POTX is supported in GroupDocs.Co...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.12. This release comes with support of new document formats such as POTX and POTM. Multitude of improvements and bug fixes are also introduced in this release. Improvements such as Cells to SVG conversion, Words to Gif and setting up custom font directories are in the list. Moreover, issues like file reading error and saving complete multipage document to single image are resolved....File reading error Does the API supports output HTML styles Performance...metadata using Document Conversion API Saving complete multipage document...

    blog.groupdocs.com/conversion/conversion-potx-f...
  9. Import & Export Introduced in GroupDocs.Annotat...

    At GroupDocs we always tries to improve our products and introduce new feature to provide quality and unique products to our valuable users. By maintaining our tradition we are pleased to announce monthly release of GroupDocs.Annotation for .NET 3.2.1 Api. The latest release of our Document Annotation Api provides new features, Improvement’s and fixes for existing features. GroupDocs.Annotation 3.2.1 included support to import annotations for word and PDF document format for all major annotation types (Highlight Text, Area Annotation, and Strikeout etc) also introducing export of different annotations for Word and PDF document format with all major supported annotations....1 API . The latest release of our Document...Document Annotation API provides new features, Improvement’s...

    blog.groupdocs.com/annotation/import-export-int...
  10. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few Api calls....Find Answers by API GroupDocs.Total Product Family GroupDocs...Word in Java by consuming a few API calls of the document conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...