Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 6,465 for

file format

(0.06 sec)
  1. Document Splitting in Java | PDF Document Splitter

    Learn how to split PDF into separate Files in Java. Explore the features of GroupDocs.Merger Cloud SDK for Java and split PDFs using page numbers or ranges....Splitting - Split PDF into Multiple Files in Java. Are you looking for...PDF documents into separate files in your Java applications? With...

    blog.groupdocs.cloud/merger/java-document-split...
  2. Get Document Information | Documentation

    This REST API allows obtaining basic inFormation about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document File extension; Document size in bytes; Document File Format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Document file extension; Document size in bytes; Document file format;...Password|The password to open file|It should be specified only...

    docs.groupdocs.cloud/watermark/get-document-inf...
  3. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Automation REST APIs | GroupDocs Cloud...Viewer is a multi-format document viewer designed based...GroupDocs.Viewer is a multi-format HTML5-based document viewer...

    blog.groupdocs.cloud/groupdocs.cloud/page/46/
  4. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Annotation Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....{ // retrieve supported file-formats var request = new group...while calling API: {0} " . format ( e . message )) Ruby # Load...

    docs.groupdocs.cloud/annotation/working-with-st...
  5. C# QR Code Generator | How to Create QR Code in...

    Discover *how to generate QR codes with logos using C# QR Code Generator REST API*. Enhance brand recognition, aesthetics, and trust while personalizing your QR codes....Logo Step 5: Download Output file Frequently Asked Questions Step.... Upload all files one by one using Upload File API from the...

    blog.groupdocs.cloud/signature/generate-qr-code...
  6. 9. Convert Wordprocessing Document with Load Op...

    This example demonstrates how to convert Wordsprocessing 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....docx', 'Format': 'pdf', 'LoadOptions': { ...cloud/v2.0/conversion/storage/file/Output/with_tracked_changes...

    docs.groupdocs.cloud/conversion/convert-wordpro...
  7. 7. Convert Spreadsheet Document with Load Optio...

    This example demonstrates how to convert Spreadsheet 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....xlsx', 'Format': 'pdf', 'LoadOptions': { 'HideComments':...cloud/v2.0/conversion/storage/file/Output/sample.pdf" } ] SDK examples...

    docs.groupdocs.cloud/conversion/convert-spreads...
  8. 8. Convert TXT Document with Load Options | Doc...

    This example demonstrates how to convert txt 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....txt', 'Format': 'pdf', 'LoadOptions': { 'Encoding':...cloud/v2.0/conversion/storage/file/Output/sample.pdf" } ] SDK examples...

    docs.groupdocs.cloud/conversion/convert-txt-doc...
  9. 在 .NET 中将 PDF 转换为 HTML | PDF 转网页转换器

    如何使用 .NET API 将 PDF 转换为 HTML。逐步指南,包括代码示例、cURL 命令和 SEO 友好的提示,以实现准确的 PDF 到网页转换。...文件上传到云存储: using (var fileStream = File.OpenRead("sample.pdf")) { var...{ FilePath = "sample.pdf", Format = "html", OutputPath = "converted/resultant...

    blog.groupdocs.cloud/zh/conversion/pdf-to-html-...
  10. 将 PDF 转换为 Word 在 Node.js 中 | 在线 PDF 转 DOCX 或 DOC

    学习如何使用 Node.js API 将 PDF 转换为可编辑的 Word 格式 (DOC/DOCX)。轻松在线将 PDF 内容导出到 Microsoft Word 文档中。...format = "docx"; settings.outputPath...Input file path settings.format = "docx"; // Output format settings...

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