Re: [Interest] New open source PDF support library for Qt + serveral PDF applications

2021-09-25 Thread Jakub Melka
Hello Nyall, yes, content rendered to QPainter is rendered as vector object (except images, of course). It is a big advantage - the rendering in the viewer has two stages - in the first stage, page content is being prepared as a vector graphics (this can be time consuming, because, for

Re: [Interest] New open source PDF support library for Qt + serveral PDF applications

2021-09-23 Thread Nyall Dawson
On Thu, 23 Sept 2021 at 03:28, Jakub Melka wrote: > > Dear Qt users, > > I would like to inform you about my project, PDF4QT. I began this > project in year 2018 as my private project, and now, I think, it is > ready to be released for public beta testing. Long term goal of this > project is to

Re: [Interest] New open source PDF support library for Qt + serveral PDF applications

2021-09-23 Thread Jakub Melka
Hello David, The software is designed to be as cross-platform as possible and contains only small components that depend on MS Windows. I plan to add Linux and macOS support in the future, but I just haven't had time for that yet. I chose MS Windows as the supported operating system because

Re: [Interest] New open source PDF support library for Qt + serveral PDF applications

2021-09-23 Thread David Skoland
Hi Jakub, Thanks for sharing. This does look very interesting. Is there anything in the code or dependencies that explicitly depends on Windows, or could this in theory be compiled to macOS or linux with some additional work? Cheers, David Skoland On 22 Sep 2021, at 19:26, Jakub Melka

[Interest] New open source PDF support library for Qt + serveral PDF applications

2021-09-22 Thread Jakub Melka
Dear Qt users, I would like to inform you about my project, PDF4QT. I began this project in year 2018 as my private project, and now, I think, it is ready to be released for public beta testing. Long term goal of this project is to offer full support of PDF 2.0 specification as add-on