unidoc / unipdf

Golang PDF library for creating and processing PDF files (pure go)
https://unidoc.io
Other
2.46k stars 250 forks source link

[BUG] Does not work without the Internet #510

Closed probonopd closed 1 year ago

probonopd commented 1 year ago

Description

I need to use the software on a system that is not connected to the Internet.

Expected Behavior

It works.

Actual Behavior

panic: Post "https://cloud.unidoc.io/api/metered/status": dial tcp: lookup cloud.unidoc.io: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.

sampila commented 1 year ago

Hi @probonopd,

The metered license requires internet connection to works, you need offline license for system that not using internet connection.

License information:

UniPDF requires license codes to operate, there are two options:

Metered License API keys: Free ones can be obtained at https://cloud.unidoc.io/ Offline Perpetual codes: Can be purchased at https://unidoc.io/pricing

Best regards, Alip

probonopd commented 1 year ago

Never seen such things in open source projects on GitHub. Really surprised!