Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 15,371 for

transformation

(1.14 sec)
  1. Arbeiten mit Bildern in PostScript | C++

    Wie man ein Bild zu einer PS-Datei hinzufügt, ist eine Frage, die von der Aspose.Page-API-Lösung für C++ beantwortet wird....Erstellen Sie die erforderliche Transformation für das Bild. Fügen Sie...try 31 { 32 //Create image transform 33 System::SharedPtr < Sy...

    docs.aspose.com/page/de/cpp/ps/working-with-ima...
  2. Робота із зображеннями в PostScript | .NET

    Як додати зображення до файлу PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...//Create image transform 18 Matrix transform = new Matrix();...Matrix(); 19 transform. Translate (35, 300); 20 transform. Scale (3, 3);...

    docs.aspose.com/page/uk/net/ps/working-with-ima...
  3. Convert DNG File to JPG using Python

    This article provides guidance on how to convert DNG file to JPG using Python. It has all the details to set the IDE, a list of steps, and a sample code to transform DNG to JPG using Python....article guides you on how to transform a DMG file to JPEG file using...default values Apply image transformations, if required, and save...

    kb.aspose.com/imaging/python/convert-dng-file-t...
  4. Przekształć XML przy użyciu Java | Aspose.PDF

    Przekształć XML programowo za pomocą przykładowego kodu Java przy użyciu pliku Aspose.PDF dla Java... newInstance (); Transformer transformer = factory . newTransformer...StreamResult ( baos ); transformer . transform ( xmlSource , output...

    products.aspose.com/pdf/pl/java/transform-xml/
  5. C# 를 사용하여 XML 변환 | Aspose.PDF

    .NET 용 Aspose.PDF 파일을 사용하여 C# 샘플 코드를 사용하여 프로그래밍 방식으로 XML을 변환합니다....string xsltString ) { var transform = new System . Xml . Xsl ...StringReader ( xsltString ))) { transform . Load ( reader ); } var memoryStream...

    products.aspose.com/pdf/ko/net/transform-xml/
  6. تبدیل XML با استفاده از Python | Aspose.PDF

    تبدیل XML به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET...pdf as apdf transform_xml_to_html ( input_xml ,...xml.etree.ElementTree as ET transform = ET . XSLT ( ET . XML ( xslt_string...

    products.aspose.com/pdf/fa/python-net/transform...
  7. Generate Point Cloud to DXF File Formats via Ja...

    Sample Java generate point cloud code for DXF file. Use this example code to generate point cloud to DXF file within any Web or Desktop Java based application....3D Create a transform object through the EvaluateGlobalTransf...getEntities().size()> 0 ) { Matrix4 transform=n.evaluateGlobalTransf( true...

    products.aspose.com/3d/java/point-cloud/dxf/
  8. Generate Point Cloud to FBX File Formats via Ja...

    Sample Java generate point cloud code for FBX file. Use this example code to generate point cloud to FBX file within any Web or Desktop Java based application....3D Create a transform object through the EvaluateGlobalTransf...getEntities().size()> 0 ) { Matrix4 transform=n.evaluateGlobalTransf( true...

    products.aspose.com/3d/java/point-cloud/fbx/
  9. Generate Point Cloud to VRML File Formats via J...

    Sample Java generate point cloud code for VRML file. Use this example code to generate point cloud to VRML file within any Web or Desktop Java based application....3D Create a transform object through the EvaluateGlobalTransf...getEntities().size()> 0 ) { Matrix4 transform=n.evaluateGlobalTransf( true...

    products.aspose.com/3d/java/point-cloud/vrml/
  10. Export Scene to Compressed AMF Format|Documenta...

    Aspose.3D for .NET offers AmfSaveOptions class which allows you to set bool value for compression as per your requirements. By default the value is set to true.... Transform ; tr . Scale = new Vector3...CreateChildNode ( box ). Transform ; // Scale transform tr . Scale = new...

    docs.aspose.com/3d/net/export-scene-to-compress...