mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #40: Sanitize document
This commit is contained in:
@ -105,6 +105,7 @@ public:
|
||||
SendByMail,
|
||||
RenderToImages,
|
||||
Optimize,
|
||||
Sanitize,
|
||||
Encryption,
|
||||
FitPage,
|
||||
FitWidth,
|
||||
@ -327,6 +328,7 @@ private:
|
||||
void onActionSendByEMailTriggered();
|
||||
void onActionRenderToImagesTriggered();
|
||||
void onActionOptimizeTriggered();
|
||||
void onActionSanitizeTriggered();
|
||||
void onActionEncryptionTriggered();
|
||||
void onActionFitPageTriggered();
|
||||
void onActionFitWidthTriggered();
|
||||
|
Reference in New Issue
Block a user