Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 380 for

pdf to bmp

(0.05 sec)
  1. 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...
  2. 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/
  3. Supported Document Formats | Documentation

    All document and image formats supported by GroupDocs.Viewer Cloud V2....Render as PNG / JPG Render as PDF Remarks MicroStation Design File...Render as PNG / JPG Render as PDF Remarks Microsoft Visio 2010...

    docs.groupdocs.cloud/viewer/supported-document-...
  4. Tags

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....NET html to pdf converter 1 .NET HTML to XPS...Excel Document 1 Add Password to PDF Document 1 add password to PowerPoint...

    blog.groupdocs.cloud/tags/
  5. Tags

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....NET html to pdf converter 1 .NET HTML to XPS...Excel Document 1 Add Password to PDF Document 1 add password to PowerPoint...

    blog.groupdocs.cloud/zh-hant/tags/
  6. GroupDocs Cloud Blog on Document Automation RES...

    GroupDocs Cloud Blog on Document AuTomation REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document AuTomation REST APIs | GroupDocs Cloud Compare Word Documents Online with ...... Merge PDF Documents Online with C# .NET | Easy PDF Merger Guide...Guide Learn how to merge PDF documents in C# .NET. Step-by-step...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  7. Document Automation REST APIs | GroupDocs Cloud

    Document AuTomation REST APIs | GroupDocs Cloud Recent content on Document AuTomation REST APIs | GroupDocs Cloud Compare Word Documents Online with C# .NET | DOCX File Comparison How To compare Wo...... Merge PDF Documents Online with C# .NET | Easy PDF Merger Guide...Guide Learn how to merge PDF documents in C# .NET. Step-by-step...

    blog.groupdocs.cloud/index.xml
  8. 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...
  9. Archive

    archives...min Merge PDF Documents Online with C# .NET | Easy PDF Merger Guide...Shahbaz · 3 min Convert MPP to PDF using .NET REST API – Export...

    blog.groupdocs.cloud/archives/
  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/