When I generate a PDF of a form there is always a box around the whole form, whether I am saving it to the repository or using the email service task. Is there a way to remove the box that is created?
Question
Question
Answer
Correct, I am referring to border around the entirety of the form. I tried what you suggested before and it didn't work, but I found this related post which answered the question
Remove Form borders from attachment and repository PDF in Modern Designer - Laserfiche Answers
I just had to paste this into the CSS
&.pdc { border: none; background-color: transparent; }
Replies
Are you referring to the border around the entirety of the form? If so, the easiest way to remove that is in Themes.
In the modern designer: Themes (Paintbrush icon) > Styles > Background > Uncheck the box for Border.
In the classic designer: Themes > Customize > Background > Form Border > Set to 0px
If I'm completely off, please let me know and I'll try to help if I can!
Correct, I am referring to border around the entirety of the form. I tried what you suggested before and it didn't work, but I found this related post which answered the question
Remove Form borders from attachment and repository PDF in Modern Designer - Laserfiche Answers
I just had to paste this into the CSS
&.pdc { border: none; background-color: transparent; }