]> _ Git - fluidbook_tools.git/commitdiff
wip #4804
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 19 Jan 2022 14:06:25 +0000 (15:06 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 19 Jan 2022 14:06:25 +0000 (15:06 +0100)
.idea/runConfigurations.xml [deleted file]
src/Document.php

diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
deleted file mode 100644 (file)
index 797acea..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="RunConfigurationProducerService">
-    <option name="ignoredProducers">
-      <set>
-        <option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
-      </set>
-    </option>
-  </component>
-</project>
\ No newline at end of file
index 6642cc78150ff481386b82163e8f49abb650027b..16d106fd7819dee7c647ac71a7075222703eaf74 100644 (file)
@@ -21,6 +21,11 @@ class Document extends \Cubist\PDF\Document
         stop_measure('Process pages (doc)');
     }
 
+    public function getConvertPath(): string
+    {
+        return Files::mkdir(storage_path('fluidbook/convert/' . $this->getHash() . '/'));
+    }
+
     /**
      * @param $page int
      * @param $dest string