Search found 11 matches
- Thu Feb 14, 2013 12:56 am
- Forum: Styles, Stylesheets and XML
- Topic: [PDF] Way too much page-breaks in Table
- Replies: 11
- Views: 5281
Re: [PDF] Way too much page-breaks in Table
Thank you so much for your help Lisa. I just sent them my test project. Hopefully I get a good approach 
- Wed Feb 13, 2013 1:25 am
- Forum: Styles, Stylesheets and XML
- Topic: [PDF] Way too much page-breaks in Table
- Replies: 11
- Views: 5281
Re: [PDF] Way too much page-breaks in Table
Though I'm working just for a couple of weeks with Flare, I already recognized this behaviour.
I created a new table class with different width values - but no success. The width has been changed, but the page-breaks were set as before.
I have also set the width of various columns.
FYI: I ...
I created a new table class with different width values - but no success. The width has been changed, but the page-breaks were set as before.
I have also set the width of various columns.
FYI: I ...
- Tue Feb 12, 2013 2:43 am
- Forum: Styles, Stylesheets and XML
- Topic: [PDF] Way too much page-breaks in Table
- Replies: 11
- Views: 5281
Re: [PDF] Way too much page-breaks in Table
I created a new project with default values and inserted my table with the width of 400px.
The output (pdf) wasn't different at all
If you're still betting on the width, you can try yourself
The output (pdf) wasn't different at all
If you're still betting on the width, you can try yourself
- Fri Feb 08, 2013 3:05 am
- Forum: Styles, Stylesheets and XML
- Topic: [PDF] Way too much page-breaks in Table
- Replies: 11
- Views: 5281
Re: [PDF] Way too much page-breaks in Table
Lisa, I think you cannot help us, because the rowspan-problem is caused by flares pdf-engine imho. Maybe your developers will use another engine in the future (e.g. http://code.google.com/p/dompdf/).
- Fri Feb 08, 2013 1:41 am
- Forum: Styles, Stylesheets and XML
- Topic: [PDF] Way too much page-breaks in Table
- Replies: 11
- Views: 5281
Re: [PDF] Way too much page-breaks in Table
Well, I guess these Styles are mostly default.
table
{
max-width: 100%;
width: auto;
}
table#symbol_tables tr td p
{
vertical-align: middle;
padding: 5px;
}
table.web_footer
{
font-family: Arial;
width: 100%;
border-top-style: solid;
border-top-width: 2px;
border-top-color: #b0b1b3 ...
table
{
max-width: 100%;
width: auto;
}
table#symbol_tables tr td p
{
vertical-align: middle;
padding: 5px;
}
table.web_footer
{
font-family: Arial;
width: 100%;
border-top-style: solid;
border-top-width: 2px;
border-top-color: #b0b1b3 ...
- Thu Feb 07, 2013 12:36 am
- Forum: Styles, Stylesheets and XML
- Topic: [PDF] Way too much page-breaks in Table
- Replies: 11
- Views: 5281
Re: [PDF] Way too much page-breaks in Table
Hello Lisa,
I should have said that I used a table with no styles. I didn't specify a column/row width/height.
Once again my output with and without rowspan.
And if you'd like to try yourself I'll attach the code.
Thanks!
Regards,
Sebastian
I should have said that I used a table with no styles. I didn't specify a column/row width/height.
Once again my output with and without rowspan.
And if you'd like to try yourself I'll attach the code.
Thanks!
Regards,
Sebastian
- Wed Feb 06, 2013 2:30 am
- Forum: Styles, Stylesheets and XML
- Topic: [PDF] Way too much page-breaks in Table
- Replies: 11
- Views: 5281
[PDF] Way too much page-breaks in Table
Hello,
we are experiencing problems with large tables in PDF output.
Most of our tables have a describing info in the first column with a rowspan of >1. (see image standard-table.png)
If we are building the PDF, Flare is obviously having problems with this. (see images pdfoutput-page1-3.png)
HTML ...
we are experiencing problems with large tables in PDF output.
Most of our tables have a describing info in the first column with a rowspan of >1. (see image standard-table.png)
If we are building the PDF, Flare is obviously having problems with this. (see images pdfoutput-page1-3.png)
HTML ...
- Thu Jan 10, 2013 1:15 am
- Forum: Styles, Stylesheets and XML
- Topic: Positioning problems with position:absolute;
- Replies: 9
- Views: 4958
Re: Positioning problems with position:absolute;
I know that I can layer the div's. But as you said, it won't work in print output.
Thanks for your bug-report about z-index. I haven't seen any bugs so far

Thanks for your bug-report about z-index. I haven't seen any bugs so far
- Wed Jan 09, 2013 1:06 am
- Forum: Styles, Stylesheets and XML
- Topic: Positioning problems with position:absolute;
- Replies: 9
- Views: 4958
Re: Positioning problems with position:absolute;
Thank you guys for your help, but I solved the problem by using screenshots with the arranged div-containers. A quick-and-dirty solution ;-)
I need to place the number one above the image in a certain position. Therefore the parent div got the attribute position:relative. The child div with the ...
I need to place the number one above the image in a certain position. Therefore the parent div got the attribute position:relative. The child div with the ...
- Thu Jan 03, 2013 12:33 am
- Forum: Styles, Stylesheets and XML
- Topic: Positioning problems with position:absolute;
- Replies: 9
- Views: 4958
Re: Positioning problems with position:absolute;
Ok - due to my bad explanation I've uploaded two images.
And I used this simple HTML Code:
<div style="position:relative">
<span style="position:absolute;top:25px;left:120px;">❶</span>
<div style="width:300;height:200px;background:green"></div>
</div>
example_positioning.png
You can see that ...
And I used this simple HTML Code:
<div style="position:relative">
<span style="position:absolute;top:25px;left:120px;">❶</span>
<div style="width:300;height:200px;background:green"></div>
</div>
example_positioning.png
You can see that ...
- Wed Jan 02, 2013 4:04 am
- Forum: Styles, Stylesheets and XML
- Topic: Positioning problems with position:absolute;
- Replies: 9
- Views: 4958
Positioning problems with position:absolute;
Hey and a happy new year!
Have you ever experienced problems with positioning div's inside a div?
This is my HTML:
<div style="position:relative;">
<img src="../Resources/Images/Topics/030000019.png" style="height: 133px;width: 496px;" class="img_4" />
<div style="position:absolute;top:25px;left ...
Have you ever experienced problems with positioning div's inside a div?
This is my HTML:
<div style="position:relative;">
<img src="../Resources/Images/Topics/030000019.png" style="height: 133px;width: 496px;" class="img_4" />
<div style="position:absolute;top:25px;left ...