• Resolved Anonymous User 14869400

    (@anonymized-14869400)


    Hi,

    Is there any way to bulk edit the settings for each pdf? So currently I have the zoom switched off for every item, is there a way of switching it back on in one go? Without having to edit every single one?

    THanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author antongorodezkiy

    (@antongorodezkiy)

    Hello @hobhobuk,

    We will add bulk edit settings in the version 1.4.2.

    For now the only way I see (without using third party plugins) is to execute SQL query on table wp_postmeta to remove all records with meta_key = ‘disable_page_zoom’, something like this:

    (BE CAREFUL, may have side effects, use only if you know what you’re doing and what you expect to achieve)

    DELETE FROMwp_postmetaWHEREmeta_key= 'disable_page_zoom';

    This command will turn on zoom feature for all PDFs.

    Plugin Author antongorodezkiy

    (@antongorodezkiy)

    Hello @hobhobuk

    Just wanted to let you know version v1.4.2 released today

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bulk edit all pdf settings’ is closed to new replies.