Sort Score
Result 10 results
Languages All
Labels All
Results 6,421 - 6,430 of 8,886 for

doc

(0.08 sec)
  1. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all Document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/viewoptions/
  2. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p1.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/storage/file/viewer/words/Docx/four-pages_Docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p2.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/storage/file/viewer/words/Docx/four-pages_Docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p3.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/storage/file/viewer/words/Docx/four-pages_Docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/Docx/four-pages_Docx/p4.html", "downloadUrl": "https://api.groupDocs.cloud/v2.0/viewer/storage/file/viewer/words/Docx/four-pages_Docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of Document pages page....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/viewresult/
  3. Extract Metadata By Property Name | Documentation

    This REST API allows to extract metadata properties from the Document choosing the properties to extract by name. cURL example The following example demonstrates how to extract metadata information from all properties that have “Date” string in names. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  4. JavaでWord文書をHTMLファイルに変換

    Java GroupDocs API を使用して、Word DocX ファイルを HTML ファイルに自動的に変換します。この記事では、REST API を使用して Java で Word ファイルを HTML に変換する方法について説明します。...HTMLに変換する方法 Java 開発者は、 Word DOC ファイルを HTML に変換する必要がある場合があります...REST API と SDK のインストール # Word DOC ファイルを HTML ページに変換するには、GroupDocs...

    blog.groupdocs.cloud/ja/conversion/convert-word...
  5. GroupDocs.Editor Cloud Product Family

    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....क्लाउड पर प्रोग्रामेटिक रूप से DOC या DOCX फ़ाइलों की सामग्री को...

    blog.groupdocs.cloud/hi/categories/groupdocs.ed...
  6. GroupDocs.Conversion Cloud Product Family

    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....documento PDF in documento Word (DOC o DOCX) in modo programmatico...

    blog.groupdocs.cloud/it/categories/groupdocs.co...
  7. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...में, आप अपने Word दस्तावेज़ों (DOC या OCX) को ब्राउज़र समर्थित क्लाउड...

    blog.groupdocs.cloud/hi/groupdocs.cloud/page/20/
  8. Kết xuất tài liệu sang HTML5 bằng API REST tron...

    GroupDocs.Merger Cloud là một giải pháp API REST độc lập với nền tảng để tham gia nhiều tài liệu và thao tác cấu trúc tài liệu đơn lẻ trên nhiều loại tài liệu...tệp sau: Định dạng Sự miêu tả DOC Tài liệu Microsoft Word DOCX...

    blog.groupdocs.cloud/vi/merger/groupdocs-merger...
  9. ماژول نمایش PDF DNN (DotNetNuke) توسط GroupDocs

    GroupDocs ماژول نمایش اسناد خود را برای DotNetNuke منتشر کرد. با استفاده از ماژول، می توانید اسناد PDF و Office را مستقیماً در صفحات وب DNN خود جاسازی و مشاهده کنید....جمله: فرمت های پردازش کلمه: DOC، DOCX، DOCM، DOT، DOTX، DOTM،...

    blog.groupdocs.cloud/fa/viewer/online-document-...
  10. ZIP File Structure | Documentation

    Note Note: The features listed in this Page are supported only in GroupDocs.Viewer Cloud V1 Page contains description about structure and naming of ZIP files. ZIP File Naming All ZIP files returned by the API follows same naming convention. File name consists of three parts where first is string “viewer-download-”, second is combined date and time in UTC presented in ISO_8601 format and third is extension “.zip”. Example ZIP file name template viewer-download-yyyyMMddTHHmmssZ....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/zip-file-structure/