Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 4,298 for

body

(0.11 sec)
  1. 通过云端 Node.js SDK 创建 AcroForm

    使用 Aspose.PDF Cloud SDK 在 Node.js 应用中添加 PDF 表单字段。简化交互式表单创建。... body . status ); const downloadRes...RESULT_FILE_NAME , downloadRes . body ); } catch ( error ) { console...

    products.aspose.cloud/pdf/zh/nodejs/acroforms/add/
  2. 通过云 PHP SDK 加密 PDF

    Aspose.PDF Cloud 允许您加密 PDF 文档。查看 PHP 源代码以加密 PDF 文件。...file_put_contents ( $outputPath , $result [ 'body' ]); echo "Downloaded: { $outputPath...'ENCRYPT_ALGORITHM' ] ); if ( $response [ 'body' ][ 'code' ] == 200 ) { echo...

    products.aspose.cloud/pdf/zh/php/encrypt/
  3. 通过云端 Node.js SDK 添加书签

    使用 Aspose.PDF Cloud SDK for Node.js 向 PDF 添加书签。启用文档中的导航和结构。... body ); console . log ( "Downloaded:...code , bookmarks } = response . body ; if ( code === 200 && bookmarks...

    products.aspose.cloud/pdf/zh/nodejs/bookmarks/add/
  4. 通过云 PHP 解密 PDF

    Aspose.PDF Cloud 允许您解密 PDF 文档。查看 PHP 源代码以解密 PDF 文件。...file_put_contents ( $outputPath , $result [ 'body' ]); echo "Downloaded: { $outputPath...$documentPassword ); if ( $response [ 'body' ][ 'code' ] == 200 ) { echo...

    products.aspose.cloud/pdf/zh/php/decrypt/
  5. Email Sending using Aspose.Email Cloud in Herok...

    Heroku is a platform as a service (PaaS), this article helps you setup heroku ruby on ails, and how to use Aspose.Email Cloud for email sending....subject: 'Some subject', body: 'Some body' ) api.client.message...

    blog.aspose.cloud/email/email-sending-using-asp...
  6. 通过云端 Node.js SDK 移动 PDF 中的页面

    使用 Node.js 和 Aspose.PDF Cloud SDK 重新排序或移动 PDF 中的页面。... body ); console . log ( "Downloaded:...newPageNumber ); if ( resultPages . body . code == 200 ) { console ....

    products.aspose.cloud/pdf/zh/nodejs/pages/move/
  7. Get the formatting properties of a paragraph li...

    Get the formatting properties of a paragraph list from a Word document programmatically via Cloud API....more properties into a single body: Property Name Data Type Required/Optional...

    docs.aspose.cloud/words/paragraphs/lists/get-pa...
  8. Insert or update a paragraph tab stop in a Word...

    Insert or update a paragraph tab stop in a Word document programmatically via Cloud API....more properties into a single body: Property Name Data Type Required/Optional...

    docs.aspose.cloud/words/paragraphs/tab-stop/ins...
  9. Delete all CustomXmlParts from a Word document ...

    Delete all CustomXmlParts from a Word document programmatically via Cloud API....more properties into a single body: Property Name Data Type Required/Optional...

    docs.aspose.cloud/words/customxmlparts/delete-all/
  10. Get the formatting properties of a table cell i...

    Get the formatting properties of a table cell in a Word document programmatically via Cloud API....more properties into a single body: Property Name Data Type Required/Optional...

    docs.aspose.cloud/words/tables/get-cell-format/