Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 3,760 for

header

(0.07 sec)
  1. Sending receipt for recognition|Documentation

    How to send a photo or scan of the receipt for recognition to the Aspose.OCR Cloud API....access token in Authorization header ( Bearer authentication )....

    docs.aspose.cloud/ocr/send-receipt-for-recognit...
  2. Create PDF via Cloud Go SDK

    Aspose.PDF Cloud allows you to create PDF Document. Check the Go source code to create PDF file....you can Add PDF document’s header & footer in text or image format...

    products.aspose.cloud/pdf/go/create/
  3. Set Cell Formula in Excel Worksheets|Document

    Learn how to set a formula for a specific cell in an Excel worksheet using Aspose.Cells Cloud REST API. Includes cURL example, full parameter list, error handling, and SDK code samples....whether the cell is an array header. IsInArray bool Indicates whether...

    docs.aspose.cloud/cells/set-formula-for-a-cell-...
  4. Set Cell Value – Aspose.Cells Cloud API Referen...

    Learn how to set the value of a specific cell in an Excel worksheet using Aspose.Cells Cloud REST API. Includes request syntax, parameters, HTTPS cURL example, and SDK code samples....whether the cell is an array header. IsInArray bool Indicates whether...

    docs.aspose.cloud/cells/set-value-of-a-cell-in-...
  5. Merge an Excel Workbook into Another Workbook|D...

    Step‑by‑step guide to merge one Excel workbook into another using Aspose.Cells Cloud REST API (v3.0). Includes authentication, required mergeWith parameter, cURL example and SDK code snippets....the required authentication header. Use Aspose.Cells Cloud SDKs...

    docs.aspose.cloud/cells/merge-an-excel-file-int...
  6. Authenticating API Requests|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....cloud/oauth2/token Headers: Accept: application/json Content-Type:...further use in the Authorization header of your request. For each Application...

    docs.aspose.cloud/storage/authenticating-api-re...
  7. Need Complete Documentation for Word Range Oper...

    Hello Team, I am using Aspose.Words for Node.js and I need complete documentation + practical examples related to the following areas: 1. Word Range Operations I am looking for full details and examples for: …...Ranges inside tables, shapes, headers, footers If available, please...text");\n Range inside header/footer js\nlet header = doc.getSections()...

    forum.aspose.cloud/t/need-complete-documentatio...
  8. Get Watermarks from PDF | Node.js

    Extract watermark details from PDF files in Node.js using Aspose.PDF Cloud SDK....you can: Add PDF document’s header & footer in text or image format...

    products.aspose.cloud/pdf/nodejs/watermarks/get/
  9. 通过云端 Python SDK 替换 PDF 中的表格

    使用 Aspose.PDF Cloud SDK 在 Python 中以编程方式替换 PDF 表格数据。...num_of_cols = 5 num_of_rows = 5 header_text_state = TextState ( font...common_text_state ) if row_index == 0 : # header cells cell . background_color...

    products.aspose.cloud/pdf/zh/python/table/replace/
  10. 通过云 Python SDK 向 PDF 添加表格

    使用 Aspose.PDF Cloud SDK 通过 Python 将表格插入 PDF。动态添加结构化数据。...num_of_cols = 5 num_of_rows = 5 header_text_state = TextState ( font...common_text_state ) if row_index == 0 : # header cells cell . background_color...

    products.aspose.cloud/pdf/zh/python/table/add/