• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

iText: Page content overlapping with footer and also not generating new page.

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Team i am new to itextpdf, and altering existing Production code.  I am facing below issues
#1. User send htmlContent with contain 5000-characters. Body commentTable overlapping with footer part,
#2. New page not generating, if generated then content will be forwarded.

Problem: getContentAsElementList() - String content parsed using itextPdf xmlParse.  The element is added into cell.  This not forwarding into new page.  If the cell not to accomodate the entire string.



#3.I verified with  standalone programe (GeneratePDF) string  5000-characters.  New page generating header & footer working fine.

 
It's a pleasure to see superheros taking such an interest in science. And this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic