• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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.

 
reply
    Bookmark Topic Watch Topic
  • New Topic