Sort Score
Result 10 results
Languages All
Labels All
Results 7,081 - 7,090 of 19,496 for

aws

(0.22 sec)
  1. Doc to Docx conversion -> Requested default val...

    import aspose.words as aw import aspose.words.saving as saving _license = aw.License() _license.set_license(str(ASPOSE_LICENSE_PATH)) ... doc = aw.Document(str(input_path)) try: doc.save(str(output_path), aw.Save…...as aw import aspose.words.saving as saving _license = aw.License()...set_license(str(ASPOSE_LICENSE_PATH)) ... doc = aw.Document(str(input_path)) try:...

    forum.aspose.com/t/doc-to-docx-conversion-reque...
  2. FieldQuote.text property | Aspose.Words for Python

    FieldQuote.text property. Gets or sets the text to retrieve.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_QUOTE...

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

    aspose.words.saving.DmlRenderingMode enumeration. Specifies how DrawingML shapes are rendered to fixed page formats.... doc = aw . Document ( file_name = MY_DIR...the document to .PDF. options = aw . saving . PdfSaveOptions ()...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ParagraphFormat.line_spacing_rule property | As...

    ParagraphFormat.line_spacing_rule property. Gets or sets the line spacing for the paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . line_spacing_rule = aw . LineSpacingRule . AT_LEAST...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DOCX को Python में संपीड़ित करें

    गुणवत्ता खोए बिना DOCX को Python में संपीड़ित करें। DOCX सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...words as aw doc = aw.Document( "Input.docx" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/hi/python-net/compres...
  6. Преобразуйте многостраничный документ в изображ...

    Экспортируйте многостраничные документы в растровые изображения (JPG, PNG, GIF, BMP, TIFF, WebP) используя Python....горизонтальным расположением: doc = aw . Document ( file_name = ' Rendering...) options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    docs.aspose.com/words/ru/python-net/convert-a-m...
  7. Převod vícestránkového dokumentu na obrázek v P...

    Export vícestránkových dokumentů do rastrových obrázků (JPG, PNG, GIF, BMP, TIFF, WebP) Pomocí Python....horizontálním rozložením: doc = aw . Document ( file_name = ' Rendering...) options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    docs.aspose.com/words/cs/python-net/convert-a-m...
  8. Çok Sayfalı Bir Belgeyi Python içindeki Bir Gör...

    Çok sayfalı belgeleri raster görüntülere dışa aktarma (JPG, PNG, GIF, BMP, TIFF, WebP) Python kullanarak....kaydedileceğini gösterir: doc = aw . Document ( file_name = ' Rendering...) options = aw . saving . ImageSaveOptions ( aw . SaveFormat...

    docs.aspose.com/words/tr/python-net/convert-a-m...
  9. ListLevel.textPosition property | Aspose.Words ...

    ListLevel.textPosition property. Returns or sets the position (in points) for the second line of wrapping text for the list level.... let doc = new aw . Document (); // A list allows...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. WebExtension.is_frozen property | Aspose.Words ...

    WebExtension.is_frozen property. Specifies whether the user can interact with the web extension or not.... doc = aw . Document () # Create task pane...location. my_script_task_pane = aw . webextensions . TaskPane ()...

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