mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Rendering to images - bugfixing
This commit is contained in:
@ -333,6 +333,9 @@ public:
|
||||
/// Returns list of selected pages
|
||||
std::vector<PDFInteger> getPages() const;
|
||||
|
||||
/// Returns output file name for given page
|
||||
QString getOutputFileName(PDFInteger pageIndex, const QByteArray& outputFormat);
|
||||
|
||||
static constexpr int getMinDPIResolution() { return 72; }
|
||||
static constexpr int getMaxDPIResolution() { return 6000; }
|
||||
|
||||
|
Reference in New Issue
Block a user