با استفاده از Python SDK، DOCX را به اندازه کوچکتر فشرده کنید. محتوای DOCX را در Python بهینه کنید....client_secret = '######### ) request_document = open ( 'Input.docx'...docx' , 'rb' ) request_compress_options = asposewordscloud.CompressOptions(...
با استفاده از Python SDK، PDF را به اندازه کوچکتر فشرده کنید. محتوای PDF را در Python بهینه کنید....'######### ) request_document = open ( 'Input.pdf' , 'rb' ) request_compress_options...compress_document_request = asposewordscloud.models.requests.CompressDocumentOnli(...
Võrrelge kahte PDF kasutades Ruby. Meie Ruby SDK abil leiate hõlpsalt PDF failide erinevuse....open(file_name1) upload_first_file_request = UploadFileRequest .new( file_content:...upload_file(upload_first_file_request) second_document_content =...
Palyginkite du DOC naudodami Ruby. Naudodami mūsų Ruby SDK galite lengvai rasti skirtumą tarp DOC failų....open(file_name1) upload_first_file_request = UploadFileRequest .new( file_content:...upload_file(upload_first_file_request) second_document_content =...
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...
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...