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

rotation

(0.13 sec)
  1. Rust 를 사용하여 PDF 회전 | Aspose.PDF

    Rust via C++ 용 Aspose.PDF 를 사용하여 Rust 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 문서를 회전시킵니다....asposepdf :: { Document , Rotation }; fn main () -> Result <...) ? ; // Rotate page pdf . page_rotate ( 1 , Rotation :: On180...

    products.aspose.com/pdf/ko/rust-cpp/rotate/
  2. 如何使用 Python 旋转 PDF

    这个简短的教程指导如何使用 Python 旋转 PDF。它包含编写应用程序的详细步骤和使用 Python 旋转 PDF 页面的可运行示例代码。...解析 PDF 文件的每一页并交换高度和宽度以更改方向 Rotate 页面内容如有需要 将输出的 PDF 文件以修改后的方向和旋转后的内容保存在磁盘上...使用 aspose.pdf.Rotation 枚举器中的值之一设置 Page.rotate 值。 使用 Python 旋转...

    kb.aspose.com/zh/pdf/python/how-to-rotate-pdf-u...
  3. Concaténer les quaternions et appliquer sur les...

    Aspose.3D for Python via .NET permet aux développeurs de combiner deux transformation de Rotation en une seule représentée dans un quaternion....combiner deux transformation de rotation en une seule représentée dans...Concatenate q1 and q2. q1 and q2 rotate alone x-axis with same angle...

    docs.aspose.com/3d/fr/python-net/concatenate-qu...
  4. Aspose.PSD עבור פייתון דרך .NET 24.8 - הערות לג...

    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....Rotate P:Aspose.PSD.FileFormats.Psd..."Style" : WarpStyles . RISE , "Rotate" : WarpRotates . HORIZONTAL...

    docs.aspose.com/psd/he/python-net/aspose-psd-fo...
  5. 搜索

    搜索... 使用 Page->setRotate(Rotation value) 方法旋轉每個頁面。 使用 Docum...// 旋轉頁面 page->set_Rotate(Aspose::Pdf::Rotation::on180); } // 保存...

    blog.aspose.com/zh-hant/pdf/rotate-pdf-pages-te...
  6. JavaScript ve C++ ile Sayfa Seçenekleri Ayarlam...

    Bu makale, JavaScript ve C++ kullanarak Excel çalışma sayfalarının sayfa seçeneklerini programlı olarak ayarlamak için örnek kod sağlar. Sayfa Yönlendirmesi, Ölçekleme Faktörü, Sayfa Sığdırma Seçenekleri, Kağıt Boyutu, Baskı Kalitesi, İlk Sayfa Numarası ayarlama....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/tr/javascript-cpp/setting...
  7. Rotera BMP-dokument online eller med .NET | pro...

    Rotera BMP-dokument via onlineappen gratis..NET API C#-kod för att rotera BMP-filer....NET Rotate Rotera BMP-dokument online...BMP-fil med Image.Load Call Rotate-metod med relevanta egenskaper...

    products.aspose.com/total/sv/net/rotate/bmp/
  8. Rotera PNG-dokument online eller med .NET | pro...

    Rotera PNG-dokument via onlineappen gratis..NET API C#-kod för att rotera PNG-filer....NET Rotate Rotera PNG-dokument online...PNG-fil med Image.Load Call Rotate-metod med relevanta egenskaper...

    products.aspose.com/total/sv/net/rotate/png/
  9. Arşiv

    Arşiv...rotate = ap.Rotation.ON90 # Döndürülen PDF...dosyasını kaydet doc.save("rotated.pdf") Yukarıdaki kod örneği...

    blog.aspose.com/tr/pdf/rotate-pdf-in-python/
  10. Faire Pivoter les Pages PDF en Utilisant Python...

    Ce sujet décrit comment faire pivoter l'orientation des pages dans un fichier PDF existant par programmation avec Python via C++....page_set_rotate’ Enregistrez le document modifié...join ( dataDir , "results" , "rotated_document.pdf" ) # Création...

    docs.aspose.com/pdf/fr/python-cpp/rotate-pages/