Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 7,508 for

rotation

(1.28 sec)
  1. Archivio

    Archivio...rotate = ap.Rotation.ON90 # Salva il file...file PDF ruotato doc.save("rotated.pdf") L’esempio di codice precedente...

    blog.aspose.com/it/pdf/rotate-pdf-in-python/
  2. Archiv

    Archiv...rotate = ap.Rotation.ON90 # Gedrehte PDF-Datei...PDF-Datei speichern doc.save("rotated.pdf") Das obige Codebeispiel...

    blog.aspose.com/de/pdf/rotate-pdf-in-python/
  3. Simplifier la création de matrice de transforma...

    Aspose.3D for Python via .NET API offre la classe TransformBuilder qui simplifie la création de la matrice de transformation par les opérations de la chaîne.... translate ( 1 , 0 , 0 ) # Rotate alone with the Y axis with...(x, y, z) into (-x, y, -z) . rotate_euler_degree ( 0 , 180 , 0...

    docs.aspose.com/3d/fr/python-net/simplify-the-c...
  4. Ajout de la transformation au nœud|Documentation

    TSR (Translation/Scaling/Rotation) sont les plus couramment utilisés dans le scénario 3D, nous avons fourni une classe Transform pour y accéder dans Aspose.3D....trois façons de définir la rotation de l’objet dans l’espace 3D...Les TSR (Translation/Scaling/Rotation) sont les plus couramment...

    docs.aspose.com/3d/fr/net/adding-transformation...
  5. Archivo

    Archivo...rotate = ap.Rotation.ON90 # Guardar archivo...archivo PDF girado doc.save("rotated.pdf") El ejemplo de código anterior...

    blog.aspose.com/es/pdf/rotate-pdf-in-python/
  6. Aدينغ رانسفورميشن إلى oode|Documentation

    تُستخدم TSR (الترجمة/القياس/الدوران) بشكل شائع في سيناريو 3D ، قدمنا تحويل فئة للوصول إليها بـ Aspose.3D.... Rotate بواسطة Quaternion from aspose...mesh # Set rotation cubeNode . transform . rotation = Quaternion...

    docs.aspose.com/3d/ar/python-net/adding-transfo...
  7. SVG foreignObject Not Rendered During HTML to P...

    SVG foreignObject Not Rendered During HTML to PDF Conversion Using Word Cloud API SVG foreignObject Not Rendered During HTML to PDF Conversion Using Word Cloud API Greetings, We are currently evalu......max-width: 0px; transform: rotate(0deg); transform-origin: 0px...max-width: 0px; transform: rotate(0deg); transform-origin: 0px...

    forum.aspose.com/t/svg-foreignobject-not-render...
  8. Повернуть страницы PDF в Python|Aspose.PDF для ...

    Узнайте, как вращать страницы PDF и менять ориентацию страниц в Python....ap from os import path def rotate_page ( infile , outfile ):...document . pages : page . rotate = ap . Rotation . ON90 document . save...

    docs.aspose.com/pdf/ru/python-net/rotate-pages/
  9. aspose.svg

    docs.aspose.com/svg/files/aspose.svg

  10. تدوير صفحات PDF باستخدام بايثون|Aspose.PDF لـ P...

    يصف هذا الموضوع كيفية تدوير اتجاه الصفحة في ملف PDF موجود برمجيًا باستخدام بايثون....زاوية الدوران باستخدام طريقة ‘rotate’. import aspose.pdf as ap doc...دوران الصفحة page . rotate = ap . Rotation . ON90 # حفظ الملف...

    docs.aspose.com/pdf/ar/python-net/rotate-pages/