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

Question

Question

Exporting form shows border

asked on November 1, 2015

I have a form that has no background colors or borders. I'm sending it into Laserfiche as a tif. When I view it in Laserfiche, I can see a faint vertical line next to the left margin. If I use Snapshot to print it into Laserfiche, no vertical line is displayed. However, if I export the document as a PDF, a border appears on the left and right sides of the document. How can I remove it?

I've tried using css (#form1.cf-form {border: 0px dotted #ffffff;}), but that doesn't seem to do anything. I don't see export settings that would help with this either.

0 0

Answer

SELECTED ANSWER
replied on November 2, 2015

Hey Shelia! Can you try adding this CSS to your form:

.cf-formwrap {
    box-shadow: none !important;
}
1 0

Replies

replied on November 4, 2015

Works perfectly! Thanks!!!

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

Sign in to reply to this post.