Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 31,934 for

request

(0.22 sec)
  1. การแปลไฟล์ข้อความด้วย AI ใน Node.js | การแปล AI...

    แปลไฟล์ข้อความด้วยการแปลที่ใช้ AI ใน Node.js. แปลงเอกสารข้อความเป็นหลายภาษาโดยใช้ Aspose.Cells Cloud API for Node.js พร้อมการแปลที่มีการรับรู้บริบทอย่างฉลาด....try { var request = new TranslateTextFileReq (); request . spreadsheet...spreadsheet = inputFileName ; request . targetLanguage = "zh" ; const...

    blog.aspose.cloud/th/cells/ai-translation-of-te...
  2. مقایسه اسناد در C++

    فایل های Word یا PDF را با استفاده از جستجوگر تفاوت C++ مقایسه کنید. همچنین دو سند را در قالب های دیگر متفاوت کنید....std::istream::binary)); std::shared_ptr<requests::UploadFileRequest> uploadFirstFileReque...uploadFirstFileReque ( new requests::UploadFileRequest( firstDocumentContent...

    products.aspose.cloud/words/fa/cpp/compare/
  3. Ruby में WORD की तुलना करें

    Ruby का उपयोग करके दो WORD की तुलना करें। हमारे Ruby SDK के साथ, आप आसानी से WORD फाइलों के बीच अंतर पा सकते हैं।...open(file_name1) upload_first_file_request = UploadFileRequest .new( file_content:...upload_file(upload_first_file_request) second_document_content =...

    products.aspose.cloud/words/hi/ruby/compare/word/
  4. Ruby में DOCX की तुलना करें

    Ruby का उपयोग करके दो DOCX की तुलना करें। हमारे Ruby SDK के साथ, आप आसानी से DOCX फाइलों के बीच अंतर पा सकते हैं।...open(file_name1) upload_first_file_request = UploadFileRequest .new( file_content:...upload_file(upload_first_file_request) second_document_content =...

    products.aspose.cloud/words/hi/ruby/compare/docx/
  5. Ruby में TXT की तुलना करें

    Ruby का उपयोग करके दो TXT की तुलना करें। हमारे Ruby SDK के साथ, आप आसानी से TXT फाइलों के बीच अंतर पा सकते हैं।...open(file_name1) upload_first_file_request = UploadFileRequest .new( file_content:...upload_file(upload_first_file_request) second_document_content =...

    products.aspose.cloud/words/hi/ruby/compare/txt/
  6. Docをpythonで圧縮

    Python SDKを使用して、DOCを小さいサイズに圧縮します。 PythonのDOCコンテンツを最適化します。...'######### ) request_document = open ( 'Input.doc' , 'rb' ) request_compress_options...compress_document_request = asposewordscloud.models.requests.CompressDocumentOnli(...

    products.aspose.cloud/words/ja/python/compress/...
  7. Pdfをpythonで圧縮

    Python SDKを使用して、PDFを小さいサイズに圧縮します。 PythonのPDFコンテンツを最適化します。...'######### ) request_document = open ( 'Input.pdf' , 'rb' ) request_compress_options...compress_document_request = asposewordscloud.models.requests.CompressDocumentOnli(...

    products.aspose.cloud/words/ja/python/compress/...
  8. Wordをpythonで圧縮

    Python SDKを使用して、WORDを小さいサイズに圧縮します。 PythonのWORDコンテンツを最適化します。...client_secret = '######### ) request_document = open ( 'Input.docx'...docx' , 'rb' ) request_compress_options = asposewordscloud.CompressOptions(...

    products.aspose.cloud/words/ja/python/compress/...
  9. Jpgをpythonで圧縮

    Python SDKを使用して、JPGを小さいサイズに圧縮します。 PythonのJPGコンテンツを最適化します。...'######### ) request_document = open ( 'Input.jpg' , 'rb' ) request_compress_options...compress_document_request = asposewordscloud.models.requests.CompressDocumentOnli(...

    products.aspose.cloud/words/ja/python/compress/...
  10. Uredi Dokument V Swift

    Urejanje Word datotek ali PDF z uporabo Swift SDK. Urejanje besedila, spreminjanje tabel, dodajanje slik v dokumente z REST API....insertParagraphOnlin(request: insertParagraphReque); let...= try api.convertDocument(request: convertRequest); import AsposeWordsCloud...

    products.aspose.cloud/words/sl/swift/edit/