Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.17 KB

export.mdx

File metadata and controls

58 lines (42 loc) · 1.17 KB
title
Export

Features

  • Export editor content to:
  • Client-side export with no server dependencies

Usage

Install the PDF Toolbar Button component.

Note: When using Tailwind CSS, you may encounter background color issues. Please refer to this link for a solution.

Add the following CSS to fix background color rendering issues with html2canvas:

@layer base {
  img {
    @apply inline-block;
  }
}

Examples

Plate UI

Refer to the preview above.

Plate Plus

  • Server-side PDF export:
    • High-quality PDF generation
    • Custom fonts and styling
    • Headers and footers
    • Page numbers
    • Font selectable
  • Advanced export options:
    • Paper size selection
    • Margin controls
    • Orientation settings
    • Compression level
  • Enterprise-ready features: {/* - Batch processing /} {/ - Watermarking */}
    • Custom templates
    • Password protection

Try it out with our server-side PDF export: