Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Replaced `html2canvas` with `html2canvas-pro` for improved rendering in document capture. - Enhanced error handling in print functions to provide user feedback on print failures. - Introduced new `docs-page-capture` module to streamline page capture logic for PDF exports. - Refactored PDF export process to utilize captured canvases, improving performance and reliability. - Updated print styles for better document layout during printing and PDF generation.
68 lines
2.2 KiB
CSS
68 lines
2.2 KiB
CSS
/* UltiDocs PDF capture styles (print uses a dedicated iframe) */
|
|
|
|
.docs-printing.docs-pdf-capture header,
|
|
.docs-printing.docs-pdf-capture .docs-toolbar-shell,
|
|
.docs-printing.docs-pdf-capture .docs-rulers-left-rail,
|
|
.docs-printing.docs-pdf-capture .docs-status-bar,
|
|
.docs-printing.docs-pdf-capture .docs-hf-chrome,
|
|
.docs-printing.docs-pdf-capture .docs-graphic-floating-toolbar,
|
|
.docs-printing.docs-pdf-capture .docs-table-floating-toolbar,
|
|
.docs-printing.docs-pdf-capture .docs-graphic-options-sidebar,
|
|
.docs-printing.docs-pdf-capture .docs-graphic-handle,
|
|
.docs-printing.docs-pdf-capture .docs-graphic-rotate-handle,
|
|
.docs-printing.docs-pdf-capture .docs-graphic-outline,
|
|
.docs-printing.docs-pdf-capture .docs-graphic-snap-guides,
|
|
.docs-printing.docs-pdf-capture .docs-ruler-margin-drag-tooltip,
|
|
.docs-printing.docs-pdf-capture .docs-editor-workspace > div > .absolute {
|
|
display: none !important;
|
|
}
|
|
|
|
.docs-printing.docs-pdf-capture .docs-editor-workspace,
|
|
.docs-printing.docs-pdf-capture .docs-editor-workspace > div,
|
|
.docs-printing.docs-pdf-capture .docs-editor-workspace .flex-row {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
overflow: visible !important;
|
|
}
|
|
|
|
.docs-printing.docs-pdf-capture .ultidrive-docs-canvas {
|
|
overflow: visible !important;
|
|
background: white !important;
|
|
height: auto !important;
|
|
min-height: 0 !important;
|
|
}
|
|
|
|
.docs-printing.docs-pdf-capture .ultidrive-docs-canvas > div,
|
|
.docs-printing.docs-pdf-capture .ultidrive-docs-canvas > div > div {
|
|
height: auto !important;
|
|
min-height: 0 !important;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.docs-printing.docs-pdf-capture [data-docs-page-stack] {
|
|
position: relative !important;
|
|
left: 0 !important;
|
|
top: 0 !important;
|
|
transform: none !important;
|
|
transform-origin: top left !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.docs-printing.docs-pdf-capture .ultidrive-docs-page {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.docs-printing.docs-pdf-capture .docs-body-margin-mask {
|
|
border-color: transparent !important;
|
|
}
|
|
|
|
.docs-printing.docs-pdf-capture .docs-page-gap-band,
|
|
.docs-printing.docs-pdf-capture .docs-page-inter-margin-gutter {
|
|
display: none !important;
|
|
}
|
|
|
|
.docs-printing.docs-pdf-capture .ultidrive-docs-editor-surface--dimmed .ProseMirror {
|
|
opacity: 1 !important;
|
|
}
|