Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 7,446 for

rotation

(0.16 sec)
  1. Как повернуть PDF с помощью Python

    В этом кратком руководстве рассказывается, как повернуть PDF-файл с помощью Python. Он содержит подробные шаги по написанию приложения и исполняемый пример кода для поворота страниц PDF с помощью Python.... Rotate содержимое страницы также,...можете установить значение Page.rotate с одним из значений перечислителя...

    kb.aspose.com/ru/pdf/python/how-to-rotate-pdf-u...
  2. PDF forgatása Python segítségével

    Ez a rövid oktatóanyag bemutatja, hogyan forgathatja el a PDF-et Python használatával. Részletes lépéseket tartalmaz az alkalmazás megírásához, valamint egy futtatható mintakódot a PDF-oldalak Python használatával történő forgatásához....tájolás megváltoztatásához Rotate az oldal tartalmát is, ha szükséges...beállíthatja a Page.rotate értéket az aspose.pdf.Rotation enumerator egyik...

    kb.aspose.com/hu/pdf/python/how-to-rotate-pdf-u...
  3. Faire pivoter les pages PDF à l'aide de Python|...

    Ce sujet décrit comment faire pivoter l'orientation de la page dans un fichier PDF existant de manière programmatique avec Python....l’angle de rotation en utilisant la méthode ‘rotate’. import aspose...l'angle de rotation de la page page . rotate = ap . Rotation . ON90...

    docs.aspose.com/pdf/fr/python-net/rotate-pages/
  4. PDF 내부 텍스트 회전 C++ 사용|Aspose.PDF for C++

    텍스트를 PDF로 회전하는 다양한 방법을 배웁니다. Aspose.PDF는 텍스트를 임의의 각도로 회전하거나 텍스트 단편 또는 전체 단락을 회전할 수 있습니다....내부 텍스트 회전 TextFragment 클래스의 Rotation 속성을 사용하여 텍스트를 다양한 각도로 회전할...MakeObject < TextFragment > ( "rotated text" ); textFragment2 -> set_Position...

    docs.aspose.com/pdf/ko/cpp/rotate-text-inside-pdf/
  5. Hücre Yazısını C++ ile Döndürme Yöntemi|Documen...

    C++ kodu ile Aspose.Cells for C++ API kullanarak Hücre yazısını döndürme... PutValue ( u "a1 rotate text" ); Style a1Style = a1.... GetStyle (); // Set the rotation angle in degrees a1Style ...

    docs.aspose.com/cells/tr/cpp/how-to-rotate-text...
  6. كيفية تدوير نص الخلية باستخدام C++|Documentation

    كود C++ لتدوير نص الخلية باستخدام واجهة برمجة التطبيقات Aspose.Cells for C++... PutValue ( u "a1 rotate text" ); Style a1Style = a1.... GetStyle (); // Set the rotation angle in degrees a1Style ...

    docs.aspose.com/cells/ar/cpp/how-to-rotate-text...
  7. Layer Manipulation in Aspose.PSD for Java|Docum...

    Examples of how to manipulate Layers of PSD File in Java...the resize method, rotate others with rotate, and adjust contrast...proves invaluable for resizing, rotating, applying filters, and more...

    docs.aspose.com/psd/java/psd-layer-manipulation/
  8. تدوير صفحات PDF باستخدام C#|Aspose.PDF for .NET

    يصف هذا الموضوع كيفية تدوير اتجاه الصفحة في ملف PDF موجود برمجياً باستخدام C#....زاوية الدوران باستخدام طريقة Rotate(). // For complete examples...Setting Rotation angle of page page . Rotate = Rotation . on90...

    docs.aspose.com/pdf/ar/net/rotate-pages/
  9. Concatenar cuaterniones y aplicar en entidades ...

    Aspose.3D for .NET permite a los desarrolladores combinar dos transformaciones de rotación en una representada en un cuaternión.... q1 and q2 rotate alone x-axis with same angle...)); cylinder . Transform . Rotation = q1 ; cylinder . Transform...

    docs.aspose.com/3d/es/net/concatenate-quaternio...
  10. Archiv

    Archiv...rotate = ap.Rotation.ON90 # Uložit otočený...otočený soubor PDF doc.save("rotated.pdf") Výše uvedená ukázka kódu...

    blog.aspose.com/cs/pdf/rotate-pdf-in-python/