Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 4,646 for

values

(0.16 sec)
  1. How to use custom cache implementation | GroupDocs

    Follow this guide and learn how to implement custom cache implementation when document with GroupDocs.Conversion for .NET API....TryGetValue ( string key , out object value ) { var prefixedKey = GetPrefixedKey...redisValue ); value = data ; return true ; } value = default ;...

    docs.groupdocs.com/conversion/net/how-to-use-cu...
  2. Tiling Watermarks Python: 7 Contoh untuk Melind...

    Kuasi watermark tiling Python dengan 7 contoh praktis. Pelajari cara menambahkan, membuat, dan menyesuaikan watermark untuk keamanan dokumen, menghapus watermark, dan melindungi file menggunakan API GroupDocs.Watermark untuk perlindungan konten perusahaan.... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/id/watermark/tiling-watermar...
  3. Повторювані водяні знаки на Python: 7 прикладів...

    Оволодійте повторюваними водяними знаками на Python за допомогою 7 практичних прикладів. Дізнайтеся, як додавати, створювати та налаштовувати водяні знаки для безпеки документів, видаляти водяні знаки та захищати файли за допомогою GroupDocs.Watermark API для захисту корпоративного контенту.... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/uk/watermark/tiling-watermar...
  4. How to Use Swagger UI to Test GroupDocs REST API

    The GroupDocs APIs are designed to be REST compliant so that they are familiar and easy to use. This post looks at how to use Swagger to test the GroupDocs APIs. Before showing you how to run a test, it explains Swagger and REST, and why we use them. Why we use Swagger and REST Swagger is a specification and a framework for building interactive API documentation and sandboxes, and to generate the code of an API client....columns – parameter, value and description. The value field indicates...indicates which type of value it should be and if it is necessary or...

    blog.groupdocs.com/total/how-to-use-swagger-ui-...
  5. Scansiona codice a barre online | Scansione di ...

    Scansiona i codici a barre online. Scansiona le immagini del codice a barre e scansiona usando la fotocamera. Discuteremo anche su come scansionare a livello di codice i codici a barre usando C# e Java....CodeTypeName +" Value: " + barcode.Value); } } Puoi ottenere...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/it/parser/scan-barcode-online/
  6. واترمارک های تکراری پایتون: ۷ مثال برای محافظت ...

    تسلط بر واترمارک‌های تکراری پایتون با ۷ مثال عملی. یاد بگیرید چگونه واترمارک‌ها را اضافه، ایجاد و سفارشی کنید، واترمارک‌ها را حذف کنید و فایل‌ها را با استفاده از API GroupDocs.Watermark برای حفاظت از محتوای سازمانی محافظت کنید.... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/fa/watermark/tiling-watermar...
  7. Working with HTML resources | GroupDocs

    This article describes capabilities of GroupDocs.Editor while working with HTML resources, which are an integral part of HTML document...recognized, returns a NULL value. So, if user has a filename...interface on success or NULL value on failure. This method analyzes...

    docs.groupdocs.com/editor/net/working-with-html...
  8. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer Java API.... The default value is false . The following code...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  9. Kelola Data XMP dan EXIF Gambar HEIF HEIC mengg...

    Kelola data XMP dan EXIF dari gambar HEIF, HEIC menggunakan C#. Baca, perbarui, hapus data EXIF dan XMP menggunakan Metadata automation API dalam aplikasi .NET....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/id/metadata/manage-xmp-and-e...
  10. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....{:your_attribute => “your attribute value”}. The Starting Point # Before...file and write data as "key: value" to it outFile = File.new("signed"...

    blog.groupdocs.com/signature/working-with-group...