Hi

I have a views pdf page calling a Views Include Field, this displays a table.
There is no styles set on the table. But I still get element styles on the table.

How do I remove this ?
<div style="left: 157.723px; top: 910.249px; font-size: 15px; font-family: sans-serif; transform: scaleX(1.095);" data-canvas-width="55.84499999999999">Value</div>

Comments

killua99’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Active » Postponed (maintainer needs more info)

Version 2 is not even close to be sort of alpha yet.

Do you are working on V1 ?

lindaweb’s picture

Views PDF Display 7.x-1.4
Views 7.x-3.8

As as soon as I have a View: Include View field added to a Standard PDF View page, I get additional styling added to the content of the included view.

<code><div style="left: 75.5911px; top: 647.917px; font-size: 20px; font-family: sans-serif; transform: scaleX(1.07645);" data-canvas-width="187.83999999999995">Headding</div>

How do I stop the top: 647.917px; being created ?

lindaweb’s picture

I keep getting :

element.style {
    font-family: sans-serif;
    font-size: 20px;
    left: 75.5911px;
    top: 272.917px;
    transform: scaleX(1.07438);
}

Added to the field content of the included view.

vegansupreme’s picture

I can't reproduce this. What kind of view are you including? Where are you seeing this style information? in the PDF?

killua99’s picture

Component: Views view field » Code
Status: Postponed (maintainer needs more info) » Closed (outdated)