This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env groovy | |
// Copyright (c) 2020-present, Mauricio Villegas <[email protected]> | |
// MIT License <https://badges.mit-license.org/> | |
@Grab('org.apache.pdfbox:pdfbox-examples:2.0.20') | |
import org.apache.pdfbox.examples.util.RemoveAllText | |
RemoveAllText.main(args) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Page Restrict | |
Plugin URI: http://theandystratton.com/pagerestrict | |
Description: Restrict certain pages to logged in users | |
Author: Matt Martz & Andy Stratton | |
Author URI: http://theandystratton.com | |
Version: 2.2.6 | |
Copyright (c) 2008 Matt Martz (http://sivel.net) |