Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 7,460 for

rotation

(0.06 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Ruota il PDF usando C++ https://products.aspose.com/pdf/it/cpp/rotate/ Recent content in Ruota il PDF usando C++ on Aspsoe.PDF Products Hugo --......com/pdf/it/cpp/rotate/ Recent content in Ruota il...https://products.aspose.com/pdf/it/cpp/rotate/index.xml self application/rss+xml...

    products.aspose.com/pdf/it/cpp/rotate/index.xml
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – หมุน PDF โดยใช้ C# https://products.aspose.com/pdf/th/net/rotate/ Recent content in หมุน PDF โดยใช้ C# on Aspsoe.PDF Products Hugo -- gohugo.io......com/pdf/th/net/rotate/ Recent content in หมุน PDF...https://products.aspose.com/pdf/th/net/rotate/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/net/rotate/index.xml
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – หมุน PDF โดยใช้ Rust https://products.aspose.com/pdf/th/rust-cpp/rotate/ Recent content in หมุน PDF โดยใช้ Rust on Aspsoe.PDF Products Hugo -- ......com/pdf/th/rust-cpp/rotate/ Recent content in หมุน PDF...aspose.com/pdf/th/rust-cpp/rotate/index.xml self application/rss+xml...

    products.aspose.com/pdf/th/rust-cpp/rotate/inde...
  4. How to Detect Orientation of a Detected Barcode...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Figure: A rotated barcode The barcode (rotated 270 degrees)...

    docs.aspose.com/barcode/java/how-to-detect-orie...
  5. Lưu trữ

    Lưu trữ...rotate = ap.Rotation.ON90 # Lưu tệp PDF đã...đã xoay doc.save("rotated.pdf") Mẫu mã trên xoay tất cả các trang...

    blog.aspose.com/vi/pdf/rotate-pdf-in-python/
  6. Transformation zum Knoten hinzufügen|Documentation

    TSR (Translation/Skalierung/Rotation) werden am häufigsten im 3D-Szenario verwendet. Wir haben eine Klasse Transform bereit gestellt, um auf diese in Aspose.3D zuzugreifen....gibt drei Möglichkeiten, die Rotation des Objekts im 3D-Raum, Euler...TSR (Translation/Skalierung/Rotation) werden am häufigsten im 3D-Szenario...

    docs.aspose.com/3d/de/net/adding-transformation...
  7. Comment faire pivoter une image en C#

    Ce bref tutoriel décrit comment faire pivoter une image en C#. Pour faire pivoter l'image par programmation, les paramètres d'environnement C# et un exemple de code sont également partagés avec une description détaillée....Lors de l’utilisation de C# rotate bitmap , l’opération sera démontrée...surface exposée en raison de la rotation de l’image. Vous apprendrez...

    kb.aspose.com/fr/imaging/net/how-to-rotate-imag...
  8. 아카이브

    아카이브... Page->setRotate(Rotation value) 메서드를 사용하여 각 페이지를 회전합니다...페이지 회전 page->set_Rotate(Aspose::Pdf::Rotation::on180); } // PDF...

    blog.aspose.com/ko/pdf/rotate-pdf-pages-text-or...
  9. Dodaj stempel tekstowy do pliku PDF za pomocą P...

    Dodaj stempel tekstowy do pliku PDF programowo za pomocą przykładowego kodu Python przy użyciu pliku Aspose.PDF dla Python for .NET....100 # Rotate stamp textStamp . rotate = apdf . Rotation . ON90...

    products.aspose.com/pdf/pl/python-net/stamps/text/
  10. 使用 Python 旋转 PDF 页面|Aspose.PDF for Python via .NET

    本主题描述如何使用 Python 编程旋转现有 PDF 文件中的页面方向。...您还可以通过使用“rotate”方法设置旋转角度来更改页面方向。 import aspose...) # 设置页面旋转角度 page . rotate = ap . Rotation . ON90 # 保存输出文件 doc...

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