Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,285 for

err

(0.03 sec)
  1. Working With Folder | 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 the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you 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 expose.... err . println ( "Exception while...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/editor/working-with-folder/
  2. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following properties of preview may be customized:... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/generate-document-p...
  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. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/join-document-pages/
  6. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property.... err . println ( "Output file path:...ApiException e ) { System . err . println ( "Exception while...

    docs.groupdocs.cloud/merger/rotate-pages/
  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 中将 Excel 电子表格转换为 PDF | XLS、XLSX 到 PDF

    使用 Node.js 中的 REST API 以编程方式将 Excel 电子表格转换为 PDF 文件。 Node.js SDK 允许将 XLS、XLSX 文件转换为 PDF。...readFile(resourcesFolder, (err, fileStream) => { // 构建FileApi...response, "binary", function (err) { }); console.log(response);...

    blog.groupdocs.cloud/zh/conversion/convert-exce...
  10. 在 Node.js 中使用 REST API 将 PDF 转换为 PowerPoint

    使用 Node.js 中的 REST API 以编程方式将 PDF 转换为 PowerPoint PPTX 演示文稿。 Node.js SDK 允许将 PDF 转换为 PPT 和 PPTX。...readFile(resourcesFolder, (err, fileStream) => { // 构造FileApi...response, "binary", function (err) { }); 使用 Node.js 将 PDF 转换为带水印的...

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