Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 731 for

resource

(0.04 sec)
  1. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details...."pages" : [ { "number" : 1 , "resources" : null , "path" : "viewe...

    docs.groupdocs.cloud/viewer/render-document-wit...
  2. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs...."pages" : [ { "number" : 1 , "resources" : null , "path" : "viewe...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  3. Kelola Metadata Dokumen menggunakan Java & .NET...

    Tambahkan metadata, edit, hapus & ekstrak metadata dari 50+ format file di Java dan C# menggunakan REST API dan Metadata SDK sumber terbuka untuk Java dan .NET....penjelasannya dapat dilihat pada resource GroupDocs.Metadata Cloud API...

    blog.groupdocs.cloud/id/metadata/manipulate-met...
  4. Document Automation REST APIs | GroupDocs Cloud

    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....ジョニングに使用する URL に「/heroku/resources」を追加して構築します。ここで、文字列の代わりにハッ...定し、「/heroku/resources」を「/cloudcontrol/resources」に変更します。 「sso...

    blog.groupdocs.cloud/ja/page/48/
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...ジョニングに使用する URL に「/heroku/resources」を追加して構築します。ここで、文字列の代わりにハッ...定し、「/heroku/resources」を「/cloudcontrol/resources」に変更します。 「sso...

    blog.groupdocs.cloud/ja/groupdocs.cloud/page/48/
  6. cloud api

    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....ジョニングに使用する URL に「/heroku/resources」を追加して構築します。ここで、文字列の代わりにハッ...定し、「/heroku/resources」を「/cloudcontrol/resources」に変更します。 「sso...

    blog.groupdocs.cloud/ja/tag/cloud-api/page/2/
  7. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below...."pages" : [ { "number" : 1 , "resources" : null , "path" : "viewe...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  8. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example)....skipExternalResource If true, all external resources will not be loaded. Default...

    docs.groupdocs.cloud/conversion/loadoptions/
  9. JSONをHTMLに変換する | JSONをウェブフォーマットにオンラインで

    JSONをHTMLに簡単に変換するには、Node.js用のGroupDocs.Conversion Cloud SDKを使用してください。RESTful APIを使用して、構造化されたJSONファイルからクリーンなHTMLを生成する方法を学びましょう。... 📚 Useful Resources # 📘 Node.js SDK ソースコード 🧾...

    blog.groupdocs.cloud/ja/conversion/convert-json...
  10. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/editor/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.... resources_path = loadResult . resources_path saveRequest...

    docs.groupdocs.cloud/editor/working-with-storage/