Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 6,800 for

file format

(0.12 sec)
  1. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of May 2017 describes APIs updates, major feature enhancements and bug fixes within GroupDocs documents manipulation APIs....Microsoft Office, PDF and Image File Formats without any Software or...popular business document formats including PDF, Word, Excel...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  2. Groupdocs - Document to HTML conversion showing...

    Hi, We are using GroupDocs HTML to Word converter and recently we started noticing issue on the document showing the text box. HTML text: Each sentence is enclosed inside paragraph html tag. Since forum doesn’t allow u…...format=docx&fromPage=1 sergei.terentev...else? Yes, it has to be the formatted text without the text box...

    forum.groupdocs.cloud/t/groupdocs-document-to-h...
  3. Classify Your Text using GroupDocs.Classificati...

    Classification of text is also known as text categorization. Text classifiers can be used to establish, structure, and categorize almost anything in the text....Documents Portable Document Format: PDF Microsoft Word: DOC, DOCX...OpenDocument Formats: ODT, OTT Rich Text Format: RTF Plain Text...

    blog.groupdocs.cloud/classification/classify-yo...
  4. GroupDocs.cloud Holidays Offer – Get 25% off Gr...

    Sign Documents (over 20+ supported Formats) with different siganture types Text Signatures with various Format, styles and appearance ,Image Signatures, Digital Signatures Barcode Signatures QRCode Signatures using GroupDocs.Signature Cloud SDK for Python....documents (over 20+ document formats) with different signature types...Text Signatures with various format, Image Signatures, Digital...

    blog.groupdocs.cloud/signature/14009/
  5. merger.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/merger/available-sdks/ weekly 0.5 https://docs.groupdocs.cloud/merger/change-page......cloud/merger/get-supported-file-formats/ weekly 0.5 https://docs...cloud/merger/join-document-cross-format/ weekly 0.5 https://docs.groupdocs...

    docs.groupdocs.cloud/sitemaps/merger.xml
  6. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "FileInfo": { "FilePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "Format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version FileInfo Input File inFormation size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted..."text" : "123456789012" , "format" : null , "signatureType" :...Description API Version fileInfo Input file information size The size of...

    docs.groupdocs.cloud/signature/deleteresult/
  7. Gateway timeout while converting msg to pdf - F...

    Hi there! I’ve an issue with converting MSG to PDF. I’ve the following code, which is in essence the same as in the tutorial.s const uploadPath = `UploadedDocs/${FileName}`; this.logger.log(`Uploading msg File …...log(`Uploading msg file to convert. uploadPath: ${uploadPath}`);...uploadFile(uploadRequest); this.logger.log('File uploaded to groupdocs. Submitting...

    forum.groupdocs.cloud/t/gateway-timeout-while-c...
  8. Combine PNG Files in Java

    Combine PNG Files in Java programmatically. GroupDocs.Merger offers enterprise-level REST APIs and Cloud SDKs to seamlessly combine PNG Files into one....programmatically combine PNG files into one large file without overlapping...making an API call to join PNG files . So, let’s start this guide...

    blog.groupdocs.cloud/merger/combine-png-files-i...
  9. Edit PPTX Online using an Online PPT Editor

    Edit PPTX online using an enterprise-level online PPT editor. GroupDocs.Editor provides a browser-based powerpoint editing software to edit PPT/PPTX online....create and manipulate PPT/PPTX files programmatically. You can find...in action and edit a PPT/PPTX file online . Therefore, please go...

    blog.groupdocs.cloud/editor/edit-pptx-online-us...
  10. 使用 C-Sharp .NET 将 PDF 转换为可编辑的 DOC

    GroupDocs.Conversion C# .NET API 提供了一种在线将 PDF 转换和更改为 Word 文件的简便方法。本文介绍如何在 C# 中将 PDF 转换为 Word。...首先,使用以下任一方式将PDF文档上传至云端: 使用 仪表板 使用 Upload File API 从浏览器上传源文件 使用下面给出的代码示例以编程方式上传:...CSharp { // 上传示例文件 class Upload_File { static void Main(string[]...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...