[
https://issues.apache.org/jira/browse/PDFBOX-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15198018#comment-15198018
]
Arthur Vuijk commented on PDFBOX-3274:
--------------------------------------
Do not agree that the issue is Not A Problem. 2.0 is RC and the statement that
PDFBox can handle 'any' PDF that passes AdobeReader is in this case not true.
For us implementing 2.0 requires an extensive amount of recoding simply because
1.8 can't handle a font? Despite all your good intentions and voluntary work
I'm quite disappointed and would really like a fix on 1.8 to prevent several
hours of recoding and testing.
I understanding closing the issue due to the fact there is a workaround by
implementing 2.0 but the bug remains...
> Unreadable PDF print
> --------------------
>
> Key: PDFBOX-3274
> URL: https://issues.apache.org/jira/browse/PDFBOX-3274
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 1.8.11
> Environment: Windows (7 and 10), Eclipse Mars
> Reporter: Arthur Vuijk
> Attachments: 1062542195549019.pdf
>
>
> Newby to PDFBox!!
> {code}
> public static void main(String[] args) {
> printername = "HP Photosmart 6510 series";
> PDDocument document = null;
> try
> {
> PrinterJob Printjob4 = PrinterJob.getPrinterJob();
> document = PDDocument.load ("E:\\1062542195549019.pdf");
> PrintService[] printService = PrinterJob.lookupPrintServices();
> boolean printerfound=false;
> for (int i = 0; !printerfound && i < printService.length; i++)
> {
> if(printService[i].getName().indexOf(printername)!= -1)
> {
> Printjob4.setPrintService(printService[i]);
> printerfound = true;
> }
> }
> document.silentPrint( Printjob4 );
> document.close();
> } catch (IOException e)
> { System.out.println("Fout bij printen");
>
> } catch (PrinterException e) {
> System.out.println("Fout bij printen");
> e.printStackTrace();
> }
> }
> }
> {code}
> Returns:
> {code}
> mrt 15, 2016 10:01:25 PM org.apache.pdfbox.util.PDFStreamEngine
> processOperator
> INFO: unsupported/disabled operation: BDC
> mrt 15, 2016 10:01:25 PM org.apache.pdfbox.util.PDFStreamEngine
> processOperator
> INFO: unsupported/disabled operation: EMC
> mrt 15, 2016 10:01:25 PM org.apache.pdfbox.util.PDFStreamEngine
> processOperator
> INFO: unsupported/disabled operation: BDC
> mrt 15, 2016 10:01:25 PM org.apache.pdfbox.util.PDFStreamEngine
> processOperator
> INFO: unsupported/disabled operation: EMC
> mrt 15, 2016 10:01:25 PM org.apache.pdfbox.util.PDFStreamEngine
> processOperator
> INFO: unsupported/disabled operation: BDC
> mrt 15, 2016 10:01:26 PM org.apache.pdfbox.util.PDFStreamEngine
> processOperator
> INFO: unsupported/disabled operation: EMC
> mrt 15, 2016 10:01:26 PM org.apache.pdfbox.util.PDFStreamEngine
> processOperator
> INFO: unsupported/disabled operation: BDC
> mrt 15, 2016 10:01:26 PM org.apache.pdfbox.util.PDFStreamEngine
> processOperator
> INFO: unsupported/disabled operation: EMC
> {code}
> PDF File contains CID font types!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]