Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 187 for

gif to tiff

(0.03 sec)
  1. PDF Viewer Plugin for WordPress Officially Rele...

    GroupDocs has officially released a PDF viewer plugin for WordPress. It allows users To seamlessly embed and display PDF documents on WordPress websites!...Image files (JPG, BMP, GIF, PNG, TIFF) How Do I Install The Plugin...

    blog.groupdocs.cloud/viewer/announcing-pdf-view...
  2. Online PDF, Office & Image Files Annotation API...

    Add document annotation functionality To your Concrete5 website: view, annotate & share PDF, Word, Excel, PowerPoint, images straight on your site....and raster images (TIFF, JPEG, PNG, BMP, GIF). In total, GroupDocs...

    blog.groupdocs.cloud/annotation/annotate-pdf-wo...
  3. DNN (DotNetNuke) PDF Viewer Module by GroupDocs

    GroupDocs released its document viewer module for DotNetNuke. Using the module, you can embed and view PDF and Office documents right on your DNN web-pages....XPS Image files: BMP, GIF, JPG, PNG, TIFF Electronic publication:...

    blog.groupdocs.cloud/viewer/online-document-vie...
  4. Supported Document Formats | Documentation

    This page is a reference for all document and image formats supported by GroupDocs.Signature Cloud V2 Image Formats Format File Extension Signature Bitmap Picture (BMP) BMP ✔ Computer Graphics Metafile CGM ✔ CorelDraw Image CDR ✔ Corel Exchange image CMX ✔ Digital Imaging and Communications in Medicine (DICOM) DCM ✔ Deja Vu (DjVu) DJVU ✔ Digital Negative Specification DNG ✔ Windows Enhanced Metafile (EMF) EMF ✔ Encapsulated PostScript EPS ✔ Graphics Interchange Format (Gif) Gif ✔ Windows Icon ICO ✔ JPEG 2000 (JP2) JP2, JPF, JPX, J2K, J2C, JPM ✔ Joint PhoTographic Experts Group (JPEG) JPG, JPEG ✔ Open Document Graphic ODG ✔ Printer Command Language PCL ✔ Portable Network Graphics (PNG) PNG ✔ PostScript (PS) PS ✔ Adobe PhoToshop Document (PSD) PSD ✔ Scalable VecTor Graphics (SVG) SVG ✔ Tagged Image File Format (Tiff) TIF, Tiff ✔ WebP Image WEBP ✔ Windows Metafile (WMF) WMF ✔ PDF Formats Format File Extension Signature Adobe Portable Document Format (PDF) PDF ✔ Presentation Formats Format File Extension Signature OpenDocument Presentation ODP ✔ OpenDocument Presentation Template OTP ✔ Microsoft PowerPoint Macro-Enabled Template POTM ✔ Microsoft PowerPoint Template POTX ✔ Microsoft PowerPoint 97-2003 Slide Show PPS ✔ Microsoft PowerPoint Macro-Enabled Slide Show PPSM ✔ Microsoft PowerPoint Slide Show PPSX ✔ Microsoft PowerPoint 97-2003 Presentation PPT ✔ Microsoft PowerPoint Macro-Enabled Presentation PPTM ✔ Microsoft PowerPoint Presentation PPTX ✔ Spreadsheet Formats Format File Extension Signature Comma Separated Values File CSV ✔ OpenDocument Spreadsheet ODS ✔ OpenDocument Spreadsheet Template OTS ✔ Tab Separated Values File TSV ✔ Microsoft Excel 97-2003 Worksheet XLS ✔ Microsoft Excel Binary Worksheet XLSB ✔ Microsoft Excel Macro-Enabled Worksheet XLSM ✔ Microsoft Excel Worksheet XLSX ✔ Word Processing Formats Format File Extension Signature Microsoft Word 97-2003 Document DOC ✔ Microsoft Word Macro-Enabled Document DOCM ✔ Microsoft Word Document DOCX ✔ Microsoft Word 97-2003 Template DOT ✔ Microsoft Word Macro-Enabled Template DOTM ✔ Microsoft Word Template DOTX ✔ OpenDocument Text ODT ✔ OpenDocument Text Template OTT ✔ Rich Text Document RTF ✔ Plain Text Document TXT ✔...Graphics Interchange Format (GIF) ✔ Windows Icon ✔ JPEG 2000 (JP2)...✔ Tagged Image File Format (TIFF) , ✔ WebP Image ✔ Windows Metafile...

    docs.groupdocs.cloud/signature/supported-docume...
  5. 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": "....tiff" , "fileFormat" : "Image files"...files" }, { "extension" : ".gif" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/annotation/get-supported-f...
  6. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks To the document. With this API you can add image watermarks with the following features: 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; There are many watermark positioning and transforming properties; There are format-specific options. These options allow To leverage specific format features and often allow To make watermarks stronger; For protected documents, it is required To provide the password....various image formats: PNG, GIF, TIFF, JPG. You may upload the desired...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  7. Get All Supported Conversion Formats - introduc...

    Introduction of PHP SDK Stamp Signature and Search Signature along with support of Image File Formats in GroupDocs.Signature Cloud 18.5...format (JPEG, PNG, BMP, GIF, multi frames TIFF) Implemented Stamp...

    blog.groupdocs.cloud/signature/groupdocs.signat...
  8. GroupDocs.Clouds on Document Automation REST AP...

    GroupDocs.Clouds on Document AuTomation REST APIs | GroupDocs Cloud Recent content in GroupDocs.Clouds on Document AuTomation REST APIs | GroupDocs Cloud Extract Images from PowerPoint in Node.js |...... Convert GIF to JPG in Node.js - File Conversion...post teaches you how to convert GIF to JPG in Node.js programmatically...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  9. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of April 2017 describes APIs updates, major feature enhancements and bug fixes within GroupDocs documents manipulation APIs....API now provides support to GIF, TIFF, BMP and JPEG with all major...

    blog.groupdocs.cloud/total/groupdocs-developer-...
  10. 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": "....gif" , "fileFormat" : "Image files"...files" }, { "extension" : ".tiff" , "fileFormat" : "Image files"...

    docs.groupdocs.cloud/signature/get-supported-fi...