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

aws

(0.09 sec)
  1. Komprimovať HTML V Python

    Komprimujte HTML v Python bez straty kvality. Optimalizujte obsah HTML, jednoducho zmenšite veľkosť súboru....words as aw doc = aw.Document( "Input.html" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/sk/python-net/compres...
  2. Komprimovať DOC V Python

    Komprimujte DOC v Python bez straty kvality. Optimalizujte obsah DOC, jednoducho zmenšite veľkosť súboru....words as aw doc = aw.Document( "Input.doc" ) doc...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/sk/python-net/compres...
  3. דחוס HTML ב Python

    דחוס HTML ב Python מבלי לאבד איכות. בצע אופטימיזציה של תוכן HTML, הקטן את גודל הקובץ בקלות....words as aw doc = aw.Document( "Input.html" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/he/python-net/compres...
  4. Komprimera HTML I Python

    Komprimera HTML i Python utan att förlora kvalitet. Optimera HTML innehåll, minska filstorleken enkelt....words as aw doc = aw.Document( "Input.html" )...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/sv/python-net/compres...
  5. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the document.... let doc = new aw . Document (); // A blank document...first section. let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FixedPageSaveOptions.pageSet property | Aspose....

    FixedPageSaveOptions.pageSet property. Gets or sets the pages to render...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...i ); builder . insertBreak ( aw . BreakType . PageBreak ); }...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PageSetup.page_width property | Aspose.Words fo...

    PageSetup.page_width property. Returns or sets the width of the page in points.... doc = aw . Document () builder = aw . DocumentBuilder...builder . move_to_header_footer ( aw . HeaderFooterType . HEADER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ThemeColor enumeration | Aspose.Words for Python

    aspose.words.themes.ThemeColor enumeration. Specifies the theme colors for document themes... doc = aw . Document () # Define fonts...default values. font . theme_font = aw . themes . ThemeFont . MINOR...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Fai HTML Usando Javascript

    Crea un nuovo HTML in JavaScript in pochi passaggi. Crea facilmente HTML utilizzando la libreria Node.js via .NET....const aw = require( '@aspose/words' ); var doc = new aw.Document()...Document() var builder = new aw.DocumentBuilder(doc) font = builder...

    products.aspose.com/words/it/nodejs-net/make/html/
  10. Vytvořit DOC Pomocí Python

    Vytvořte nový DOC v Python v několika krocích. Snadno vytvořte DOC pomocí knihovny Python via .NET....words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...aspose.words as aw doc = aw.Document() builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/cs/python-net/make/doc/