简体   繁体   中英

how to remove spacing in table when i am converting html to pdf

remove spacing to table when i convert it html to PDF its take space and its taking space only in PDF not in html remove spacing to table when i convert it html to PDF its take space and its taking space only in PDF not in html

URL :- [ http://designmyplanner.com/dev/planners/testpdf]

print screen :- [ http://prntscr.com/f1rg13]

If You are using HTML AGILITY PACK or another Method to parse your HTML before converting. Use :

string=System.Text.RegularExpressions.Regex.Replace(string,pattern, replacement);

or

string = string.Trim();

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM