Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 18,025 for

aws

(0.06 sec)
  1. ShapeBase.relative_horizontal_size property | A...

    ShapeBase.relative_horizontal_size property. Gets or sets the value of shape's relative size in horizontal direction.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfSaveOptions.encryption_details property | As...

    PdfSaveOptions.encryption_details property. Gets or sets the details for encrypting the output PDF document.... doc = aw . Document () builder = aw . DocumentBuilder...annotations. encryption_details = aw . saving . PdfEncryptionDetails...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PdfPermissions enumeration | Aspose.Words for N...

    Aspose.Words.Saving.PdfPermissions enumeration. Specifies the operations that are allowed to a user on an 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...
  4. SaveOptions.allow_embedding_post_script_fonts p...

    SaveOptions.allow_embedding_post_script_fonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a document upon it is saved... doc = aw . Document () builder = aw . DocumentBuilder...to use in the document. otf = aw . fonts . MemoryFontSource (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 將JPG轉換為TIFF Python

    在Python代碼JPG轉換為TIFF使用Python將JPG保存為TIFF。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.tiff" , aw.saving.ImageSaveOptions(aw.SaveFormat.TIFF))...

    products.aspose.com/words/zh-hant/python-net/co...
  6. แปลง DOC เป็น PNG Python

    แปลงรูปแบบ DOC เป็น PNG ในโค้ด Python บันทึก DOC เป็น PNG โดยใช้ Python...as aw doc = aw.Document( "Input.doc" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/th/python-net/convers...
  7. 將JPG轉換為SVG Python

    在Python代碼JPG轉換為SVG使用Python將JPG保存為SVG。...words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.svg" , aw.saving.ImageSaveOptions(aw.SaveFormat.SVG))...

    products.aspose.com/words/zh-hant/python-net/co...
  8. แปลง WORD เป็น PNG Python

    แปลงรูปแบบ WORD เป็น PNG ในโค้ด Python บันทึก WORD เป็น PNG โดยใช้ Python...as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.PNG) for page in range (doc...

    products.aspose.com/words/th/python-net/convers...
  9. แปลง DOC เป็น JPG Python

    แปลงรูปแบบ DOC เป็น JPG ในโค้ด Python บันทึก DOC เป็น JPG โดยใช้ Python...as aw doc = aw.Document( "Input.doc" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/th/python-net/convers...
  10. แปลง HTML เป็น ภาพ Python

    แปลงรูปแบบ HTML เป็น ภาพ ในโค้ด Python บันทึก HTML เป็น ภาพ โดยใช้ Python...as aw doc = aw.Document( "Input.html" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

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