I need a C ++ library that runs on Android and iOS, which can be used to create PDF documents.
So far I have found libHaru :
libHaru is a free, cross-platform, open source library for creating PDF files.
The library seems beautiful, and I already found a working example on how to use it with iOS.
But I would like the library to be smaller than the "low level" because in libHaru you need to manually create new pages, line breaks, etc. So the question is, can anyone advise me on any C ++ library that can run on Android and iOS and a little higher level.
As a bonus: It would be great if this library were free (as in the case of freedom), or at least free to use.
Edit: I tried Qt and it is rather clumsy for use at an early stage of development (regarding iOS and Android development). I would appreciate a stable library with good documentation.
source share