Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 7,546 for

rotate

(0.13 sec)
  1. Förenkla skapandet av transformationsmatris med...

    Aspose.3D for Python via .NET API erbjuder Transformbuilder- klassen som förenklar skapandet av transformationsmatrisen med kedjan.... 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/sv/python-net/simplify-the-c...
  2. Python을 사용하여 PDF를 회전하는 방법

    이 짧은 자습서는 Python을 사용하여 PDF를 회전하는 방법을 안내합니다. 여기에는 응용 프로그램을 작성하는 자세한 단계와 Python을 사용하여 PDF 페이지를 회전하는 실행 가능한 샘플 코드가 포함되어 있습니다.... Rotate 필요한 경우 페이지 콘텐츠도 방향이 수정되고 내용이...회전하려면 aspose.pdf.Rotation 열거자의 값 중 하나로 Page.rotate 값을 설정할 수 있습니다...

    kb.aspose.com/ko/pdf/python/how-to-rotate-pdf-u...
  3. Best practice to consider image alignment when ...

    Hello, a technical question. We convert pictures, including many pictures taken with mobile phones, to PDF. Is there a way to take into account the rotation of the mobile phone picture when converting to PDF? Kind Reg…...way to take into account the rotation of the mobile phone picture...provide examples of normal and rotated photos so we could test this...

    forum.aspose.com/t/best-practice-to-consider-im...
  4. Memutar Halaman PDF Menggunakan Python|Aspose.P...

    Topik ini menjelaskan bagaimana memutar orientasi halaman dalam file PDF yang ada secara programatis dengan Python....rotasi menggunakan metode ‘rotate’. import aspose.pdf as ap doc...rotasi halaman page . rotate = ap . Rotation . ON90 # Simpan file...

    docs.aspose.com/pdf/id/python-net/rotate-pages/
  5. Архів

    Архів...rotate = ap.Rotation.ON90 # Зберегти повернутий...повернутий файл PDF doc.save("rotated.pdf") Наведений вище приклад...

    blog.aspose.com/uk/pdf/rotate-pdf-in-python/
  6. NNNransformation to the Node|Documentation

    Aspose.3D for Java API has support to Rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....for Java API has support to rotate objects in 3D space. There...three ways to define object’s rotation in 3D space, Euler angles...

    docs.aspose.com/3d/tr/java/adding-transformatio...
  7. Setting Page Options with JavaScript via C++|Do...

    This article provides sample code to set page options of Excel worksheets programmatically using JavaScript via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/javascript-cpp/setting-pa...
  8. Impostare le opzioni di pagina con JavaScript v...

    Questo articolo fornisce codice di esempio per impostare le opzioni di pagina dei fogli di lavoro di Excel programmaticamente usando JavaScript via C++. Impostare l’orientamento della pagina, il fattore di scala, le opzioni di adattamento su più pagine, la dimensione della carta, la qualità di stampa, il numero della prima pagina....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/it/javascript-cpp/setting...
  9. Seitenseitenoptionen mit JavaScript via C++ ein...

    Dieser Artikel bietet Beispielcode, um Seiteneinstellungen von Excel Arbeitsblättern programmgesteuert mit JavaScript via C++ festzulegen. Seitenausrichtung, Skalierungsfaktor, FitToPages Optionen, Papiergröße, Druckqualität, Erste Seiten Nummer....PaperJISB4Rotated B4 (JIS) Rotated 364 x 257 mm PaperJISB5Rotated...PaperJISB5Rotated B5 (JIS) Rotated 257 x 182 mm PaperJapanesePostcar Japanese...

    docs.aspose.com/cells/de/javascript-cpp/setting...
  10. Obróć plik PDF za pomocą C# | Aspose.PDF

    Obróć dokumenty PDF programowo za pomocą przykładowego kodu C# przy użyciu pliku Aspose.PDF dla .NET... Combine ( dataDir , "Rotate.pdf" ); var outputFile = Path...Path . Combine ( dataDir , "Rotate_out.pdf" ); var document =...

    products.aspose.com/pdf/pl/net/rotate/