You are viewing limited content. For full access, please sign in.

Question

Question

Removing Box Around PDF Of Form

asked on December 5, 2024

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?

0 0

Answer

SELECTED ANSWER
replied on December 5, 2024

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; }

0 0

Replies

replied on December 5, 2024

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!

1 0
SELECTED ANSWER
replied on December 5, 2024

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; }

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.