Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 7,550 for

rotate

(2.69 sec)
  1. یادداشت های نسخه انتشار Aspose.PSD برای Python ...

    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/fa/python-net/aspose-psd-fo...
  2. บันทึกการอัปเดต Aspose.PSD for Python via .NET ...

    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/th/python-net/aspose-psd-fo...
  3. PDF内のテキストをPythonで回転させる|Aspose.PDF for Python vi...

    PDFにテキストを回転させるさまざまな方法を学びます。Aspose.PDFを使用すると、任意の角度にテキストを回転させたり、テキストの断片や全文を回転させたりできます。...textFragment2 = new TextFragment ( "rotated text" ); textFragment2 . Position...textFragment2 . TextState . Rotation = 45 ; // 回転されたテキストフラグメントを作成...

    docs.aspose.com/pdf/ja/python-net/rotate-text-i...
  4. Procurar

    Procurar...rotate = ap.Rotation.ON90 # Salvar arquivo...arquivo PDF girado doc.save("rotated.pdf") O exemplo de código acima...

    blog.aspose.com/pt/pdf/rotate-pdf-in-python/
  5. 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/
  6. 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/
  7. Comment faire pivoter un PDF avec C#

    Cet article explique comment faire pivoter un PDF à l'aide de C#. Il a des paramètres d'environnement de développement, une liste d'étapes à effectuer et un exemple de code exécutable pour faire pivoter les pages PDF à l'aide de C#....jour Définissez la propriété Rotation de la page pour faire également...propriété Rotation de la page définie sur Rotation.on270 dans...

    kb.aspose.com/fr/pdf/net/how-to-rotate-pdf-usin...
  8. Cannot Make Image Match Page Size (Cover Whole ...

    I am adding image to the page. The image must match the page size. For some PDFs it works for other the image appears approximately 8.4 times smaller than the page. Please see the code below, I also have attached the P…...3 KB) testpng_rotated.png (26.6 KB) Aspose.Pdf.Document...MarginInfo(0, 0, 0, 0); //page.Rotate = Rotation.None; var box = page.CropBox...

    forum.aspose.com/t/cannot-make-image-match-page...
  9. IBarcodeGenerator class | Aspose.Words for Python

    aspose.words.fields.IBarcodeGenerator class. Public interface for barcode custom generator...e : return def_val def get_rotation_angle ( self , rotationAngle...the rotation angle in degrees based on the given rotation angle...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 搜索

    搜索...rotate = ap.Rotation.ON90 # 保存旋轉後的 PDF 文件...文件 doc.save("rotated.pdf") 上面的代碼示例旋轉 PDF 文件中的所有頁面。但是,您可以將其修改為...

    blog.aspose.com/zh-hant/pdf/rotate-pdf-in-python/