Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 30,272 for

request

(0.06 sec)
  1. DOCX Hình Mờ Trong Ruby

    Thêm hình mờ vào DOCX trong Ruby. Đồng thời xóa hình mờ khỏi DOCX bằng Ruby API....new request_document = File.open( 'Input1.docx' ) request_image_stream...File.open( 'Input2.jpg' ) request_watermark_data = WatermarkDataImage...

    products.aspose.cloud/words/vi/ruby/watermark/d...
  2. WORD Ruby의 워터마크

    Ruby의 WORD에 워터마크를 추가합니다. 또한 Ruby API를 사용하여 WORD에서 워터마크를 제거합니다....new request_document = File.open( 'Input1.docx' ) request_image_stream...File.open( 'Input2.jpg' ) request_watermark_data = WatermarkDataImage...

    products.aspose.cloud/words/ko/ruby/watermark/w...
  3. WORD Hình Mờ Trong Ruby

    Thêm hình mờ vào WORD trong Ruby. Đồng thời xóa hình mờ khỏi WORD bằng Ruby API....new request_document = File.open( 'Input1.docx' ) request_image_stream...File.open( 'Input2.jpg' ) request_watermark_data = WatermarkDataImage...

    products.aspose.cloud/words/vi/ruby/watermark/w...
  4. 在 Ruby 中編輯文檔

    使用 Ruby SDK 編輯 Word 或 PDF 文件。使用 REST API 在文檔中編輯文本、修改表格、添加圖像。...new request_document = File.open( 'Input.docx' ) request_paragraph...insert_paragraph_request = InsertParagraphOnlin .new( document: request_document...

    products.aspose.cloud/words/zh-hant/ruby/edit/
  5. Chỉnh Sửa HTML Trong Ruby

    Chỉnh sửa HTML bằng cách sử dụng Ruby SDK. Chỉnh sửa văn bản, sửa đổi bảng, thêm hình ảnh trong HTML với REST API....new request_document = File.open( 'Input.html' ) request_paragraph...insert_paragraph_request = InsertParagraphOnlin .new( document: request_document...

    products.aspose.cloud/words/vi/ruby/edit/html/
  6. Ruby에서 TEXT 수정

    Ruby SDK를 사용하여 TEXT을 수정합니다. REST API를 사용하여 TEXT에 텍스트를 수정하고, 테이블을 수정하고, 이미지를 추가하세요....new request_document = File.open( 'Input.txt' ) request_paragraph...insert_paragraph_request = InsertParagraphOnlin .new( document: request_document...

    products.aspose.cloud/words/ko/ruby/edit/text/
  7. PDF वॉटरमार्क Python में

    वॉटरमार्क को PDF में Python में जोड़ें। Python API का उपयोग करके PDF से वॉटरमार्क भी हटा दें।...client_secret = '######### ) request_document = open ( 'Input1.pdf'...pdf' , 'rb' ) request_image_stream = open ( 'Input2.jpg' , 'rb'...

    products.aspose.cloud/words/hi/python/watermark...
  8. Zellen im Arbeitsblatt zusammenführen.

    Aspose.Cells Cloud bietet robuste Unterstützung für das Zusammenführen von Zellen im Arbeitsblatt, ein Prozess, der für seine Komplexität bekannt ist....Request ; using Newtonsoft.Json ; using..." ); var request = new PostMergeRequest(); request.File = new...

    products.aspose.cloud/cells/de/net/merge/
  9. DOCX Python の透かし

    Python の DOCX に透かしを追加します。また、Python API を使用して DOCX から透かしを削除します。...client_secret = '######### ) request_document = open ( 'Input1.docx'...docx' , 'rb' ) request_image_stream = open ( 'Input2.jpg' , 'rb'...

    products.aspose.cloud/words/ja/python/watermark...
  10. Pythonでドキュメントを編集

    Python SDKを使用してWordまたはPDFファイルを編集します。 REST APIを使用して、テキストの編集、テーブルの変更、ドキュメントへの画像の追加を行います。...client_secret = '######### ) request_document = open ( 'Input.docx'...docx' , 'rb' ) request_paragraph = asposewordscloud.ParagraphInsert(text=...

    products.aspose.cloud/words/ja/python/edit/