Niirn / pdfviewernet

Automatically exported from code.google.com/p/pdfviewernet
0 stars 1 forks source link

Badly printed polish fonts on some PDFs sent to printer (ghostcript thing) #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open specific PDF with polish localte
2. send to printer
3. observer missing local accents like "ąółćźż"

What is the expected output? What do you see instead?
correctly printed local accents

What version of the product are you using? On what operating system?
current version of PDFViewer dll

Please provide any additional information below.

Simple fix is to add additional font directory to Ghostscript call.
I'm attaching a diff file with mentioned change

Original issue reported on code.google.com by andrzej....@gmail.com on 10 May 2013 at 10:41

Attachments:

GoogleCodeExporter commented 8 years ago
Additional change on Ghostscript printing engine. When printing every page is 
stored temporarily in %tmp% and deleted after converting to Bitmap. However 
deleting actually does throw exception "System.IO.IOException : The process 
cannot access the file XXXX because it is being used by another process. 
Following patch solves this and earlier font problem

Original comment by andrzej....@gmail.com on 23 May 2013 at 8:00

Attachments: