Welcome Guest Search | Active Topics | Sign In | Register

PDF file size increased from v16.0.24.0 to v17.3.13.0 Options
Idan
Posted: Monday, January 1, 2018 7:01:41 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2017
Posts: 7
Hello,

I have recently upgraded to EO PDF .NET 17.3.13.0 (from v16.0.24.0),
And i noticed a big size increase in the PDF file size in the new version.
An HTML conversion to PDF in the old version around 5MB, and with the new version i got 26MB.

I have send the support team an email with both PDF versions.
eo_support
Posted: Monday, January 1, 2018 9:44:19 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,066
Hi,

We have not received the files. Can you check if they have been sent successfully? Due to the file size, it may have been blocked somewhere. In that case you may want to upload it to somewhere so that we can download it.
Idan
Posted: Monday, January 1, 2018 9:50:23 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2017
Posts: 7
Hi,

The files were indeed blocked,
I just re-sent the email with a link to the files in my google drive, it should work now.
Idan
Posted: Wednesday, January 3, 2018 3:59:25 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2017
Posts: 7
Hi,

Did you receive the PDF files?
Any update?
eo_support
Posted: Friday, January 5, 2018 2:39:37 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,066
Hi,

Sorry about the delay because of the new year. We have been looking into this issue and found the new file contains a lot of small images that the old file does not have. This usually is caused by advanced CSS such as shadow, transparency, transforms, etc. Old versions do not handle such details as thorough so it just ignores them. The new version does handle them but this usually results in areas of the output being rasterized, which can turn simple output such as text into images and significantly increase the file size. If you can send us the original HTML files that these PDF files were generated from, we will be happy to look further to see if we can find out exactly what triggered such dramatic file size increase.

Thanks!
Idan
Posted: Sunday, January 14, 2018 4:15:07 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2017
Posts: 7
Hi,

I just sent an email to you with the original html file.
eo_support
Posted: Monday, January 15, 2018 2:37:38 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,066
Hi,

Thanks for the test file. We have been looking into the file and found dashed line CSS can increase the file size considerably. Particularly in your CSS style you have

Code: CSS
border: 1px dashed #cccccc;


The new engine renders dashed line in an extraordinarily elaborate manner ---- which results in very high quality output but significant file size increase. You can try to change the dashed line to a solid line or remove the dash line altogether and you should see significant decrease on file size.

Thanks
Idan
Posted: Sunday, January 21, 2018 7:16:48 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2017
Posts: 7
Hi,

We don't want to change our CSS style since we use it in other places as well.
Is there any way to tell the engine to not render it in "extraordinarily elaborate manner"?

If not,
We have a license for EO.Pdf 2017 - is it possible to get a license for an old version that worked for us with the classic engine (EO.PDF for .NET v16.0.24.0) ?
eo_support
Posted: Monday, January 22, 2018 1:13:39 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,066
Hi,

It's not practical for us to change the behavior of the browser engine. We have temporarily downgraded your order from 2017 version to 2016 version, that should allow you to download license key for the 2016 version if you visit your license key page again. We can revert it back for you once you no longer need the old version.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.