1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2012-09-18 01:37:33 +08:00
parent 4b93595fdf
commit 2d80cdc575

View File

@ -79,7 +79,7 @@ class HTMLRenderer : public OutputDev
virtual GBool interpretType3Chars() { return gFalse; }
// Does this device need non-text content?
virtual GBool needNonText() { return gTrue; }
virtual GBool needNonText() { return gFalse; }
virtual void setDefaultCTM(double *ctm);