Replies: 1 comment 2 replies
-
|
I've just got the same but it's not on all of them, despite the code being the same. Did you resolve it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i have the text on top of my pdf generated, how i can disable it ?
i use symfony :
` $pdf = Browsershot::html($this->render('wp_admin/pdf.html.twig', [
'nom'=>$nom,
'prenom'=>$prenom,
'tel'=>$tel,
'email'=>$email,
'societe'=>$societe,
'dates'=>$dates,
'nbrParticipant'=>$nbrParticipant,
'forfait'=>$forfait,
]), "devis.pdf")->pdf();
`
thx
Beta Was this translation helpful? Give feedback.
All reactions