| Index: pdf/pdf.cc
|
| diff --git a/pdf/pdf.cc b/pdf/pdf.cc
|
| index e6cf54804c18ee0bc4086c6a891001f134187825..917ae4720b6ff263fa9b2e9fbc2e55b6da826081 100644
|
| --- a/pdf/pdf.cc
|
| +++ b/pdf/pdf.cc
|
| @@ -123,6 +123,10 @@ void SetPDFEnsureTypefaceCharactersAccessible(
|
| void SetPDFUseGDIPrinting(bool enable) {
|
| PDFEngineExports::Get()->SetPDFUseGDIPrinting(enable);
|
| }
|
| +
|
| +void SetPDFPostscriptPrintingLevel(int postscript_level) {
|
| + PDFEngineExports::Get()->SetPDFPostscriptPrintingLevel(postscript_level);
|
| +}
|
| #endif // defined(OS_WIN)
|
|
|
| bool GetPDFDocInfo(const void* pdf_buffer,
|
|
|