Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 4,644 for

values

(0.09 sec)
  1. Load specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for Python via .NET.... OTP , } for name , format_value in formats_needing_specification...print ( f " { name } : { format_value } " ) Error handling when loading...

    docs.groupdocs.com/parser/python-net/load-speci...
  2. 使用 C# 管理 HEIF HEIC 图像的 XMP 和 EXIF 数据

    使用 C# 管理 HEIF、HEIC 图像的 XMP 和 EXIF 数据。使用 .NET 应用程序中的元数据自动化 API 读取、更新、删除 EXIF 和 XMP 数据。...Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/zh/metadata/manage-xmp-and-e...
  3. Quản lý dữ liệu XMP và EXIF của hình ảnh HEIF H...

    Quản lý dữ liệu XMP và EXIF của ảnh HEIF, HEIC bằng C#. Đọc, cập nhật, xóa dữ liệu EXIF và XMP bằng API tự động hóa siêu dữ liệu trong các ứng dụng .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/vi/metadata/manage-xmp-and-e...
  4. נהל נתוני XMP ו-EXIF של תמונות HEIF HEIC באמצעו...

    נהל נתוני XMP ו-EXIF של תמונות HEIF, HEIC באמצעות C#. קרא, עדכן, הסר נתוני EXIF ו-XMP באמצעות Metadata Automation API בתוך יישומי NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/he/metadata/manage-xmp-and-e...
  5. Gestisci i dati XMP ed EXIF delle immagini HEIF...

    Gestisci i dati XMP ed EXIF di immagini HEIF e HEIC utilizzando C#. Leggi, aggiorna, rimuovi i dati EXIF e XMP utilizzando l'API di automazione dei metadati all'interno delle applicazioni .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/it/metadata/manage-xmp-and-e...
  6. مدیریت داده های XMP و EXIF تصاویر HEIF HEIC با ...

    داده های XMP و EXIF تصاویر HEIF، HEIC را با استفاده از C# مدیریت کنید. خواندن، به‌روزرسانی، حذف داده‌های EXIF و XMP با استفاده از API اتوماسیون ابرداده در برنامه‌های NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/fa/metadata/manage-xmp-and-e...
  7. How to perform Callbacks with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other 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) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....type='text', name='client\_id' value="{{@userId}}" /> <br /> <label...type='text', name='private\_key' value="{{@privateKey}}" /> <br />...

    blog.groupdocs.com/total/how-to-perform-callbac...
  8. Adding Ellipse Annotation in a PDF Document

    GroupDocs.Annotation API GroupDocs.Annotation comes with an extensive set of tools that you can use to easily add common shapes to your documents as an annotation. The list of tools is not limited to area, point, text, polyline, etc. In this section, we will primarily discuss how the Ellipse annotation could be added in a PDF document by using GroupDocs.Annotation API. Adding Ellipse Annotation While discussing the family of annotation types, we cannot ignore ellipse annotation....type of the annotation: Fixed value_AnnotationType.Ellipse_ is always...

    blog.groupdocs.com/annotation/adding-ellipse-an...
  9. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for .NET API....message when saving (Default value is true) Specifies the timeout...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/load-email-do...
  10. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...