Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 31,683 for

request

(0.27 sec)
  1. Редактиране На Документ В Ruby

    Редактирайте Word или PDF файлове с помощта на Ruby SDK. Редактирайте текст, модифицирайте таблици, добавяйте изображения в документи с REST API....new request_document = File.open( 'Input.docx' ) request_paragraph...insert_paragraph_request = InsertParagraphOnlin .new( document: request_document...

    products.aspose.cloud/words/bg/ruby/edit/
  2. Editați Documentul În Ruby

    Editați Word fișiere sau PDF utilizând Ruby SDK. Editați text, modificați tabele, adăugați imagini în documente cu REST API....new request_document = File.open( 'Input.docx' ) request_paragraph...insert_paragraph_request = InsertParagraphOnlin .new( document: request_document...

    products.aspose.cloud/words/ro/ruby/edit/
  3. Ruby Editar Un Documento Word, PDF, HTML REST API

    Edite archivos de Word o PDF usando Ruby SDK. Edite texto, modifique tablas, agregue imagenes en documentos con REST API....new request_document = File.open( 'Input.docx' ) request_paragraph...insert_paragraph_request = InsertParagraphOnlin .new( document: request_document...

    products.aspose.cloud/words/es/ruby/edit/
  4. Python 中的 WORD 水印

    将水印添加到 Python 中的 WORD。还可以使用 Python API 从 WORD 中删除水印。...client_secret = '######### ) request_document = open ( 'Input1.docx'...docx' , 'rb' ) request_image_stream = open ( 'Input2.jpg' , 'rb'...

    products.aspose.cloud/words/zh/python/watermark...
  5. Python 中的 PDF 水印

    将水印添加到 Python 中的 PDF。还可以使用 Python API 从 PDF 中删除水印。...client_secret = '######### ) request_document = open ( 'Input1.pdf'...pdf' , 'rb' ) request_image_stream = open ( 'Input2.jpg' , 'rb'...

    products.aspose.cloud/words/zh/python/watermark...
  6. Python 中的水印

    在 PDF 或 Word 中添加或刪除水印 Python。還可以使用 Python API 處理任何流行文檔格式的水印。...client_secret = '######### ) request_document = open ( 'Input1.docx'...docx' , 'rb' ) request_image_stream = open ( 'Input2.jpg' , 'rb'...

    products.aspose.cloud/words/zh-hant/python/wate...
  7. Excel® Programmazione di fogli di calcolo API p...

    API supporta la creazione di applicazioni multipiattaforma in grado di generare, modificare, convertire, visualizzare e stampare fogli di calcolo. Permette agli sviluppatori di gestire fogli di lavoro, righe, colonne e celle, creare contenuti e stili per fogli di calcolo da zero, importare dati nei fogli di lavoro da diverse fonti, aggiungere formule matematiche, finanziarie e di testo comuni e complesse, creare e manipolare tabelle pivot, grafici, collegamenti ipertestuali, commenti, oggetti di disegno e molto altro....PutConvertWorkbookRe request = new PutConvertWorkbookRe(); request.setFormat(format);...GetFileHolder(localName) ); request.setFile(fileMap); File response...

    products.aspose.cloud/cells/it/java/
  8. Excel® Программирование электронных таблиц API ...

    API поддерживает создание кроссплатформенных приложений, способных генерировать, изменять, преобразовывать, визуализировать и печатать электронные таблицы. Это позволяет разработчикам управлять рабочими листами, строками, столбцами и ячейками, создавать содержимое и стили электронных таблиц с нуля, импортировать данные на листы из различных источников, добавлять распространённые и сложные математические, финансовые и текстовые формулы, создавать и изменять сводные таблицы, диаграммы, гиперссылки, комментарии, графические объекты и многое другое....PutConvertWorkbookRe request = new PutConvertWorkbookRe(); request.setFormat(format);...GetFileHolder(localName) ); request.setFile(fileMap); File response...

    products.aspose.cloud/cells/ru/java/
  9. Comment fusionner plusieurs fichiers de feuille...

    Comment fusionner plusieurs fichiers de feuille de calcul avec Aspose.Cells Cloud...Suild merged spreadsheet request var request = new Aspose . Cells...Cells . Cloud . SDK . Request . MergeSpreadsheetsReq (); // Set need...

    docs.aspose.cloud/cells/fr/how-to-merge-multipl...
  10. Edit DOC In C++

    Edit DOC using C++ SDK. Edit text, modify tables, add images in DOC with REST API...." )); std::shared_ptr<requests::InsertParagraphOnlin> insertParagraphReque...insertParagraphReque ( new requests::InsertParagraphOnlin( requestDocument...

    products.aspose.cloud/words/cpp/edit/doc/