Skip to content

Instantly share code, notes, and snippets.

@sumanthkumarc
sumanthkumarc / save_pdf_entity_print.php
Last active November 18, 2022 14:53
D8 : save a pdf using entity_print print builder service and display it as link
<?php
use Drupal\Core\Url;
$entities = [node_object];
$scheme = 'public';
$filename = 'something.pdf';
$export_type = 'pdf';
/* @var \Drupal\entity_print\PrintBuilder $print_builder */