Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 539 for

pdf to gif

(0.11 sec)
  1. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API To create, verify, search, update and delete different type of Signatures objects To documents in the cloud by performing a wide variety of signature options you can wish To put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability To align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for Pdf only) with a lot of additional settings, appearance options and alignment properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Document or separate pages (for PDF only) with a lot of additional...adding all Signature types for PDF documents Support adding signature(except...

    docs.groupdocs.cloud/signature/overview/
  2. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of June 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....watermark placement and removal in PDF, Images, Microsoft Office and...Visio, PDF, raster images multi-page TIFF and animated GIF formats...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  3. Supported Document Formats | Documentation

    The following table contains a full list of file formats that are currently supported by GroupDocs.Metadata Cloud. Format Description Load Save Remarks DOC Microsoft Word 97 - 2007 Document. ✔ ✔ *.doc versions starting from Microsoft Word 95 DOT Microsoft Word 97 - 2007 Template. ✔ ✔ DOCX Office Open XML WordprocessingML Document (macro-free). ✔ ✔ DOCM Office Open XML WordprocessingML Macro-Enabled Document. ✔ ✔ DOTX Office Open XML WordprocessingML Template (macro-free)....document as PDF (Adobe Portable Document) format. ✔ ✔ *.pdf versions...versions starting from PDF version 1.2 Saves the document in the IDPF...

    docs.groupdocs.cloud/metadata/supported-documen...
  4. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API To create, verify and search different type of Signatures objects in all common business formats, including Pdf, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....business formats, including PDF, Microsoft Word, Excel, PowerPoint..."formats" : [ { "extension" : ".pdf" , "fileFormat" : "Portable Document...

    docs.groupdocs.cloud/signature/get-supported-fi...
  5. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image formats: PNG, Gif, TIFF, JPG. You may upload the desired image To the STorage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....various image formats: PNG, GIF, TIFF, JPG. You may upload the...PdfOptions Specific options for PDF documents. WatermarkDetails.ImageOptions...

    docs.groupdocs.cloud/watermark/add-watermarks/
  6. GroupDocs.Clouds

    GroupDocs.Clouds - Document AuTomation REST APIs | GroupDocs Cloud...Annotate Image File Formats (GIF, TIFF, JPEG, BMP) in .NET applications...NET 17.1.0 provides support to GIF, TIFF, BMP and JPEG with all...

    blog.groupdocs.cloud/groupdocs.cloud/page/44/
  7. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API To create, verify and search different type of Signatures objects in all common business formats, including Pdf, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....business formats, including PDF, Microsoft Word, Excel, PowerPoint...Document Format" , "extension" : ".pdf" }, { "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/signature/supported-file-f...
  8. 如何在 Python 中将 PDF 文件转换为 HTML

    在线 Pdf 到 HTML 转换器将 Pdf 转换为单页网站。本文介绍如何在 Python 中将 Pdf 文件转换为 HTML。...Polski PDF 是当今最常用的文件格式之一,可提供跨平台支持。但是很难链接到 PDF 文档中的特定页面,而且 PDF 文件也不容易在社交网络上共享。您可以将...文件也不容易在社交网络上共享。您可以将 PDF 文档的外观保持为可以快速操作的 HTML 格式。在本文中,我们将学习如何在 Python...

    blog.groupdocs.cloud/zh/conversion/how-to-conve...
  9. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods To apply Text and Figure based annotations To documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....gif" , "fileFormat" : "Image files"...files" }, { "extension" : ".pdf" , "fileFormat" : "Portable Document...

    docs.groupdocs.cloud/annotation/get-supported-f...
  10. 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....pages to be converted usePdf Use pdf as intermediate format watermarkOptions...pages to be converted usePdf Use pdf as intermediate format { "format"...

    docs.groupdocs.cloud/conversion/convertoptions/