Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,173 for

err

(0.17 sec)
  1. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPErrow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 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....100 , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  2. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....TimeUnitDays , }, }, } response , _ , err := config . Client . ViewApi...) if err != nil { fmt . Printf ( "Exception: %v\n" , err ) return...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  3. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser. cURL example 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.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/join-images/
  4. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/import-attachment/
  5. GitHub - groupdocs-editor-cloud/groupdocs-edito...

    Android module for communicating with the GroupDocs.Editor Cloud API - groupdocs-editor-cloud/groupdocs-editor-cloud-android... err . println ( "Failed to get supported...

    github.com/groupdocs-editor-cloud/groupdocs-edi...
  6. GitHub - groupdocs-comparison-cloud/groupdocs-c...

    Java library for communicating with the GroupDocs.Comparison Cloud API - groupdocs-comparison-cloud/groupdocs-comparison-cloud-java... err . println ( "Failed to get supported...

    github.com/groupdocs-comparison-cloud/groupdocs...
  7. pygments.css

    pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent;......err { border: 1px solid #FF0000 }...

    docs.python.org/3/_static/pygments.css
  8. GroupDocs.Translation Cloud | Java SDK for Tran...

    Java REST API & Cloud SDK for intra-lingual translation of documents. Keep the file formatting & structure intact. Supports 70+ language translation pairs.... err . println ( "Exception when calling...TranslationApi#autoPost" ); System . err . println ( "Status code: " +...

    releases.groupdocs.cloud/translation/java/
  9. GitHub - groupdocs-merger-cloud/groupdocs-merge...

    Java library for communicating with the GroupDocs.Merger Cloud API - groupdocs-merger-cloud/groupdocs-merger-cloud-java... err . println ( "Failed to get supported...

    github.com/groupdocs-merger-cloud/groupdocs-mer...
  10. 使用 Node.js 将 JPG 转换为 PDF |将图像转换为 PDF

    使用 GroupDocs.Conversion Cloud SDK for Node.js 在 Node.js 中使用云上的 REST API 以编程方式将 JPG 转换为 PDF。...readFile(resourcesFolder, (err, fileStream) => { // 构建FileApi...response, "binary", function (err) { }); 使用高级选项将 JPG 转换为 PDF #...

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