195
Views
5
Comments
Solved
[Ultimate PDF] How to avoid page break inside table row
ultimate-pdf
Reactive icon
Forge asset by Leonardo Fernandes
Application Type
Reactive

Hi Team,

I am using Ultimate pdf forge component to generate pdf and using table widget inside my Pdf screen and i have dynamic data in row cell. I'm facing two issues at page break as mentioned below :

i.  Bottom border is missing only on some pages.

    Either it will come to the next page or 

    After zooming the pdf line appears at the bottom But it should be visible normally(without zoom).

ii. If the data is large and exceeds the current page it is breaking the text horizontally at page break.

  

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Solution

Hi Neha Madkar.

This issue has been solved in Ultimate PDF version 7.0.0 or later. I recommend you upgrade to the latest version.

If this issue persists with the latest version, please let me know.

UserImage.jpg
Neha Madkar

Thank you for your reply I will upgrade the version and let you know

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP


Hi Neha. Did the new version fix your problem?

UserImage.jpg
Larry Tay

try this css on your print page:  I resolved mine

table {    border-spacing: 0;
                table-layout: auto;    
                border-collapse: collapse;    
                width: 100%;}

.layout-print :is(td, th ) {
     border: 0.1px solid #9e9e9e;    
     padding: 0.5em 1em;    
     white-space: pre-wrap;    
    word-wrap: break-word;    
    height: auto;}


UserImage.jpg
Neha Madkar

Thank you for your reply but this one is not working for me

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Solution

Hi Neha Madkar.

This issue has been solved in Ultimate PDF version 7.0.0 or later. I recommend you upgrade to the latest version.

If this issue persists with the latest version, please let me know.

UserImage.jpg
Neha Madkar

Thank you for your reply I will upgrade the version and let you know

2019-07-08 11-04-35
Leonardo Fernandes
 
MVP


Hi Neha. Did the new version fix your problem?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.