通過 Java 示例代碼將 XML 轉換為 JPEG。 程序員可以使用此示例代碼在任何基於 Web 或桌面 Java 的應用程序中將 XML 導出到 JPEG。...object of JpegDevice JpegDevice renderer = new JpegDevice (); rt first...particular PDF page to JPEG format renderer . process ( pdfDocument ....
通過 Java 示例代碼將 SVG 轉換為 DOCX。 程序員可以使用此示例代碼在任何基於 Web 或桌面 Java 的應用程序中將 SVG 導出到 DOCX。...()); EmfDevice renderer = new EmfDevice (); renderer . process (...SVG to PPTX SVG to TEX SVG to TIFF SVG to TXT SVG to XLS SVG to...
通過 Java 示例代碼將 XPS 轉換為 PNG。 程序員可以使用此示例代碼在任何基於 Web 或桌面 Java 的應用程序中將 XPS 導出到 PNG。...()); PngDevice renderer = new PngDevice (); renderer . process (...XPS to PDF XPS to SVG XPS to TIFF XPS to TXT XPS to XLS XPS to...
通过 Java 示例代码将 PS 转换为 BMP。程序员可以使用此示例代码在任何基于 Web 或桌面 Java 的应用程序中将 PS 导出到 BMP。...()); BmpDevice renderer = new BmpDevice (); renderer . process (...PPTX PS to SVG PS to TEX PS to TIFF PS to TXT PS to XLS PS to XLSX...
通过 Java 示例代码将 PS 转换为 GIF。程序员可以使用此示例代码在任何基于 Web 或桌面 Java 的应用程序中将 PS 导出到 GIF。...()); GifDevice renderer = new GifDevice (); renderer . process (...PPTX PS to SVG PS to TEX PS to TIFF PS to TXT PS to XLS PS to XLSX...
通过 Java 示例代码将 PS 转换为 EMF。程序员可以使用此示例代码在任何基于 Web 或桌面 Java 的应用程序中将 PS 导出到 EMF。...()); EmfDevice renderer = new EmfDevice (); renderer . process (...PPTX PS to SVG PS to TEX PS to TIFF PS to TXT PS to XLS PS to XLSX...
通过 Java 示例代码将 PCL 转换为 BMP。程序员可以使用此示例代码在任何基于 Web 或桌面 Java 的应用程序中将 PCL 导出到 BMP。...()); BmpDevice renderer = new BmpDevice (); renderer . process (...PCL to PDF PCL to PNG PCL to TIFF PCL to TXT PCL to XLS PCL to...
使用 C++ 进行 SVG 到 BMP 转换的示例代码。使用 C++ 示例将 SVG 批量转换为 BMP。...an object of bmpDevice var renderer = new Aspose . Pdf . Devices...save the image in BMP format renderer . Process ( document . Pages...
使用 C++ 进行 XPS 到 JPEG 转换的示例代码。使用 C++ 示例将 XPS 批量转换为 JPEG。...an object of EmfDevice var renderer = new Aspose . Pdf . Devices...save the image in EMF format renderer . Process ( document . Pages...
使用 C++ 进行 XPS 到 PNG 转换的示例代码。使用 C++ 示例将 XPS 批量转换为 PNG。...an object of PngDevice var renderer = new Aspose . Pdf . Devices...save the image in EMF format renderer . Process ( document . Pages...