BMP
JPG
PDF
XML
OBJ
BMP
แปลง OBJ เป็น BMP ผ่าน Java
Native Java Library สำหรับอ่าน เขียน และส่งออก OBJ เป็น BMP โดยไม่ต้องใช้ Adobe
วิธีแปลง OBJ เป็น BMP โดยใช้ Java
ในการแสดง OBJ เป็น BMP เราจะใช้ API ของ Aspose.CAD for Java ซึ่งเป็นคุณลักษณะที่หลากหลาย มีประสิทธิภาพ และใช้งานง่าย เพื่อใช้ Conversion API สำหรับแพลตฟอร์ม Java คุณสามารถดาวน์โหลดเวอร์ชันล่าสุดได้โดยตรงจาก Maven และ ติดตั้งภายในโปรเจ็กต์ที่ใช้ Maven โดยเพิ่มการกำหนดค่าต่อไปนี้ใน pom.xml
ที่เก็บ
<repository>
<id>AsposeJavaAPI</id>
<name>Aspose Java API</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
การพึ่งพา
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-cad</artifactId>
<version>version of aspose-cad API</version>
<classifier>jdk17</classifier>
</dependency>
ขั้นตอนในการแปลง OBJ เป็น BMP ผ่าน Java
- โหลดไฟล์ OBJ ด้วยวิธี Image.load
- ตั้งค่าวัตถุของ CadRasterizationOptions ด้วยความสูง & ความกว้างของหน้า
- สร้างอินสแตนซ์ของคลาส BmpOptions และตั้งค่าคุณสมบัติ VectorRasterizationOptions
- เรียกเมธอด Image.save ขณะส่งพาธไฟล์ผลลัพธ์ & ออบเจ็กต์ของ BmpOptions
ข้อกำหนดการแปลง
- Microsoft Windows หรือ OS ที่เข้ากันได้กับ Java Runtime Environment สำหรับแอปพลิเคชัน JSP/JSF และแอปพลิเคชันเดสก์ท็อป - รับ Aspose.CAD เวอร์ชันล่าสุดสำหรับ Java โดยตรงจาก MavenOBJ เป็น BMP Java Conversion Source Code
แอพฟรีเพื่อแปลง OBJ เป็น BMP
Convert OBJ to BMP right now by visiting our Live Demos website.The live demo has the following benefits
No need to download Aspose API.
No need to write any code.
Just upload your OBJ file, it will be converted instantly to BMP.
You will get the download link.