Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,069 for

image annotations

(0.28 sec)
  1. Security Update for GroupDocs Cloud Self-Hosted...

    Learn about recent security updates and vulnerability fixes for GroupDocs Cloud self-hosted Docker Images. Customers using self-hosted deployments are encouraged to update to the latest available Images....GroupDocs Cloud Self-Hosted Docker Images Table of Contents Affected...Affected Self-Hosted Docker Images Who Is Affected? Required Action Updated...

    blog.groupdocs.cloud/total/security-updates-sel...
  2. 在 PHP 中使用 REST API 註釋 PDF 文檔 | PDF 註釋 API

    使用 Document Annotation Cloud SDK for PHP 在 PHP 中使用雲上的 REST API 以編程方式註釋 PDF 文檔。使用 PHP 添加多個註釋。...Annotation Cloud 的 PHP SDK API。它允許向...groupdocscloud/groupdocs-annotation-cloud 安裝後,請使用Composers的 autoload...

    blog.groupdocs.cloud/zh-hant/annotation/annotat...
  3. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter.... View, annotate, compare, sign, convert and...the coming weeks. GroupDocs Annotation for .NET 1.2.0 Adds New Features...

    blog.groupdocs.cloud/total/groupdocs-total-net-...
  4. 在 PHP 中使用 REST API 注释 PDF 文档 | PDF 注释 API

    使用 Document Annotation Cloud SDK for PHP 在 PHP 中使用云上的 REST API 以编程方式注释 PDF 文档。使用 PHP 添加多个注释。...Annotation Cloud 的 PHP SDK API。它允许向...groupdocscloud/groupdocs-annotation-cloud 安装后,请使用Composers的 autoload...

    blog.groupdocs.cloud/zh/annotation/annotate-pdf...
  5. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....applications for viewing, annotating, signing, comparing, converting...PowerPoint and PDF files to images, and more. Find out more ....

    blog.groupdocs.cloud/total/welcome-2015-groupdo...
  6. How to Convert Excel to PDF using Java API

    Convert your documents and files using our fast and secure file format REST API in Java. This article is about how to convert Excel to PDF using Java API....text, structuring elements, annotations, and graphics. You can convert...convert your documents and images of any supported file format...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  7. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of Image after conversion height Height of Image after conversion horizontalResolution Desired Image horizontal resolution after conversion....Annotation Product Solution GroupDocs...Width of image after conversion height Height of image after conversion...

    docs.groupdocs.cloud/conversion/convertoptions/
  8. How To Add Visible Digital Signature to PDF in ...

    Hey Tilal, Thanks for reaching out to me, i really appreciate it. I was able to resolve the issue by correcting the storage and paths. But there’s an underlying problem that I am facing right now. I am uploading both th…...Cloud Product Family nodejs-annotate-pdf , nodejs-digital-sign...am uploading both the Seal image and certificate to the storage...

    forum.groupdocs.cloud/t/how-to-add-visible-digi...
  9. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output Image width. Specify Image width in case when you want to change output Image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save Image proportions....Annotation Product Solution GroupDocs...to specify output image width. Specify image width in case when...

    docs.groupdocs.cloud/viewer/imageoptions/
  10. PdfOptions | Documentation

    PdfOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "DocumentOpenPassword": "string", "PermissionsPassword": "string", "Permissions": ["AllowAll", "DenyModification"], "PdfOptimizationOptions": {}, "ImageMaxWidth": 0, "ImageMaxHeight": 0, "ImageWidth": 0, "ImageHeight": 0 } ImageOptions fields Name Description RenderOptions fields PdfOptions inherits all properties of RenderOptions DocumentOpenPassword The password required to open the PDF document PermissionsPassword The password required to change permission settings; Using a permissions password you can restrict printing, modification and data extraction Permissions The array of PDF document permissions....Annotation Product Solution GroupDocs...output image in pixels. (When converting single image to PDF...

    docs.groupdocs.cloud/viewer/pdfoptions/