Sort Score
Result 10 results
Languages All
Labels All
Results 2,501 - 2,510 of 4,632 for

as

(0.06 sec)
  1. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such As VDX, VSDX, VSX, etc. For the full list of supported document formats pleAse refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage.

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Add watermarks to spreadsheet documents | Group...

    GroupDocs.Watermark provides an eAsy way to add watermark to the worksheets of any Excel document....GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document.

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Add watermarks to spreadsheet documents | Group...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an eAsy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet.

    docs.groupdocs.com/watermark/java/add-watermark...
  4. GroupDocs.Viewer for .NET 25.8 – Latest Updates...

    Explore what’s new in GroupDocs.Viewer for .NET 25.8. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Viewer for .NET 25.8. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. Implement Link Annotation in PDF Documents

    You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the pAssage of time we’ll introduce more annotations. Currently, Link Annotation is supported for PDF, Slides and Word documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced As well. Previously, GetPdfFile method wAs not processing pAssword protected documents....You might be wondering if there would be more annotation types. The wait is over, we’ve introduced Link Annotation in GroupDocs.Annotation for .NET 19.4. With the passage of time we’ll introduce more annotations. Currently, Link Annotation is supported for PDF, Slides and Word documents only. Let’s see the minimal set of fields required for Link Annotation. There is one improvement and few bug fixes introduced as well. Previously, GetPdfFile method was not processing password protected documents.

    blog.groupdocs.com/annotation/implement-link-an...
  6. 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....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.

    blog.groupdocs.com/signature/groupdocs.signatur...
  7. 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....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.

    blog.groupdocs.com/signature/groupdocs-signatur...
  8. 使用 C# 管理 HEIF HEIC 图像的 XMP 和 EXIF 数据

    使用 C# 管理 HEIF、HEIC 图像的 XMP 和 EXIF 数据。使用 .NET 应用程序中的元数据自动化 API 读取、更新、删除 EXIF 和 XMP 数据。...使用 C# 管理 HEIF、HEIC 图像的 XMP 和 EXIF 数据。使用 .NET 应用程序中的元数据自动化 API 读取、更新、删除 EXIF 和 XMP 数据。

    blog.groupdocs.com/zh/metadata/manage-xmp-and-e...
  9. How to Convert Files with GroupDocs PHP SDK

    This article explains the bAsics of using PHP SDK clAsses and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github.

    blog.groupdocs.com/conversion/how-to-convert-fi...
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such As PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats pleAse refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage.

    docs.groupdocs.com/metadata/java/working-with-m...