Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 1,224 for

text watermark

(0.04 sec)
  1. 使用 Node.js 將 Word 文檔轉換為 PDF |在 Node.js 中將 DOCX ...

    使用 Node.js 中的 REST API 以編程方式將 Word 文檔轉換為 PDF。 Node.js SDK 允許將 DOC 和 DOCX 文件轉換為雲端的 PDF 文件。..."converted_with_watermark.pdf"; // 定義水印選項 let watermark = new grou...WatermarkOptions(); watermark.text = "CONFIDENTIAL"; watermark.bold = true;...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  2. 在 Python 中使用 REST API 註釋 DOCX 文件

    使用適用於 Python 的 Document Annotation Cloud SDK 在 Python 中使用雲中的 REST API 以編程方式註釋 DOCX 文件。...text = "This is area annotation"...a1.type = "Watermark" a1.text = "This is watermark annotation"...

    blog.groupdocs.cloud/zh-hant/annotation/annotat...
  3. Chú thích các tệp DOCX bằng API REST trong Python

    Chú thích theo chương trình cho các tệp DOCX bằng API REST trên đám mây trong Python với SDK đám mây chú thích tài liệu cho Python....text = "This is area annotation"...a1.type = "Watermark" a1.text = "This is watermark annotation"...

    blog.groupdocs.cloud/vi/annotation/annotate-doc...
  4. Python에서 REST API를 사용하여 DOCX 파일에 주석 달기

    Python용 Document Annotation Cloud SDK를 사용하여 Python의 클라우드에서 REST API를 사용하여 프로그래밍 방식으로 DOCX 파일에 주석을 추가합니다....text = "This is area annotation"...a1.type = "Watermark" a1.text = "This is watermark annotation"...

    blog.groupdocs.cloud/ko/annotation/annotate-doc...
  5. Python で REST API を使用して HTML を PDF に変換する | Pyth...

    Document Conversion Cloud SDK for Python を使用して、Python のクラウド上で REST API を使用して、HTML ファイルを PDF ドキュメントにプログラム的に変換します。...= "変換ed" # 透かしオプションを定義する watermark = groupdocs_conversion_cloud...WatermarkOptions() watermark.text = "THIS IS SAMPLE WATERMARK" watermark.bold...

    blog.groupdocs.cloud/ja/conversion/convert-html...
  6. GroupDocs 通讯 2017 年 3 月 – API 更新和代码示例

    2017 年 6 月的 GroupDocs 开发人员通讯介绍了 GroupDocs 文档操作 API 中的 API 更新、主要功能增强和错误修复。...Watermark for .NET 是 GroupDocs 新推出的...https://www.groupdocs .com/products/watermark?utmsource=nl&utmcampaign=...

    blog.groupdocs.cloud/zh/total/groupdocs-newslet...
  7. Mostrar datos de Excel en HTML usando REST API ...

    Procese o muestre mediante programación datos de hojas de cálculo de Microsoft Excel en HTML usando una API REST en Node.js con GroupDocs.Viewer Cloud para Node.js SDK....watermark = new groupdocs_viewer_cloud.Watermark(); viewOptions...viewOptions.watermark.size = 100; viewOptions.watermark.text = "This...

    blog.groupdocs.cloud/es/viewer/display-excel-da...
  8. Node.js에서 REST API를 사용하여 Excel 데이터를 HTML로 표시

    Node.js용 GroupDocs.Viewer Cloud SDK와 함께 Node.js의 REST API를 사용하여 프로그래밍 방식으로 Microsoft Excel 스프레드시트 데이터를 HTML로 렌더링하거나 표시합니다....watermark = new groupdocs_viewer_cloud.Watermark(); viewOptions...viewOptions.watermark.size = 100; viewOptions.watermark.text = "This...

    blog.groupdocs.cloud/ko/viewer/display-excel-da...
  9. ดูเอกสาร Word เป็นหน้า HTML โดยใช้ REST API ใน C#

    ดูเอกสาร Word โดยทางโปรแกรมเป็นหน้า HTML โดยใช้ REST API ใน C# โปรแกรมดูเอกสาร .NET SDK อนุญาตให้แสดงไฟล์ DOC และ DOCX เป็น HTML Pages...Watermark = new Watermark { Text = "This is a sample...sample watermark!", Size = 100, Color = "Red", Position = Watermark...

    blog.groupdocs.cloud/th/viewer/render-word-docu...
  10. 使用 PHP 在 HTML 页面中显示 Word 文档 |在 HTML 中查看 DOCX

    使用 PHP 中的 REST API 和 GroupDocs.Viewer Cloud for PHP SDK 以编程方式在 HTML 页面中显示 Word 文档。将 DOCX 呈现为响应式网页。...// 定义水印 $watermark = new Model\Watermark(); $watermark->setText("This...This is sample text watermark!"); $watermark->setSize(100); ...

    blog.groupdocs.cloud/zh/viewer/display-word-doc...