Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 19,240 for

aws

(0.07 sec)
  1. Chuyển PDF Thành GIF Python

    Chuyển đổi PDF định dạng sang GIF trong mã Python Lưu PDF thành GIF bằng cách sử dụng Python....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.GIF) for page in range (doc...

    products.aspose.com/words/vi/python-net/convers...
  2. Chuyển PDF Thành BMP Python

    Chuyển đổi PDF định dạng sang BMP trong mã Python Lưu PDF thành BMP bằng cách sử dụng Python....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.BMP) for page in range (doc...

    products.aspose.com/words/vi/python-net/convers...
  3. บีบอัด DOC ใน Javascript

    บีบอัด DOC ใน JavaScript โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา DOC ลดขนาดไฟล์ได้อย่างง่ายดาย...const aw = require( '@aspose/words' ); var doc = new aw.Document(...var shapes = doc.getChildNodes(aw.NodeType.Shape, true ) for (...

    products.aspose.com/words/th/nodejs-net/compres...
  4. Chuyển PDF Thành Hình Ảnh Python

    Chuyển đổi PDF định dạng sang Hình ảnh trong mã Python Lưu PDF thành Hình ảnh bằng cách sử dụng Python....as aw doc = aw.Document( "Input.pdf" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/vi/python-net/convers...
  5. Lưu trữ

    Lưu trữ...words as aw # tạo đối tượng tài liệu doc = aw.Document() #...trình tạo tài liệu builder = aw.DocumentBuilder(doc) # thêm văn...

    blog.aspose.com/vi/words/create-word-documents-...
  6. TabAlignment enumeration | Aspose.Words for Nod...

    Aspose.Words.TabAlignment enumeration. Specifies the alignment/type of a tab stop.... let doc = new aw . Document (); let para = doc...tabStops . add ( 72 , aw . TabAlignment . Left , aw . TabLeader . Dots...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FileFormatUtil.save_format_to_extension method ...

    FileFormatUtil.save_format_to_extension method. Converts a save format enumerated value into a file extension...extension' ) as doc_stream : info = aw . FileFormatUtil . detect_file_format...load_format self . assertEqual ( aw . LoadFormat . DOC , load_format...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableStyle.column_stripe property | Aspose.Word...

    TableStyle.column_stripe property. Gets or sets a number of columns to include in the banding when the style specifies odd/even columns banding.... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Teisenda Pilt HTML Python

    Teisendage Pilt vormingusse HTML Python koodis. Salvestage Pilt nimega HTML kasutades Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.png") doc...

    products.aspose.com/words/et/python-net/convers...
  10. Konvertuoti JPG Į WORD Python

    Konvertuoti JPG į WORD formatą Python kodu. Išsaugokite JPG kaip WORD naudodami Python....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...) import aspose.words as aw doc = aw.Document("Input.jpg") doc...

    products.aspose.com/words/lt/python-net/convers...