Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 7,636 for

rotation

(0.14 sec)
  1. Faire pivoter les pages PDF par programmation|A...

    Changer l'orientation des pages et ajuster le contenu de la page à la nouvelle orientation de la page en utilisant Java....chaque page et définissez la rotation à 90 degrés. Enregistrez le...$page -> setRotate (( new Rotation ()) -> On90 ); } // Enregistrer...

    docs.aspose.com/pdf/fr/php-java/rotate-pages/
  2. WatermarkLayout Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.WatermarkLayout-enum för optimal vattenstämpelpositionering. Förbättra din dokumentdesign med exakt layoutkontroll och anpassning.... Motsvarar 0 graders rotation. Diagonal 315 Diagonal vattenstämpellayout...vattenstämpellayout. Motsvarar 315 graders rotation. Exempel Visar hur man skapar...

    reference.aspose.com/words/sv/net/aspose.words/...
  3. 記録

    記録... Aspose PDF Rotator は、無料で快速かつ安全なソリューションを提供します。...オンラインでPDFを回転させる手順 # Aspose Rotate PDF アプリを訪れてください。 ファイルをドロップするかアップロードしてください。...

    blog.aspose.com/ja/pdf/rotate-pdf-document-online/
  4. 記録

    記録...rotate = ap.Rotation.ON90 # 回転したPDFファイルを保存...回転したPDFファイルを保存 doc.save("rotated.pdf") 上記のコード サンプルは、PDF ファイル内のすべてのページを回転...

    blog.aspose.com/ja/pdf/rotate-pdf-in-python/
  5. Cắt, Xoay và Thay Đổi Kích Thước Hình Ảnh|Docum...

    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....thể thực hiện thao tác cụ thể Rotate & Flip trên nó. Xoay một Hình...ảnh. Các bước để thực hiện Rotate & Flip như sau, Tải hình ảnh...

    docs.aspose.com/psd/vi/net/crop-rotate-and-resi...
  6. Ajouter filigrane au PDF avec Node.js via C++|D...

    Apprenez comment ajouter un filigrane texte et image au PDF lors de la conversion d Excel en PDF en utilisant Aspose.Cells for Node.js via C++....l’alignement, le décalage, la rotation, l’opacité, l’avant-plan/arrière-plan...TextAlignmentType . Center ); // specify rotation watermark . setRotation (...

    docs.aspose.com/cells/fr/nodejs-cpp/add-waterma...
  7. התעדכונים של Aspose.PSD עבור .NET 20.10|Documen...

    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.... // We can scale, rotate, skew, distort, perspective...example demonstrates how to rotate and flip the Adobe® Photoshop®...

    docs.aspose.com/psd/he/net/aspose-psd-for-net-2...
  8. 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/
  9. Overview|Aspose.PDF for Rust via C++

    Overview of key-features and supported formats of Aspose.PDF for Rust, installation and licensing manual of Rust via C++ library....Optimize PDF Add, delete or rotate pages The Working with PDF...delete, rotate pages in PDF. You can add, delete, and rotate PDF...

    docs.aspose.com/pdf/rust-cpp/overview/
  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/