Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 2,193 for

header

(0.06 sec)
  1. Resize PDF via Cloud Node.js SDK

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

    products.aspose.cloud/pdf/nodejs/resize/
  2. 通过云端 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/
  3. 通过云 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/
  4. Replace Text in PDF via Cloud PHP SDK

    Replace specific text in PDF files programmatically using Aspose.PDF Cloud SDK for PHP....you can: Add PDF document’s header & footer in text or image format...

    products.aspose.cloud/pdf/php/text/replace/
  5. 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/watermaks/get/
  6. Send OMR form source code for generation|Docume...

    How to send the OMR form source code to Aspose.OMR cloud for rendering....access token in Authorization header ( Bearer authentication )....

    docs.aspose.cloud/omr/send-form-source-for-gene...
  7. Remove Bookmarks via Cloud Go SDK

    Remove PDF bookmarks using Go and Aspose.PDF Cloud SDK. Simplify document structure....you can Add PDF document’s header & footer in text or image format...

    products.aspose.cloud/pdf/go/bookmarks/remove/
  8. Append attachments to PDF documents via Aspose....

    Add attachments to PDFs via Go with Aspose.PDF Cloud SDK. Embed supporting documents in your PDFs....you can Add PDF document’s header & footer in text or image format...

    products.aspose.cloud/pdf/go/attachments/add/
  9. Resize PDF via Cloud Go SDK

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

    products.aspose.cloud/pdf/go/resize/
  10. 通过云端 Node.js SDK 向 PDF 添加表格

    使用 Node.js 和 Aspose.PDF Cloud SDK 向 PDF 文档中添加表格。...commonTextState ; if ( rowIndex == 0 ) // header cells { cell . backgroundColor...rowIndex == 0 ) textRect . text = "header #" + colIndex ; else textRect...

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