Rank: Member Groups: Member
Joined: 5/25/2015 Posts: 21
|
Hi Here is source html: http://pastebin.com/Rq30qXEyThere is two tables, short one and long which goes to second page. Tables have shadows but it causes ugly glicth in at the end of long table. I know that this multi page system had it limitations so is this fixable from your side?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Sorry about the delay. We have looked into this and confirmed it to be a issue in the current version. Shadows are notoriously hard to render for PDF because render a true shadow with blur effects requires rasterizing the whole page as PDF does not have any native support for shadowing. However once a page is rasterized, it losts its ability to be zoomed in/out without losing quality, which is exactly why PDF is popular in the first place --- almost all data in the PDF file is in vector format so it can be zoomed in/out infinitely without losing quality.
Our next version will take a somewhat middle approach --- it will render the shadow but without the blur effect. This results in a solid color shadow, but the shadow will be accurate (except that it does not have blur effect) and artifacts free, and most importantly, it is still in vector format so you can zoom in without losing quality. We already have internal build with this. Please let us know if you are interested in trying it out.
Thanks!
|