在编辑器中连续输入数据以呈现pdf时,如何对齐pdf报告的内容

时间:2014-07-14 15:37:53

标签: css ruby-on-rails tinymce wicked-pdf

在呈现pdf时,在编辑器中连续输入数据时,pdf报告的内容会丢失其对齐并且正文内容会缩小。生成的pdf报告内容的字体大小也会减少。我使用tinymce编辑器插入数据和wicked pdf gem来生成pdf。

在下面的图片中,我在编辑器中为第1点连续输入两行。因此,pdf报告中的对齐已丢失,并且pdf的字体大小已减少。用于pdf报告的CSS是

body {
    margin-left: 0px;
    margin-right: 0px;
    min-width: 100%;

}

table
{
    padding: 0; margin: 0;
    color:black; border-color:black;border-weight:1px;
    background : white;
    overflow: auto;
    border-collapse:collapse;
    width: 100% !important;

}

table, tr, td
{
    border:0px solid #000000;
    font-size : 100%;
}


h1, h2, h3, h4, h5, h6{
    width: auto;
}

hr {
    width: auto;
}

enter image description here   enter image description here

1 个答案:

答案 0 :(得分:0)

不要在编辑器中连续使用内容,它会像段落一样使用,而在PDF中会缩小内容