You are here

constant views_data_export_pdf_renderer::MIME_TYPE_PDF in Views Data Export PDF 7

Same name and namespace in other branches
  1. 7.2 src/views_data_export_pdf_renderer.inc \views_data_export_pdf_renderer::MIME_TYPE_PDF

The MIME type for the final PDF.

File

src/views_data_export_pdf_renderer.inc, line 14
Contains the interface for PDF rendering.

Class

views_data_export_pdf_renderer
An interface for invoking WK HTML to PDF to render an HTML document to PDF.

Code

const MIME_TYPE_PDF = 'application/pdf';