├── .github └── FUNDING.yml ├── .qmake.stash ├── BlockLoader.qml ├── Cookie-Regular.ttf ├── LinkButton.qml ├── README.md ├── Tap.qml ├── change.log ├── debian ├── changelog ├── compat ├── control ├── copyright ├── files ├── pdftoword-docs.docs ├── pdftoword.debhelper.log ├── pdftoword.install ├── pdftoword.substvars ├── rules └── source │ └── format ├── fileio.cpp ├── fileio.h ├── fontawesome-webfont.ttf ├── helper.h ├── main.cpp ├── main.qml ├── pdftoword.desktop ├── pdftoword.png ├── pdftoword.pro ├── pdftoword.svg ├── process.h ├── qml.qrc ├── qtquickcontrols2.conf └── translations ├── pdftowordar.qm ├── pdftowordar.ts ├── pdftoworden.qm ├── pdftoworden.ts └── translators.log /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: [foxoman] 4 | -------------------------------------------------------------------------------- /.qmake.stash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/.qmake.stash -------------------------------------------------------------------------------- /BlockLoader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/BlockLoader.qml -------------------------------------------------------------------------------- /Cookie-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/Cookie-Regular.ttf -------------------------------------------------------------------------------- /LinkButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/LinkButton.qml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/README.md -------------------------------------------------------------------------------- /Tap.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/Tap.qml -------------------------------------------------------------------------------- /change.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/change.log -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/debian/files -------------------------------------------------------------------------------- /debian/pdftoword-docs.docs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/debian/pdftoword-docs.docs -------------------------------------------------------------------------------- /debian/pdftoword.debhelper.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/debian/pdftoword.debhelper.log -------------------------------------------------------------------------------- /debian/pdftoword.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/debian/pdftoword.install -------------------------------------------------------------------------------- /debian/pdftoword.substvars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/debian/pdftoword.substvars -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | export QT_SELECT := qt5 3 | 4 | %: 5 | dh $@ 6 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /fileio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/fileio.cpp -------------------------------------------------------------------------------- /fileio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/fileio.h -------------------------------------------------------------------------------- /fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/helper.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/main.cpp -------------------------------------------------------------------------------- /main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/main.qml -------------------------------------------------------------------------------- /pdftoword.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/pdftoword.desktop -------------------------------------------------------------------------------- /pdftoword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/pdftoword.png -------------------------------------------------------------------------------- /pdftoword.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/pdftoword.pro -------------------------------------------------------------------------------- /pdftoword.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/pdftoword.svg -------------------------------------------------------------------------------- /process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/process.h -------------------------------------------------------------------------------- /qml.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/qml.qrc -------------------------------------------------------------------------------- /qtquickcontrols2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/qtquickcontrols2.conf -------------------------------------------------------------------------------- /translations/pdftowordar.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/translations/pdftowordar.qm -------------------------------------------------------------------------------- /translations/pdftowordar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/translations/pdftowordar.ts -------------------------------------------------------------------------------- /translations/pdftoworden.qm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/translations/pdftoworden.qm -------------------------------------------------------------------------------- /translations/pdftoworden.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foxoman/pdftoword/HEAD/translations/pdftoworden.ts -------------------------------------------------------------------------------- /translations/translators.log: -------------------------------------------------------------------------------- 1 | Arabic: *
2 | 3 | 4 | 5 | --------------------------------------------------------------------------------