{
// PDFBOX-1946 getInteger calls System.getProperties,
// which can get exception in an applet
// ignore and use default
}
this.pdfSource = new PushBackInputStream(
new BufferedInputStream(input, 16384), pushbacksize);
this.forceParsing = forceParsingValue;
}