{
protected static $_outPDF = [];
protected static $_forceServer = false;
-
//protected static $_forceServer = 'alphaville';
protected static $_region = Region::EUROPE;
public function getFile($page, $format = 'jpg', $resolution = 150, $quality = 85, $withText = true, $withGraphics = true, $version = 'html', $forceCheck = false, $forceProcess = false)
{
+ $forceCheckAll = $this->path() . 'CHECK';
+ if (file_exists($forceCheckAll)) {
+ Cache::tags('fluidbook_document_' . $this->id)->clear();
+ unlink($forceCheckAll);
+ }
+
$this->_normalize($format, $resolution, $quality, $withText, $withGraphics, $version);
if ($forceProcess) {