Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 6,110 for

file format

(0.08 sec)
  1. Convert Excel Spreadsheets to PDF in Python | X...

    Convert Excel spreadsheets to PDF Files using Python. Python SDK allows converting XLS, XLSX Files to PDF with specific range, gridlines, and other options....Spreadsheets (XLS, XLSX) to PDF format in Python. Excel spreadsheets...of the most commonly used formats and famous for its portability...

    blog.groupdocs.cloud/conversion/convert-excel-s...
  2. Next Generation GroupDocs.Conversion Cloud is C...

    GroupDocs.Conversion for Cloud REST API will support converting over 50 documents and image Formats to Words, Cells, Html, PDF, Slides and Image Formats....into another document or image format, watermarking, options to set...over 50 documents and image formats to Words, Cells, Html, PDF...

    blog.groupdocs.cloud/conversion/next-generation...
  3. How to Convert PDF to Editable Word Document wi...

    Convert PDF to editable Word document with Python Cloud SDK for document conversion on any platform without depending on third-party tools or applications....documents of any supported file format . It offers the SDKs for...where you’re saving your script file. Sample Python Code for Conversion...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. Word to HTML | DOC to HTML Online | DOCX to HTM...

    使用 GroupDocs.Conversion Cloud SDK for Node.js 将 Word 文档转换为 HTML。了解如何使用 Node.js 将 DOC、DOCX 文件转换为 web 友好的 HTML。...format = "html"; settings.outputPath...convertDocument(request); console.log("File converted to HTML successfully...

    blog.groupdocs.cloud/zh/conversion/convert-doc-...
  5. System.OutOfMemoryException coverting HTML to D...

    Hi, I am getting System.OutOfMemoryException exception randomly when I try to convert a HTML document to DOC. This is the API I am using https://api.groupdocs.cloud/v2.0/conversion?Format=docx&fromPage=1...format=docx&fromPage=1 mayurkhadke...inconvenience. We noticed some file conversion consumed memory in...

    forum.groupdocs.cloud/t/system-outofmemoryexcep...
  6. newsletter on Document Automation REST APIs | G...

    newsletter on Document Automation REST APIs | GroupDocs Cloud Recent content in newsletter on Document Automation REST APIs | GroupDocs Cloud GroupDocs ドキュメント操作 API のニュースと更新 - 2017 年 2 月 Aspose Fil......のニュースと更新 - 2017 年 2 月 Aspose File Format API の更新、新機能の発表、拡張機能、修正。 Aspose...

    blog.groupdocs.cloud/ja/tag/newsletter/index.xml
  7. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...html', 'Format': 'pdf', 'LoadOptions': { 'PageNumbering':...cloud/v2.0/conversion/storage/file/Output/sample.pdf" } ] SDK examples...

    docs.groupdocs.cloud/conversion/convert-html-do...
  8. 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....watermark supports various image formats: PNG, GIF, TIFF, JPG. You may...transforming properties; There are format-specific options. These options...

    docs.groupdocs.cloud/watermark/add-watermarks/
  9. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....one', 'Format': 'pdf', 'LoadOptions': { 'DefaultFont':...cloud/v2.0/conversion/storage/file/Output/sample.pdf" } ] SDK examples...

    docs.groupdocs.cloud/conversion/convert-one-not...
  10. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....pptx', 'Format': 'pdf', 'OutputPath': 'Output'...cloud/v2.0/conversion/storage/file/Output/uses-custom-font.pdf"...

    docs.groupdocs.cloud/conversion/convert-using-c...