Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 6,773 for

shape rendering

(0.12 sec)
  1. דחוס HTML ב Python

    דחוס HTML ב Python מבלי לאבד איכות. בצע אופטימיזציה של תוכן HTML, הקטן את גודל הקובץ בקלות....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/he/python-net/compres...
  2. ضغط WORD في Python

    ضغط WORD في Python دون فقدان الجودة. تحسين المحتوى WORD وتقليل حجم الملف بسهولة....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ar/python-net/compres...
  3. Optimalizujte Obsah Souboru Pomocí Python

    Komprimujte soubory v Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS bez ztráty kvality...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/cs/python-net/compress/
  4. Optimer Filens Indhold Ved Hjælp Af Python

    Komprimer filer i Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS uden at miste kvalitet...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/da/python-net/compress/
  5. Komprimera HTML I Python

    Komprimera HTML i Python utan att förlora kvalitet. Optimera HTML innehåll, minska filstorleken enkelt....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/sv/python-net/compres...
  6. บีบอัด HTML ใน Python

    บีบอัด HTML ใน Python โดยไม่สูญเสียคุณภาพ เพิ่มประสิทธิภาพเนื้อหา HTML ลดขนาดไฟล์ได้อย่างง่ายดาย...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/th/python-net/compres...
  7. Comprimați WORD În Python

    Comprimați WORD în Python fără a pierde calitatea. Optimizați conținutul WORD, reduceți cu ușurință dimensiunea fișierului....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ro/python-net/compres...
  8. Comprimați DOCX În Python

    Comprimați DOCX în Python fără a pierde calitatea. Optimizați conținutul DOCX, reduceți cu ușurință dimensiunea fișierului....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ro/python-net/compres...
  9. فشرده سازی TIFF در Python

    بدون از دست دادن کیفیت، TIFF را در Python فشرده کنید. محتوای TIFF را بهینه کنید، اندازه فایل را به راحتی کاهش دهید....DocumentBuilder(doc) shape = builder.InsertImage( "Input...TiffCompression.LZW shape.get_shape_renderer().save( "Output.tiff"...

    products.aspose.com/words/fa/python-net/compres...
  10. How to Add Text to a PNG File using C#

    This article guides on how to add text to a PNG file using C#. It has details to set the development environment, a list of steps, and a runnable sample code to add text to PNG using C#....different options to customize the rendered text as per the application...Graphics.DrawString() method to render text on the bitmap Save the...

    kb.aspose.com/drawing/net/how-to-add-text-to-a-...