README.md 1,0 КБ
Newer Older
OMP Education's avatar
OMP Education включено в состав коммита
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AmberPDF QML plugin

This plugin provides `PdfView` QML type that can be used in the applications to display PDF documents. As a render backend, it depends on [AmberPDF](https://gitlab.com/omprusia/libraries/amberpdf) library.

The source code of the project is provided under
[the license](LICENSE.BSD-3-CLAUSE.md),
that allows it to be used in third-party applications.

The [contributor agreement](CONTRIBUTING.md)
documents the rights granted by contributors to the Open Mobile Platform.

[Code of conduct](CODE_OF_CONDUCT.md) is a current set of rules
of the Open Mobile Platform which informs you how we expect
the members of the community will interact while contributing and communicating.

For information about contributors see [AUTHORS](AUTHORS.md).
OMP Education's avatar
OMP Education включено в состав коммита
17
18
19
20
21
22
23
24
25
26

## Project Structure

The project has a common structure of a QML plugin based on C++ and QML for Aurora OS.

The sources are in the [plugin](plugin) directory.

The package files are in the [rpm](rpm) directory.

The files related to the documentation generator are in the [doc](doc) directory.