具体代码如下:报错提示:Index is less than 0 or more than or equal to the list count.
public static void main(String[] args) {
//打印机设置。
PdfPrinterSettings printerSettings = new PdfPrinterSettings();
//打印机名称
printerSettings.setPrinterName(“EPSON WF-C21000 Series”);
//获取纸张来源
ArrayList paperSources = printerSettings.getPaperSources();
for (PrintPaperSource printPaperSource:paperSources){
System.out.println(printPaperSource);
}
}
我们已在内部问题跟踪系统中打开以下新票证,并将根据 Free Support Policies 中提到的条款提供修复。
问题 ID:PDFJAVA-44674
如果您需要优先支持,以及直接联系我们的付费支持管理团队,您可以获取 Paid Support Services。