Completed
Last Updated: 23 Mar 2022 09:05 by ADMIN
Release R1 2022 SP1
ADMIN
Deyan
Created on: 25 Apr 2016 17:00
Category: PdfProcessing
Type: Feature Request
28
PdfProcessing: Implement a setting that allows to choose if the fonts should be embedded in the document
According to PDF specification, all fonts should be embedded except from 14 Standard PDF fonts. This guarantees that the PDF file is self-contained and will be rendered successfully on different devices and operation systems.

However, some clients prefer not to embed fonts in order to reduce file size. That is why we may provide such API.
11 comments
ADMIN
Martin
Posted on: 23 Mar 2022 09:05

Hi Wei,

Indeed the feature is implemented and went live with Release R1 2022 SP1.

In order to use this new functionality, you will need to set the PdfExportSettings` ShouldEmbedFonts property to false:

PdfFormatProvider provider = new PdfFormatProvider();
provider.ExportSettings.ShouldEmbedFonts = false;

Information about that can be found in the PdfFormatProvider`s Export Settings help article.

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Wei
Posted on: 21 Mar 2022 23:27

Hi,

 

Has the feature been implemented in the recent release of 2022 R1 SP1?

If so how can it be enabled, any special setting for this?

 

Regards,

Wei

ADMIN
Martin
Posted on: 11 Feb 2022 08:13

Hi Wei,

We are currently investigating the option of implementing this functionality. Until the planning is done I am afraid I cannot engage with a timeframe, so please, continue following the item so we can keep you informed.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Wei
Posted on: 08 Feb 2022 11:44

Hi,

I came across the same issue recently. A single page of PDF file containing only a few lines of text takes up more than 9M, which is not applicable for a web system.

Are there any other alternatives in telerik library for generating PDF files?

I am using the PdfFormatProvider to export the RadFixedDocument created by RadFixedDocumentEditor, while it seems no way to set "FontEmbedding" to None, the font is always embedded into the generated file.

Regards,

Wei

Sheree
Posted on: 04 Feb 2022 10:04

Hi

This is becoming quite problematic for our company as well. We looking at a different product in our next sprint because it is such a high priority.

Regards

Sheree

ADMIN
Martin
Posted on: 02 Feb 2022 07:24

Hello Sunil,

I am sorry to hear you are experiencing issues due to currently not being supported by the PdfProcessing functionality.

I will add this request as a suggestion for the planning for the next Release but I am afraid I cannot engage with an opinion on whether it will be included or with a specific date for its implementation. 

Please, continue following the item so you can be notified when its status changes.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Sunil
Posted on: 28 Jan 2022 19:59

Hi! 

Any progress on this? Looks like this was originally opened in 2016. We send PDFs to our customer and because of the size their mail boxes are filling up.

 

Thank you,

Sunil

ADMIN
Martin
Posted on: 21 May 2021 07:07

Hi Marcelo,

This item is not planned for the current release. We are constantly monitoring the public items and reprioritize them depending on their impact and votes. If you haven't subscribed for the item please do so and you will get notified when its status changes.

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

marcelo
Posted on: 20 May 2021 17:41
Some result of this resource because we have to use third-party libraries to be able to compress the pdfs
ADMIN
Martin
Posted on: 02 Jul 2020 09:33

Hi Claudio,

Thank you for the provided feedback.

This item has a relatively high priority in our backlog but I cannot engage with a specific date for its implementation because our development team is working on more demanded tasks. I apologize for the inconvenience this missing functionality might be causing you.

Regards,
Martin
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Claudio
Posted on: 02 Jul 2020 06:43
this is a very must have feature.. pdf file size result very big compared to other libraries who allow not embed fonts