WP PDF Stamper

WordPress plugin to stamp and securely sell your PDF files

  • PDF Stamper Documentation
  • PDF Stamper Plugin
  • Projects

Stamping PDF File from WP eStore’s Squeeze Form Submission

If you are offering a free PDF file download via WP eStore’s squeeze form feature, then you can use the stamper plugin to stamp that PDF file.

Edit the product in question then enable PDF stamping for it. Then use the following standard squeeze form shortcode.

[wp_eStore_free_download_squeeze_form id=1]

1 is the product ID in this example.

When visitors submit their name and email address, it will stamp that value then send the stamped copy of the PDF file to them.

Filed Under: Additional Resources Tagged With: Integration, WP PDF Stamper

PDF Stamper – Creating a Download Now Button for eMember Members

If you offer PDF files to your eMember members then this feature may be helpful for you.

The PDF Stamper plugin lets you create a download now button for your eMember members. A logged in eMember user can use that button  to download the PDF file. The plugin will stamp the file with the eMember user’s details (name and email address) at the time of download.

Use the following shortcode to place a PDF download now button for eMember members:

[stamper_download_button_for_emember file_url="example.com/url-to-your-file.pdf" button_text="Download Now"]

Using a Custom Button Image with the Download Now Button

You can use a custom button image for the download now button instead of the text. Use the “button_image” parameter in the shortcode to use your custom button image for the button. Below is an example:

[stamper_download_button_for_emember file_url="example.com/url-to-your-file.pdf" button_image="example.com/custom-image-url"]

Opening the PDF Download in a New Window

Use the “new_window” parameter in the shortcode to open the download in a new window. Example shortcode usage below:

[stamper_download_button_for_emember file_url="example.com/url-to-your-file.pdf" button_text="Download Now" new_window="1"]

What Variables Can be Stamped?

This shortcode can only stamp the following variables.

  • {customer_name} – This will be replaced with the name of the member
  • {first_name} – This will be replaced with the first name of the member
  • {last_name} – This will be replaced with the last name of the member
  • {customer_email} – This will be replaced with the email address of the member
  • {date} – Stamping date
  • {customer_phone} – Member’s phone number (only available if you are using the phone number field in eMember)
  • {customer_address} – Member’s address (only available if you are using the address fields in eMember)

Filed Under: Additional Resources, Integration Tagged With: stamp customer details, WP PDF Stamper

PDF Stamper – Creating a Download Now Button for WP Users

If you offer PDF files to your WP Users then this feature may be helpful for you.

The PDF Stamper plugin lets you create a download now button for your WP Users. A logged in WP User can use that button  to download the PDF file. The plugin will stamp the file with the WP User’s details (name and email address) at the time of download.

It will also keep the source PDF file’s URL hidden.

Use the following shortcode to place a PDF download now button for WP Users.

[stamper_download_button_for_wp_user file_url="example.com/url-to-your-file.pdf" button_text="Download Now"]

Using a Custom Button Image with the Download Now Button

You can use a custom button image for the download now button instead of the text. Use the “button_image” parameter in the shortcode to use your custom button image for the button. Below is an example:

[stamper_download_button_for_wp_user file_url="example.com/url-to-your-file.pdf" button_image="example.com/custom-image-url"]

Opening the PDF Download in a New Window

Use the “new_window” parameter in the shortcode to open the download in a new window. Example shortcode usage below:

[stamper_download_button_for_wp_user file_url="example.com/url-to-your-file.pdf" button_text="Download Now" new_window="1"]

What Variables Can be Stamped?

This shortcode can only stamp the following variables.

  • {customer_name} – This will be replaced with the name of the customer making the purchase
  • {first_name} – This will be replaced with the first name of the customer
  • {last_name} – This will be replaced with the last name of the customer
  • {customer_email} – This will be replaced with the email address of the customer making the purchase
  • {date} – Stamping date

User’s address and phone number are not standard fields of WP User record. This shortcode can only stamp values that will be available on all standard WordPress installs.

Filed Under: Additional Resources Tagged With: stamp customer details, WP PDF Stamper

Adding Extra Protection to Your Source PDF Files

You can do the following things to easily add extra protection to your PDF file URLs that you are selling.

1) Make the folder name hard to guess

For example, you could store your original PDF files in teh following directory of your site which will make it really hard for anyone to guess the location:

http://www.your-domain.com/my-pdf-files/IYqmiy76Hqa/

2) Use an Empty intex.html File

You can also add an empty/blank index.html file in the folder that has your PDF files. This will make it so no one can browse and see the content of that folder.

Download a blank index.html (right click and choose save as)

3) Use Htaccess File

Lets say you are keeping your source/original PDF files in the following folder/directory of your site:

..../wp-content/uploads/my-pdf-files/

Simply add a .htaccess file to the “my-pdf-files” folder with the following content:

deny from all

This will prevent anyone from being able to access the PDF files from that folder.

The FileZilla FTP client tutorial will be very helpful for you (if you don’t know how to use FileZilla already).

Filed Under: Additional Resources Tagged With: WP PDF Stamper

PDF Stamper Miscellaneous Usage

The WP PDF Stamper can be used in many ways; the main usage of the PDF Stamper is to help secure your PDF eBooks from being shared on file sharing sites. Here are some other ways you can use the WP PDF Stamper:

  • Brand your eBook
  • Brand your company information on PLR (Private Label Rights) eBooks
  • Personalize the eBook
  • Trademark or Copyright your eBooks in one easy step
  • Add Author information
  • Add contact information to your eBooks
  • Special instructions

If you have any creative ways to use the PDF Stamper or suggestions please feel free to leave a comment below.

Filed Under: Additional Resources Tagged With: Miscellaneous usage, WP PDF Stamper

Minimum Requirements for the WP PDF Stamper Plugin

The WP PDF Stamper plugin requires the following installed on your server

  • Recent Version of WordPress (Version 6.0 or higher)
  • Recent Version of PHP (Preferably PHP 7 or higher)
  • CURL Library (this should be installed by default on most servers)

Requirement for the PDF File to be Stamped

  1. The PDF creator you use must produce a valid PDF file according to the specifications specified by Adobe. (PDF files created by any adobe product, open office, PDF995 etc. are good examples)
  2. The PDF stamper makes it to where you cannot modify the stamped copy of the PDF file (this is for extra security). Any option in the original PDF file that allows the user to modify the file, will not be available in the stamped copy of the PDF file.
  3. The PDF stamper needs the PDF file to be hosted on the same site/domain where the PDF stamper plugin is installed. You can’t host the PDF file to be stamped on another server (example: Amazon S3).

Stamping a Large PDF File

PDF stamper plugin imposes no limit on the PDF file size. You can stamp large PDF files as long as your server can handle it (we have customers who are using this plugin to stamp large PDF files). However, some common knowledge needs to be applied here. For example, if you have a cheap shared hosting account with limited resources but you are trying to stamp a very large file then chances are that your server won’t be able to handle the request and the stamping will fail.

Filed Under: Additional Resources Tagged With: Additional Resources, WP PDF Stamper

Why Brand Your eBooks?

Branding your eBooks is very important. Making a name for yourself in the eBook industry is very hard if you do not brand your books. With the PDF Stamper you can easily brand your PDF eBooks with just a few simple steps. When you use the PDF Stamper your eBooks will be automatically branded with your specified text information and the buyer’s personal details.

This plugin is also very useful when using Private Label Rights (PLR) eBook. You can easily re-brand these eBooks with your own company information. One unique feature of the PDF Stamper is that it does not change the file format of the PDF file when it stamps. Most PDF stamper on the market changes the file format of the stamped PDF file to a windows based file, making it so the file can only be viewed on a windows based PC.

Branding your eBooks also secure them from being resold. This way someone can not take your eBook and resell it as their own. It is very important that you create a brand for your company and your eBooks.

Summary of why you should brand your eBooks

  • Secure your work as your own
  • Trusted brands sale more products
  • Re-branding (PLR) eBooks with your company information

It all comes down to securing your hard work and making a name for your company that is trusted and recognized.

Filed Under: Additional Resources Tagged With: Knowledgebase, WP PDF Stamper

WP PDF Stamper Admin Screens

After you activate the WordPress PDF Stamper plugin, the settings/options menu can be found on the left hand side menu similar to the following screenshot.

pdf-stamper-plugin-settings-menu

The Settings Menu

This is where you specify all the general settings for this plugin.

pdf-stamper-plugin-general-settings

pdf-stamper-plugin-text-formatting-settings

stamping-text-layout-settings

Manual Stamping Menu

This manual stamping page allows you to manually stamp a PDF file a given text.

manual-stamping-menu

Manage Stamped Files

You can see all your stamped files from this page. It allows you to search for a file or delete a single file. You can also bulk delete all stamped files that is older than a specified time to clean it up.

Filed Under: Additional Resources Tagged With: Admin Interface, WP PDF Stamper

Why Stamp Your PDF eBook?

There are many reasons to stamp your PDF eBooks, but the main one would be to protect your eBook from being shared. The WP PDF Stamper is a unique product. It allows you to dynamically stamp a PDF file with the customer’s details (e.g name, email, address etc.) in the footer. The PDF Stamper can be integrated with a 3rd party payment system or shopping cart (e.g WP eStore). The shopping cart will automatically provide the verified personal information of the customer from the payment gateway to the PDF Stamper which will be used for stamping the footer. This way the true personal details of the customer will be stamped on the PDF eBook as opposed to some fake details.

It is a proven fact that PDF eBooks stamped with personal information such as name, address, email address, phone number are less likely to be uploaded to file sharing sites. Would you upload a file that has your personal information to a file sharing site? Probably not!

Stamping a PDF file also allows you to track down the source of the shared file. If you come accross a shared file then you will be able to track down the person who shared it as the contact information of the original buyer will be stamped in the file.

Here is a quick list of some reasons why you may want to stamp your PDF eBook:

  • Security
  • Personalization
  • Track the source of shared files
  • Branding

It all comes down to protecting your assets. Your eBook is your hard work and invested time, which you do not want to go to waste because some people decided to share your eBook on a file sharing site. When you do not protect your asset it’s a lot like leaving your back door unlocked when you go on vacation, anyone can come in and steal your property.

Filed Under: Additional Resources Tagged With: Additional Resources, Knowledgebase, WP PDF Stamper

Get WP PDF Stamper

Featured WordPress Plugins

WP Express Checkout Plugin
wordpress_estore_icon
wordpress membership plugin icon
WordPress Lightbox Ultimate Plugin
wordpress_affiliate_plugin_icon

Copyright © 2025 | WordPress PDF Stamper