Open 1289naveen opened 6 years ago
@1289naveen Can you provide the PDF you used?
sampletesting2.pdf once check this(this is sample file.in this file only some part of the file is overlapping.I wont share my file due to sensitive information so please check the attached file)
hi all ,i met the same porblem,someone have a solution
oh! bad luck, i met the same problem too ... i think the only way to fix it is to change the every html tag's width or letter-spacing or fontsize ,but how can i make it? is there any function can do that ?
I have solved this problem. In my case,the overlapping is caused by minus letterSpacing value. I modify the constructor of Class BoxStyle ,add : if(src.getLetterSpacing()<0) { this.setLetterSpacing(0); }
oh! bad luck, i met the same problem too ... i think the only way to fix it is to change the every html tag's width or letter-spacing or fontsize ,but how can i make it? is there any function can do that ?
Has the problem been solved?
while converting from pdf to html the font size in the style tag is changing so the overlapping of text problem is coming.please check that Thank you.