Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 18,013 for

aws

(0.05 sec)
  1. XlsxSaveOptions.saveFormat property | Aspose.Wo...

    XlsxSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used... let doc = new aw . Document ( base . myDir + "Shape...); let xlsxSaveOptions = new aw . Saving . XlsxSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. فشرده سازی DOCX در Javascript

    بدون از دست دادن کیفیت، DOCX را در JavaScript فشرده کنید. محتوای DOCX را بهینه کنید، اندازه فایل را به راحتی کاهش دهید....const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/fa/nodejs-net/compres...
  3. 在javascript中壓縮word

    在JavaScript中壓縮WORD而不會損失質量。優化WORD內容,輕鬆減小文件大小。...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/zh-hant/nodejs-net/co...
  4. Python での画像の操作|Python via .NET用Aspose.Words

    Python を使用して、ドキュメント内のさまざまな形式の画像を作成および管理します。... doc = aw . Document () builder = aw . DocumentBuilder...イメージを挿入する方法を示しています。 doc = aw . Document () builder = aw . DocumentBuilder...

    docs.aspose.com/words/ja/python-net/working-wit...
  5. CompatibilityOptions class | Aspose.Words for P...

    aspose.words.settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)... def optimize_for (): doc = aw . Document () # This object contains...compatibility_options . optimize_for ( aw . settings . MsWordVersion ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Chuyển PDF Thành XPS Python

    Chuyển đổi PDF định dạng sang XPS trong mã Python Lưu PDF thành XPS bằng cách sử dụng Python....words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...

    products.aspose.com/words/vi/python-net/convers...
  7. JPG को BMP Javascript में बदलें

    JavaScript कोड JPG को BMP प्रारूप में बदलें। सहेजें JPG के रूप में BMP का उपयोग कर JavaScript ।...const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) shape = builder...

    products.aspose.com/words/hi/nodejs-net/convers...
  8. Chuyển HTML Thành PDF Python

    Chuyển đổi HTML định dạng sang PDF trong mã Python Lưu HTML thành PDF bằng cách sử dụng Python....words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...

    products.aspose.com/words/vi/python-net/convers...
  9. FieldStyleRef.insert_paragraph_number_in_relati...

    FieldStyleRef.insert_paragraph_number_in_relative_context property. Gets or sets whether to insert the paragraph number of the referenced paragraph in relative context.... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ImageData class | Aspose.Words for Node.js

    Aspose.Words.Drawing.ImageData class. Adapts [ImageData](./) class public API for Node.js porting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = new aw . Drawing . Shape ( builder . document , aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...