Rank: Newbie Groups: Member
Joined: 3/3/2021 Posts: 2
|
the Shrink to Fit option in EO allows the page to shrink to the point where it's not readable unless you zoom in about 400% Any option to restrict shrinking not more than 30%
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
The shrink to fit is based on your PDF page size and your HTML document size. For example, if you only set AutoFitX to ShrinkToFit and your HTML document width is 3600 pixel and your PDF page output area width is 720 (say 10 inches at 72 DPI), then your HTML output will be reduced to 20% (720 / 3600 = 0.2) of the original size. If we somehow only shrink it to 30%, then it will only fit 2400 pixels of HTML contents and the extra 1200 pixel of HTML contents on the right will be cut off, which defeats the purpose of the shrink to fit feature. As such we can not restrict the shrink ratio. If you want to change the final ratio, you can either reduce your HTML document width or increase PDF page output area width.
Thanks!
|