Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 740 for

resource

(0.04 sec)
  1. signature.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/signature/advanced-usage/ weekly 0.5 https://docs.groupdocs.cloud/signature/avail......cloud/signature/common-resources/ weekly 0.5 https://docs.groupdocs...

    docs.groupdocs.cloud/sitemaps/signature.xml
  2. 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...
  3. 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...
  4. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available...."pages" : [ { "number" : 1 , "resources" : null , "path" : "viewe...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  5. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. 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. Swagger UI lets you call this REST API directly from the browser...."pages" : [ { "number" : 1 , "resources" : null , "path" : "viewe...

    docs.groupdocs.cloud/viewer/render-with-custom-...
  6. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a CAD drawing. 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-all-layouts/
  7. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds one of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document...."pages" : [ { "number" : 1 , "resources" : null , "path" : "viewe...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  8. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the API provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how to render a specific layout. 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-single-layout/
  9. 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/
  10. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments...."pages" : [ { "number" : 1 , "resources" : null , "path" : "viewe...

    docs.groupdocs.cloud/viewer/render-document-wit...