add format deedback only and fix pdf text

This commit is contained in:
aynsix
2020-01-23 11:38:17 +03:00
parent 7c98f50bf0
commit 5b38565e1a
11 changed files with 2457 additions and 2284 deletions

View File

@@ -21,6 +21,7 @@ class PDF
protected $pdf;
const LAYOUT_FEEDBACK = 'feedback';
const LAYOUT_FEEDBACKONLY = 'feedbackOnly';
const LAYOUT_PREVIEW = 'preview';
const LAYOUT_PREVIEWCAPTION = 'previewCaption';
const LAYOUT_PREVIEWCAPTIONTDM = 'previewCaptionTdm';