Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 10,513 for

scaling

(0.06 sec)
  1. Erstellen eines Präsentations-Viewers in Python...

    Erfahren Sie, wie Sie mit Aspose.Slides einen benutzerdefinierten Präsentations-Viewer in Python erstellen. Zeigen Sie PowerPoint‑Dateien (PPTX, PPT) und OpenDocument‑Dateien (ODP) einfach an, ohne Microsoft PowerPoint oder andere Office‑Software....slide_index = 0 scale_x = 1 scale_y = scale_x with slides . Presentation...with slide . get_image ( scale_x , scale_y ) as image : image ....

    docs.aspose.com/slides/de/python-net/presentati...
  2. Change the Presentation Slide Size in C++|Aspos...

    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.... EnsureFit If you want to scale to a smaller slide size and...and you need Aspose.Slides to scale down the slides’ objects to...

    docs.aspose.com/slides/cpp/slide-size/
  3. PageInfo.SizeInPoints | Aspose.Words for .NET

    Discover the PageInfo SizeInPoints property to easily access your page size in points for precise layout control and enhanced design efficiency.... PageCount ); float scale = 1.0f ; float dpi = 96 ; for...GetSizeInPixels(1.0f, 96)} at {scale * 100}% scale, {dpi} dpi" ); // Print...

    reference.aspose.com/words/net/aspose.words.ren...
  4. Конвертация презентаций PowerPoint в документы ...

    Узнайте, как легко конвертировать презентации PowerPoint и OpenDocument в документы Word с помощью Aspose.Slides for Python via .NET. Наше пошаговое руководство с образцом кода на Python предоставляет решение для разработчиков, желающих оптимизировать процессы работы с документами.... bottom_margin = 0 scale_x = 2 scale_y = 2 # Пройтись по всем...with slide . get_image ( scale_x , scale_y ) as image : image_stream...

    docs.aspose.com/slides/ru/python-net/convert-po...
  5. Förenkla skapandet av transformationsmatris med...

    Aspose.3D for Python via .NET API erbjuder Transformbuilder- klassen som förenklar skapandet av transformationsmatrisen med kedjan....rotate_euler_degree ( 0 , 180 , 0 ) # Scale by 2 will change the (x, y,... z) into (2x, 2y, 2z) . scale ( 2 ) # change the (x, y, z) into...

    docs.aspose.com/3d/sv/python-net/simplify-the-c...
  6. Simplificar la creación de la matriz de transfo...

    Aspose.3D for Python via .NET API ofrece la clase TransformBuilder que simplifica la creación de la matriz de transformación mediante las operaciones de la cadena....rotate_euler_degree ( 0 , 180 , 0 ) # Scale by 2 will change the (x, y,... z) into (2x, 2y, 2z) . scale ( 2 ) # change the (x, y, z) into...

    docs.aspose.com/3d/es/python-net/simplify-the-c...
  7. หมุน SVG, ปรับขนาด SVG, แปล และเอียง SVG ใน C#

    เรียนรู้วิธีหมุน SVG, ปรับขนาด SVG, แปล และเอียง SVG ทางโปรแกรมใน C# โดยใช้ Aspose.SVG สำหรับไลบรารี .NET...ty), rotate(angle, cx, cy), scale(sx, sy), skewX(angle), และ skewY(angle)...SetAttribute( "transform" , "scale(2) skewX(30) rotate(10) translate(300)"...

    products.aspose.com/svg/th/net/svg-transformati...
  8. Ajout de formats conditionnels 2 couleurs et 3 ...

    Comment utiliser la bibliothèque Aspose.Cells pour Python via .NET pour ajouter une mise en forme conditionnelle pour les ratios de deux couleurs et trois couleurs. En ajustant ces critères, vous avez plus de contrôle sur l apparence des cellules....color_scale.is_3_color_scale . Cette propriété est...

    docs.aspose.com/cells/fr/python-net/adding-2-co...
  9. PageInfo.HeightInPoints | Aspose.Words for .NET

    Discover the HeightInPoints property of PageInfo to easily access page height in points. Enhance your document layout with precise measurements!... PageCount ); float scale = 1.0f ; float dpi = 96 ; for...GetSizeInPixels(1.0f, 96)} at {scale * 100}% scale, {dpi} dpi" ); // Print...

    reference.aspose.com/words/net/aspose.words.ren...
  10. Python で PowerPoint スライドを画像に変換|Aspose.Slides fo...

    Aspose.Slides for Python via .NET を使用して、PowerPoint と OpenDocument のスライドをさまざまな形式に変換する方法を学びます。PPTX および ODP スライドを BMP、PNG、JPEG、TIFF など高品質で簡単にエクスポートできます。...slides as slides scale_x = 2 scale_y = scale_x with slides . Presentation...get_image ( options , scale_x , scale_y ) as image : # 画像を GIF...

    docs.aspose.com/slides/ja/python-net/convert-sl...