Sort Score
Result 10 results
Languages All
Labels All
Results 6,981 - 6,990 of 19,530 for

aws

(0.12 sec)
  1. Chuyển DOC Thành PNG Python

    Chuyển đổi DOC định dạng sang PNG trong mã Python Lưu DOC thành PNG bằng cách sử dụng 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/vi/python-net/convers...
  2. Chuyển DOC Thành Hình Ảnh Python

    Chuyển đổi DOC định dạng sang Hình ảnh trong mã Python Lưu DOC thành Hình ảnh bằng cách sử dụng 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/vi/python-net/convers...
  3. Chuyển HTML Thành SVG Python

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

    products.aspose.com/words/vi/python-net/convers...
  4. Chuyển HTML Thành PNG Python

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

    products.aspose.com/words/vi/python-net/convers...
  5. MetafileRenderingOptions.useGdiRasterOperations...

    MetafileRenderingOptions.useGdiRasterOperationsEmulation property. Gets or sets a value determining whether or not to use the GDI+ for raster operations emulation....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldChar.is_dirty property | Aspose.Words for ...

    FieldChar.is_dirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  7. SignOptions.comments property | Aspose.Words fo...

    SignOptions.comments property. Specifies comments on the digital signature... certificate_holder = aw . digitalsignatures . CertificateHolder...+ 'morzal.pfx' , password = 'aw' ) # Create a comment and date...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldBuilder.buildAndInsert method | Aspose.Wor...

    Aspose.Words.Fields.FieldBuilder.buildAndInsert method... let doc = new aw . Document (); // A convenient...document builder. let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FileFontSource class | Aspose.Words for Python

    aspose.words.fonts.FileFontSource class. Represents the single TrueType font file stored in the file system... file_font_source = aw . fonts . FileFontSource ( file_path...0 ) doc = aw . Document () doc . font_settings = aw . fonts ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. RevisionCollection.accept_all method | Aspose.W...

    RevisionCollection.accept_all method. Accepts all revisions in this collection....doc_original = aw . Document () builder = aw . DocumentBuilder...) doc_edited = aw . Document () builder = aw . DocumentBuilder...

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