Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,129 for

err

(0.04 sec)
  1. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison 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/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language.... err . println ( "Exception while...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/comparison/working-with-st...
  2. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. 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 Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/join-document-cross...
  3. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…...catch((err) => { console.log("Error occurred...signing the PDF document:", err); }) biglesias March 26, 2024...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  4. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join 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/join-word-continous/
  5. 在 Node.js 中使用 REST API 比较 Word 文档

    在 Node.js 中使用云上的 REST API 以编程方式比较两个或多个 Word 文档(DOC、DOCX)与 GroupDocs.Comparison Cloud SDK for Node.js。...readdir(resourcesFolder, (err, files) => { files.forEach(file...readFile(resourcesFolder + file, (err, fileStream) => { let request...

    blog.groupdocs.cloud/zh/comparison/compare-word...
  6. 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/
  7. pygments.css

    .highlight pre { line-height: 125%; } .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } .highlight span.linenos { color: inheri......err { color: #a40000; border: 1px...body[data-theme="dark"] .highlight .err { color: #a61717; background-color:...

    pip.pypa.io/en/stable/_static/pygments.css
  8. 在 Node.js 中使用 REST API 使用 Stamp 簽署 PDF |在 Node....

    使用用於 Node.js 的 GroupDocs.Signature Cloud SDK 在 Node.js 中的雲端使用 REST API 以編程方式使用 Stamp 簽名對 PDF 文檔進行簽名。...readFile(resourcesFolder, (err, fileStream) => { // 構造FileApi...response, "binary", function (err) { }); 在線試用 # 請試用以下使用上述API開發的免費在線文檔簽名工具。...

    blog.groupdocs.cloud/zh-hant/signature/sign-pdf...
  9. 在 Node.js 中使用 REST API 使用 Stamp 签署 PDF |在 Node....

    使用用于 Node.js 的 GroupDocs.Signature Cloud SDK 在 Node.js 中的云端使用 REST API 以编程方式使用 Stamp 签名对 PDF 文档进行签名。...readFile(resourcesFolder, (err, fileStream) => { // 构造FileApi...response, "binary", function (err) { }); 在线试用 # 请试用以下使用上述API开发的免费在线文档签名工具。...

    blog.groupdocs.cloud/zh/signature/sign-pdf-with...
  10. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes.... err . println ( "Exception while...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/comparison/working-with-fo...