Sort Score
Result 10 results
Languages All
Labels All
Results 9,841 - 9,850 of 19,717 for

aws

(0.18 sec)
  1. ImageSaveOptions.use_gdi_emf_renderer property ...

    ImageSaveOptions.use_gdi_emf_renderer property. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF.... doc = aw . Document () builder = aw . DocumentBuilder...save_options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TxtSaveOptions.save_format property | Aspose.Wo...

    TxtSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document () builder = aw . DocumentBuilder...plaintext. txt_save_options = aw . saving . TxtSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SvgSaveOptions.save_format property | Aspose.Wo...

    SvgSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) options = aw . saving . SvgSaveOptions ()...

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

    PageSetup.rtl_gutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-to-left language or a left-to-right language.... doc = aw . Document () # Insert text that...spans several pages. builder = aw . DocumentBuilder ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfSaveOptions.clone method | Aspose.Words for ...

    PdfSaveOptions.clone method. Creates a deep clone of this object.... doc = aw . Document () builder = aw . DocumentBuilder...'' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. WarningInfoCollection class | Aspose.Words for ...

    aspose.words.WarningInfoCollection class. Represents a typed collection of [WarningInfo](../warninginfo/) objects... doc = aw . Document ( file_name = MY_DIR...warnings. warning_collector = aw . WarningInfoCollectio () doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldHyperlink.is_image_map property | Aspose.W...

    FieldHyperlink.is_image_map property. Gets or sets whether to append coordinates to the hyperlink for a server-side image map.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_HYPERLINK...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Преобразовать документ в HTML|Aspose.Words для ...

    Преобразуйте документ практически из любого формата в HTML или MHTML, а также в формат EPUB, используя Python. Вы также можете указать параметры сохранения для управления выходным документом.... doc = aw . Document ( dataDir + "Test...save ( dataDir + "Document" , aw . SaveFormat . HTML ) Чтобы преобразовать...

    docs.aspose.com/words/ru/python-net/convert-a-d...
  9. Converti documento in HTML|Aspose.Words per Pyt...

    Converti un documento da quasi tutti i formati in HTML o MHTML, nonché in formato EPUB utilizzando Python. È inoltre possibile specificare le opzioni di salvataggio per la gestione del documento di output.... doc = aw . Document ( dataDir + "Test...save ( dataDir + "Document" , aw . SaveFormat . HTML ) Per convertire...

    docs.aspose.com/words/it/python-net/convert-a-d...
  10. Compare() generates Track Changes where Reject ...

    Hello, We are currently evaluating Aspose.Words for Python with the intention of purchasing a license for our document processing pipeline. However, we have encountered a critical issue during testing that is blocking u…...documents: v1 = aw.Document("C:\\Temp\\v1.docx") v2 = aw.Document("C:\\Temp\\v2...Document("C:\\Temp\\v2.docx") v1.compare(v2, "AW", datetime.date.today()) v1.save("C:\\Temp\\out...

    forum.aspose.com/t/compare-generates-track-chan...