mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
11 lines
294 B
TypeScript
11 lines
294 B
TypeScript
export {
|
|||
|
|
qpdfAvailable,
|
||
|
|
resolveGs,
|
||
|
|
resolveQpdf,
|
||
|
|
resolveSoffice,
|
||
|
|
sofficeAvailable,
|
||
|
|
} from "./binaries.js";
|
||
|
|
export { type ConvertOptions, convertDocument } from "./libreoffice.js";
|
||
|
|
export { pdfPageCountPy } from "./python-docs.js";
|
||
|
|
export { qpdfCheck, qpdfPageCount } from "./qpdf.js";
|