DIV Artifact displaying on PDF output

Generating a PDF file and routing via the workflow to a folder with 2020.2. When I open up the PDF the blue border of the DIV object is showing up in the PDF file. I tried selecting another object and sending to the workflow again, but it continues to show the same div. Another form is displaying a different DIV. I’ve tried different PDF viewers, but still the same.

Any ideas why?

2021-05-04_16h48_15

2021-05-04_16h52_00

In some scenarios the HTML in the Source tab could unintentionally show helper elements for resizing and dragging. Could you try one of the following:

  1. Open the template, make sure that no box elements are selected and save the template or
  2. Toggle to the Source tab check for a group of
    elements wrapped by a
    with the ‘ui-resizable’-class at the end of the source code. When this exists delete this group and save the template.

When this doesn’t solve the problem, I’m happy fix it for you.

This has been addressed in the oncoming OL Connect 2021.1 release [internal ref: SHARED-78928].

Erik

I didn’t see any ‘ui-resizable’ at the end of the source and using find for ‘ui-resizable’ resulted with zero results. I will send you the resources directly.

I opened the templates again and performed a Save As and this did the trick.

Thanks for the heads up. Quickly tested your template in 2021.1 and can confirm that things work properly in that version.

Erik