Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 18,035 for

aws

(0.06 sec)
  1. 將HTML轉換為PDF Python

    在Python代碼HTML轉換為PDF使用Python將HTML保存為PDF。...words as aw doc = aw.Document( "Input.html" )...) import aspose.words as aw doc = aw.Document("Input.html") doc...

    products.aspose.com/words/zh-hant/python-net/co...
  2. Python Word, PDF 및 기타 여러 파일 형식 변환

    DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG 등 다양한 파일 형식 간에 Python 문서를 변환합니다....words as aw doc = aw.Document( "Input.docx" )...) import aspose.words as aw doc = aw.Document("Input.docx") doc...

    products.aspose.com/words/ko/python-net/convers...
  3. 將PDF轉換為DOCX Python

    在Python代碼PDF轉換為DOCX使用Python將PDF保存為DOCX。...words as aw doc = aw.Document( "Input.pdf" ) doc...) import aspose.words as aw doc = aw.Document("Input.pdf") doc...

    products.aspose.com/words/zh-hant/python-net/co...
  4. TabStopCollection.get_index_by_position method ...

    TabStopCollection.get_index_by_position method. Gets the index of a tab stop with the specified position in points.... doc = aw . Document () tab_stops = doc...tab_stops . add ( position = aw . ConvertUtil . millimeter_to_point...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ImageType enumeration | Aspose.Words for Python

    aspose.words.drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word document.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) self . assertEqual ( aw . drawing . ImageType . JPEG...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Table.relativeVerticalAlignment property | Aspo...

    Table.relativeVerticalAlignment property. Gets or sets floating table relative vertical alignment....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...(); table . preferredWidth = aw . Tables . PreferredWidth . fromPoints...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfEncryptionDetails.userPassword property | As...

    PdfEncryptionDetails.userPassword property. Specifies the user password required for opening the encrypted PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... let encryptionDetails = new aw . Saving . PdfEncryptionDetails...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. บีบอัด 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...
  9. 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...
  10. 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...