Looking for a way to dynamically determine the width of HTML files when converting them to PDF using Flying Saucer. Currently experimenting with adding width using CSS via Jsoup.
@page( size: wpx hpx;)
Seeking a solution where 'wpx' adjusts dynamically based on HTML width.