Missing options to create viewer

Hi there,

We want to integrate the GemBox.PdfViewer into our ERP System. I didn’t find a solution to set the default zoom to “PageWidth.” Is it possible to add this to the option object to create the viewer, like the “localization” option?

We have also seen that some resources, like Google Fonts, are loaded in the background. This could be a problem for some users without an internet connection. Are there any options to use local resources?

Best regards,
Simon

Hi Simon,

For zoom please try using this:

let viewer = await GemBoxPdfViewer.create(...)
viewer.setZoom("fitWidth");

In the future, this will also be available in the configuration options.

Regarding the fonts, please try again with the latest version 2025.6.102:

Does this solve your issue?

Regards,
Mario