简体   繁体   English

如何修复org.apache.pdfbox.util.PDFStreamEngine processOperator信息:不支持/禁用的操作错误?

[英]How to fix org.apache.pdfbox.util.PDFStreamEngine processOperator INFO: unsupported/disabled operation error?

I wrote a silent printer application using JAVA to print PDF files. 我使用JAVA编写了无提示打印机应用程序以打印PDF文件。 This program working fine in window OS but when i run the same program in solaris OS. 该程序在Window OS中工作正常,但是当我在solaris OS中运行相同的程序时。 When run the same program, I got below error message. 当运行相同的程序时,出现以下错误信息。 I trying to print PostScript printer. 我试图打印PostScript打印机。

I'm using pdfbox 1.8.0 and my application is returning this error 我正在使用pdfbox 1.8.0,我的应用程序返回此错误

org.apache.pdfbox.util.PDFStreamEngine processOperator
INFO: unsupported/disabled operation: i

read the PDF file 阅读PDF文件

PDDocument document = getPDFDoc(new File("generated3.pdf"));

Many Thanks.. 非常感谢..

Currently, Adobe doesn't offer PostScript drivers for Solaris OS . 当前, Adobe不提供Solaris OS的PostScript驱动程序 They only offer drivers for Windows and Macintosh platform . 他们仅提供for Windows and Macintosh platform驱动程序。 that is required to run the print job. 这是运行打印作业所必需的。 This is why you are getting the exception. 这就是为什么您要获得例外。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用groovy中的pdfbox进行编译(无法解析类org.apache.pdfbox.util.Splitter)? - how use pdfbox from groovy for compile ( unable to resolve class org.apache.pdfbox.util.Splitter )? PDFBox对convertToImage()的不支持的操作 - PDFBox unsupported operation for convertToImage() 为什么我不能导入org.apache.pdfbox.util。*? - Why can't I import org.apache.pdfbox.util.*? 信息:错误:java.lang.ClassNotFoundException:org.apache.hadoop.hbase.util.Bytes - Info:Error: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.util.Bytes 如何修复 tomcat org.apache.tomcat.util.http.parser.HttpParser。<clinit> 字符 [[] 不被允许,将继续被拒绝 - How to fix tomcat org.apache.tomcat.util.http.parser.HttpParser.<clinit> Character [[] is not allowed and will continue to be rejected 转换为 BufferedImage 时出现 PDFBox 错误:NoClassDefFoundError: org/apache/fontbox/FontBoxFont - PDFBox Error When Converting to BufferedImage: NoClassDefFoundError: org/apache/fontbox/FontBoxFont 错误:无法将org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectForm强制转换为org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectImage - Error: org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectForm cannot be cast to org.apache.pdfbox.pdmodel.graphics.xobject.PDXObjectImage PDFBox错误:存在时出现“找不到org.apache.pdfbox.rendering.PDFRenderer” - PDFBox error: “org.apache.pdfbox.rendering.PDFRenderer not found” when it is present 执行“org.apache.spark.sql.DataSet.collectAsList()”时如何修复“不受支持的类文件主要版本 55” - How to fix 'Unsupported class file major version 55' while executing 'org.apache.spark.sql.DataSet.collectAsList()' 错误:org.apache.jasper.JasperException,如何解决? - Error: org.apache.jasper.JasperException, How fix it?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM