PDFTron setCustomFontURL with fonts rendered over HTTP

I want to make PDFTron to render fonts from localhost, I set setCustomFontURL to ‘HTTP://localhost/fonts/’ .
It downloads HTTP://localhost/fonts/fonts.json , but then it tries to download fonts from HTTPS://localhost/fonts/LiberationSerif.ttf.lzma etc. But I want HTTP not HTTPS.

How to fix this behaviour?

​Could you elaborate on why HTTP is important for you? Why not use HTTPS?
Why is localhost important?
Is all this just for evaluation purposes? Or is using HTTP how you want to go into production?

  1. I have an intranet machine, it has no internet connection, so we can’t download fonts from pdftron.com/fonts/ .
  2. Without internet, the only kind of HTTPS setup is with a self-signed domain certificate (which displays red errors, and is blocked by browsers unless clicked on “proceed to the site”).

So we have a HTTP version of the site, with the fonts loading locally.

I consider the only change in the SDK would be to use the same protocol from fonts.json for the font files, instead of automatically prepending “HTTPS://” to them, because the fonts.json file is loading fine if it’s served from HTTP .

Sorry for the long delay in an update.

I have an intranet machine, it has no internet connection,
Will this be your setup for “production”? Or just a restriction you are under during testing/evaluation?

If it is your production setup, can you elaborate on the scenario more (if you need to, you can reach out to us using our ticket forms if you need confidentiality.

Essentially there are technical reasons its setup to be HTTPS always, so we would need to know more about your requirements before we could investigate/commit further on allowing HTTP.

In the meantime, so you can continue evaluation without internet, is you could use the “file://” protocol instead, that will load the fonts using “file://”

Hello, I have an issue of the fonts.json file not even fetched from its server (The http request doesn’t sent to fetch the file) although I followed the document on link

Any help is appreciated

The http

It has to be a HTTPS request.

If the above does not resolve the issue for you, then please provide full diagnostic info (code, url, error, logging, screenshots, etc.)

1 Like

Thank you for your response.
I’m working on development mode so I tried (http and file:// ) protocols and in case of both the request for fonts.json doesn’t even being sent.
ALSO, The custom font which is (Royal Arabic Rc)
Is already installed on my computer and the Apryse editor sees it as indicated in screen shots but it doesn’t really render the font family correct.the editor not showing the document in the custom font correctly.
Note: I’m passing the file to the editor as a Blob.
I attached screenshots





Another screen shot