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

aws

(0.19 sec)
  1. TableStyle.allowBreakAcrossPages property | Asp...

    TableStyle.allowBreakAcrossPages property. Gets or sets a flag indicating whether text in a table row is allowed to split across a page break....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TableStyle.bottomPadding property | Aspose.Word...

    TableStyle.bottomPadding property. Gets or sets the amount of space (in points) to add below the contents of table cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HtmlFixedPageHorizontalAlignment enumeration | ...

    aspose.words.saving.HtmlFixedPageHorizontalAlignment enumeration. Specifies the horizontal alignment for pages in output HTML document.... doc = aw . Document ( MY_DIR + 'Rendering...docx' ) html_fixed_save_options = aw . saving . HtmlFixedSaveOptions...

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

    Archivio...words as aw from datetime import date # Carica...PDF PDF1 = aw.Document("Document.pdf") PDF2 = aw.Document("Document2...

    blog.aspose.com/it/total/document-comparison-in...
  5. Procurar

    Procurar...words as aw from datetime import date # Carregar...PDF PDF1 = aw.Document("Document.pdf") PDF2 = aw.Document("Document2...

    blog.aspose.com/pt/total/document-comparison-in...
  6. تبدیل TEXT به تصویر Python

    فرمت TEXT به تصویر در Python کنید. با استفاده از Python TEXT به عنوان تصویر ذخیره کنید....as aw doc = aw.Document( "Input.txt" ) save_options = aw.saving...saving.ImageSaveOptions(aw.SaveFormat.JPG) for page in range (doc...

    products.aspose.com/words/fa/python-net/convers...
  7. تبدیل تصویر به SVG Python

    فرمت تصویر به SVG در Python کنید. با استفاده از Python تصویر به عنوان SVG ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.svg" , aw.saving.ImageSaveOptions(aw.SaveFormat.SVG))...

    products.aspose.com/words/fa/python-net/convers...
  8. تبدیل JPG به تصویر Python

    فرمت JPG به تصویر در Python کنید. با استفاده از Python JPG به عنوان تصویر ذخیره کنید....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)..."Output.jpg" , aw.saving.ImageSaveOptions(aw.SaveFormat.JPG))...

    products.aspose.com/words/fa/python-net/convers...
  9. تبدیل WORD به PNG Python

    فرمت WORD به PNG در Python کنید. با استفاده از Python WORD به عنوان PNG ذخیره کنید....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/fa/python-net/convers...
  10. تبدیل DOC به تصویر Python

    فرمت DOC به تصویر در Python کنید. با استفاده از Python DOC به عنوان تصویر ذخیره کنید....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/fa/python-net/convers...