pcorless / icepdf

PDF Rendering and Viewing API in Java
Apache License 2.0
77 stars 21 forks source link

Is this package paid? #275

Closed ahmadfadlydziljalal closed 1 year ago

ahmadfadlydziljalal commented 1 year ago

I got button print is temporarily disappeared after a lot time. Is it bug or we must paid some license ?

pcorless commented 1 year ago

Nope 110% open source. The disabled state is controlled by the currently opened documents permission which is set by the author when it was encrypted. The viewer respects this setting. You can ctr-d to bring up the document properties and double check the encryption settings.

ahmadfadlydziljalal commented 1 year ago

Screen Shot 2023-06-09 at 6 10 28 PM

This is the preview of my app.

pcorless commented 1 year ago

cool which UI toolkits are you using for your application? Swing, JFX, something else?

ahmadfadlydziljalal commented 1 year ago

Swing, actually