Hi,
I would like to fix the alignment for when a user exports the form as a PDF.
My form is centered to the screen but I have issues with it being misaligned when I export the form.
Hi,
I would like to fix the alignment for when a user exports the form as a PDF.
My form is centered to the screen but I have issues with it being misaligned when I export the form.
Hello @Qman,
You can apply styling to the PDF file content using the .k-pdf-export class.
In your case, remove the padding for the grid container:
.k-pdf-export .body {
padding-left: 0px !important;
}
You can find more information on how to adjust the exported PDF content in our documentation here:
https://plumsail.com/docs/forms-sp/how-to/export-to-pdf-setup.htm
Hi,
problem is solved.
Sorry, the problem has been resolved.