Sort Score
Result 10 results
Languages All
Labels All
Results 9,691 - 9,700 of 32,288 for

renderer

(0.08 sec)
  1. XML به PNG تبدیل با استفاده از C# | Aspose.PDF

    کد نمونه برای تبدیل XML به PNG C#. استفاده از کد نمونه API برای فایل های دسته ای XML به PNG تبدیل در VB.NET, ASP.NET یا هر برنامه مبتنی بر دات نت... Pages ) { var renderer = new Aspose . Pdf . Devices...Devices . PngDevice (); renderer . Process ( page , string . Format...

    products.aspose.com/pdf/fa/net/conversion/xml-t...
  2. XPS به TXT تبدیل با استفاده از C++ | Aspose.PDF

    کد نمونه برای تبدیل XPS به TXT تبدیل با استفاده از C++. از مثال C++ برای تبدیل دسته ای XPS به TXT استفاده کنید....an object of XPStDevice var renderer = new Aspose . Pdf . Devices...Devices . TextDevice (); renderer . Process ( document . Pages [...

    products.aspose.com/pdf/fa/cpp/conversion/xps-t...
  3. PS به JPEG تبدیل با استفاده از C# | Aspose.PDF

    کد نمونه برای تبدیل PS به JPEG C#. استفاده از کد نمونه API برای فایل های دسته ای PS به JPEG تبدیل در VB.NET, ASP.NET یا هر برنامه مبتنی بر دات نت... PsLoadOptions ()); var renderer = new Aspose . Pdf . Devices...Devices . JpegDevice (); renderer . Process ( pdfDocument . Pages...

    products.aspose.com/pdf/fa/net/conversion/ps-to...
  4. EPS เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ Java | A...

    การแปลง EPS เป็น EMF ผ่านโค้ดตัวอย่าง Java โปรแกรมเมอร์สามารถใช้โค้ดตัวอย่างนี้เพื่อส่งออก EPS ไปยัง EMF ภายในแอปพลิเคชันที่ใช้ Java บนเว็บหรือเดสก์ท็อป...object of EmfDevice PngDevice renderer = new EmfDevice (); // convert...particular PDF page to EMF format renderer . process ( document . getPages...

    products.aspose.com/pdf/th/java/conversion/eps-...
  5. HTML เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ Java | ...

    การแปลง HTML เป็น TIFF ผ่านโค้ดตัวอย่าง Java โปรแกรมเมอร์สามารถใช้โค้ดตัวอย่างนี้เพื่อส่งออก HTML ไปยัง TIFF ภายในแอปพลิเคชันที่ใช้ Java บนเว็บหรือเดสก์ท็อป...object of TiffDevice PngDevice renderer = new TiffDevice (); // convert...particular PDF page to TIFF format renderer . process ( document . getPages...

    products.aspose.com/pdf/th/java/conversion/html...
  6. EPUB เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ Java | ...

    การแปลง EPUB เป็น PNG ผ่านโค้ดตัวอย่าง Java โปรแกรมเมอร์สามารถใช้โค้ดตัวอย่างนี้เพื่อส่งออก EPUB ไปยัง PNG ภายในแอปพลิเคชันที่ใช้ Java บนเว็บหรือเดสก์ท็อป...object of PngDevice PngDevice renderer = new PngDevice (); // convert...particular PDF page to PNG format renderer . process ( document . getPages...

    products.aspose.com/pdf/th/java/conversion/epub...
  7. CGM เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ Java | A...

    การแปลง CGM เป็น TIFF ผ่านโค้ดตัวอย่าง Java โปรแกรมเมอร์สามารถใช้โค้ดตัวอย่างนี้เพื่อส่งออก CGM ไปยัง TIFF ภายในแอปพลิเคชันที่ใช้ Java บนเว็บหรือเดสก์ท็อป...an object of tiffDevice var renderer = new Aspose . Pdf . Devices...save the image in TIFF format renderer . Process ( document , "output...

    products.aspose.com/pdf/th/java/conversion/cgm-...
  8. EPS เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ Java | A...

    การแปลง EPS เป็น PNG ผ่านโค้ดตัวอย่าง Java โปรแกรมเมอร์สามารถใช้โค้ดตัวอย่างนี้เพื่อส่งออก EPS ไปยัง PNG ภายในแอปพลิเคชันที่ใช้ Java บนเว็บหรือเดสก์ท็อป...object of PngDevice PngDevice renderer = new PngDevice (); // convert...particular PDF page to PNG format renderer . process ( document . getPages...

    products.aspose.com/pdf/th/java/conversion/eps-...
  9. EPUB เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ Java | ...

    การแปลง EPUB เป็น JPEG ผ่านโค้ดตัวอย่าง Java โปรแกรมเมอร์สามารถใช้โค้ดตัวอย่างนี้เพื่อส่งออก EPUB ไปยัง JPEG ภายในแอปพลิเคชันที่ใช้ Java บนเว็บหรือเดสก์ท็อป...object of JpegDevice PngDevice renderer = new JpegDevice (); // convert...particular PDF page to JPEG format renderer . process ( document . getPages...

    products.aspose.com/pdf/th/java/conversion/epub...
  10. MHT เป็น {{FILERESSULT}} ตัวแปลงโดยใช้ Java | A...

    การแปลง MHT เป็น PNG ผ่านโค้ดตัวอย่าง Java โปรแกรมเมอร์สามารถใช้โค้ดตัวอย่างนี้เพื่อส่งออก MHT ไปยัง PNG ภายในแอปพลิเคชันที่ใช้ Java บนเว็บหรือเดสก์ท็อป...an object of EmfDevice var renderer = new Aspose . Pdf . Devices...save the image in EMF format renderer . Process ( document . Pages...

    products.aspose.com/pdf/th/java/conversion/mht-...