Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 19,474 for

aws

(0.17 sec)
  1. Lưu trữ

    Lưu trữ...words as aw # Tạo một tài liệu mới doc = aw.Document() #...trình xây dựng tài liệu builder = aw.DocumentBuilder(doc) # Chèn hình...

    blog.aspose.com/vi/words/convert-image-to-word-...
  2. FieldTC class | Aspose.Words for Python

    aspose.words.fields.FieldTC class. Implements the TC field...fier (): doc = aw . Document () builder = aw . DocumentBuilder...field_toc = builder . insert_field ( aw . fields . FieldType . FIELD_TOC...

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

    aspose.words.vba.VbaModuleType enumeration. Specifies the type of a model in a VBA project.... doc = aw . Document () # Create a new...new VBA project. project = aw . vba . VbaProject () project . name...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LoadOptions.password property | Aspose.Words fo...

    LoadOptions.password property. Gets or sets the password for opening an encrypted document... let certificateHolder = aw . DigitalSignatures . CertificateHolder...base . myDir + "morzal.pfx" , "aw" ); // Create a comment, date...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FindReplaceOptions.ignoreShapes property | Aspo...

    FindReplaceOptions.ignoreShapes property. Gets or sets a boolean value indicating either to ignore shapes within a text....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertShape ( aw . Drawing . ShapeType . Balloon...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImageSaveOptions.clone method | Aspose.Words fo...

    ImageSaveOptions.clone method. Creates a deep clone of this object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...imageSaveOptions = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DOC को JPG Python में बदलें

    Python कोड DOC को JPG प्रारूप में बदलें। सहेजें 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/hi/python-net/convers...
  8. HTML को JPG Python में बदलें

    Python कोड HTML को JPG प्रारूप में बदलें। सहेजें HTML के रूप में JPG का उपयोग कर 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/hi/python-net/convers...
  9. HTML को SVG Python में बदलें

    Python कोड HTML को SVG प्रारूप में बदलें। सहेजें HTML के रूप में SVG का उपयोग कर 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/hi/python-net/convers...
  10. WORD को TIFF Python में बदलें

    Python कोड WORD को TIFF प्रारूप में बदलें। सहेजें WORD के रूप में TIFF का उपयोग कर Python ।...as aw doc = aw.Document( "Input.docx" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.TIFF) for page in range (doc...

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