+
+ {title}
+
+ Inline preview of the rendered PDF. Download to save the file or close to go back and
+ tweak the configuration.
+
+
+
+
+ {loading ? (
+
+
+ Rendering preview…
+
+ ) : error ? (
+
+
Preview failed
+
{error}
+
+ ) : url ? (
+
+ ) : null}
+
+
+
+
+
+
+
+