This is my print view thing, of a job applicant
when i convert it to pdf it, changes very much
how to get the exact pdf, as shown in the print view?
This is my print view thing, of a job applicant
when i convert it to pdf it, changes very much
how to get the exact pdf, as shown in the print view?
use @print
media query for custom changes
In Print Format
there is one custom field Custom CSS
.
You can do it like :
@media print{
h1{
color:red;
}
}