| Index: pdf/pdf.cc
|
| diff --git a/pdf/pdf.cc b/pdf/pdf.cc
|
| index 03f6d72544dd688b2148e35df9f4fdac20418de0..15d07bb90ed6c3446eaad87c83fe7bee528116b4 100644
|
| --- a/pdf/pdf.cc
|
| +++ b/pdf/pdf.cc
|
| @@ -122,6 +122,10 @@ void SetPDFUseGDIPrinting(bool enable) {
|
| PDFEngineExports::Get()->SetPDFUseGDIPrinting(enable);
|
| }
|
|
|
| +void SetPDFUseTextOnlyPrinting(bool enable) {
|
| + PDFEngineExports::Get()->SetPDFUseTextOnlyPrinting(enable);
|
| +}
|
| +
|
| void SetPDFPostscriptPrintingLevel(int postscript_level) {
|
| PDFEngineExports::Get()->SetPDFPostscriptPrintingLevel(postscript_level);
|
| }
|
|
|