Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,106 for

err

(0.05 sec)
  1. 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/
  2. 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...
  3. 使用 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...
  4. 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/latest/_static/pygments.css
  5. GitHub - groupdocs-translation-cloud/groupdocs-...

    Java library for communicating with the GroupDocs.Translation Cloud API - groupdocs-translation-cloud/groupdocs-translation-cloud-java... err . println ( "Exception when calling...TranslationApi#autoPost" ); System . err . println ( "Status code: " +...

    github.com/groupdocs-translation-cloud/groupdoc...
  6. GitHub - groupdocs-translation-cloud/groupdocs-...

    Android library for communicating with the GroupDocs.Translation Cloud API - groupdocs-translation-cloud/groupdocs-translation-cloud-android... err . println ( "Exception when calling...TranslationApi#autoPost" ); System . err . println ( "Status code: " +...

    github.com/groupdocs-translation-cloud/groupdoc...
  7. 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...
  8. 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-...
  9. 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/
  10. PDF file containing progress bars doesn’t get p...

    Hey, I’m using Groupdocs conversion API using Node.js to convert PDF to WORD. I’m able to convert PDF to WORD but the converted word document is not 100% identical to the PDF file. I’ve attaching both PDF and the conv…...catch(function(err) { // Deal with an error console.log(err); }); 1...

    forum.groupdocs.cloud/t/pdf-file-containing-pro...