NEWER ISSUES: Stamps issued after publication of this price list can be found on our website in our web version of the 2021 United States Price List. Www.brookmanstamps.com TAKE A 10% DISCOUNT ON STAMP PURCHASES OVER $50 OF STAMPS ISSUED FROM 1921 TO DATE. (Does not apply to stamps on Pages 1 & 64 or to any pre-1921 stamps ) SPECIAL COLLECTION.
Batch PDF Stamp is a useful program, designed specifically in order to help individuals add stamps to several Portable Document Format files in one single session. Add a stamp to PDF free Our solution is designed from the ground up with the idea of helping you Stamp PDF files online, easy and for free. The main focus is on quality and we are always here to ensure that you will be very happy with the results. When you want to stamp any PDF, you do want to avoid wasting a lot of time on the task. Save text and image stamps along with formatting information in a plain-text template file. Select this file from the Document menu’s Stamp Files item to quickly apply the stamps to the open PDF document. See the StampPDF Users Guide for complete documentation. The StampPDF VPAT is available as a Section 508 compliant PDF.
Exhibits are documents attached to pleadings or contracts which are referenced by the main document.
Exhibits generally are numbered (1, 2, 3) or lettered (A, B, C) consecutively in the order they are first encountered in the body of the referencing document (brief, contract, etc.).
In order to easily tell one exhibit from another, case documents are often stamped with an easy-to-see exhibit stamp:
.
Since PDF is the defacto (or often mandated) eFiling standard, it didn’t come as a surprise that I’ve received a few emails on this exhibit stamping PDFs over the last couple of years.
I’ve written previously about creating custom stamps, but an Exhibit Stamp has both a static graphic element and a changing numeric or alphabetic element. I have proposed a workaround using watermarks and the typewriter tool to some firms, but that still was a lot of work.
Create Pdf Stamps Free
Only recently have I come across an elegant solution that can accomplish both steps with a click! When you stamp the document, Acrobat will ask you for the exhibit number, then stamp it on the document:
Read the full article to download a special stamp set that does the work for you.
Stamp Sets in Acrobat
Acrobat organizes sets of stamps into a single PDF file with a stamp on each page. The stamps are stored in a specific file location and are loaded dynamically when you start Acrobat.
Once loaded, the stamps appear in the Stamp button in the Comment and Markup Toolbar:
My stamp set includes both a rectangular stamp and a rounded exhibit stamp.
Eureka! A Smarter Stamp
I was surfing through the Acrobat User Community website, and came across an article called Dynamic Stamp Secrets by Tom Parker. Tom Parker is the owner of Windjack Solutions, a development firm that does custom JavaScript solutions for Acrobat, and is an expert on automating Acrobat.
The article discussed how to create stamps that could accept user input. “Wow,” I thought, “this might work for exhibit stamps!”
Using Tom’s example, I created a sample stamp set that interacts with the user. When you click to place the stamp on the document, a dialog window appears:
Once you enter the exhibit number, the stamp appears containing the exhibit number:
If you use the stamp flyout menu, the stamp “remembers” the last exhibit number. This makes it easy to increment the exhibit number on the next document:
Download the Dynamic Exhibit Stamp Set
Click here to download the Exhibit Stamp (83K PDF)
| **Can’t download the file?**1. Turn off your pop-up blocker. 2. Make sure that your IT folks are not blocking acrobat.com |
Installation
Quit Acrobat if it is open
Place the file “Exhibit Stamps.pdf” in the Acrobat Stamps Folder. The location will vary by the platform. Below are the file locations for Acrobat 9:Mac OSX
/Users/USERNAME/Library/Application Support/Adobe/Acrobat/9.0_x86/StampsWinXP
C:Documents and SettingsUSERNAMEApplication DataAdobeAcrobat9.0StampsWin Vista or Win7
C:UsersUSERNAMEAppDataRoamingAdobe Acrobat9.0StampsRestart Acrobat
Using the Dynamic Exhibit Stamp
- Choose View—> Toolbars—> Comment and Markup
- Locate the the Stamp Tool and click the flyout menu on it:
- Choose the Exhibit Stamp Category
- Choose either the Rectangular or Rounded exhibit stamp and click to place it on the document
- Enter the Exhibit Number
- The stamp will be placed on the document.
- Repeat as needed
Some Important Details
Here are a couple of things you should know about the dynamic stamps.

Type in Anything
You can type just about anything into the dialog window.You are not limited to letters and numbers:Transparent Backgrounds
These stamps have transparent backgrounds. Just like a real rubber stamp, the document will show through them.Size and Scale Well
The stamps are built from vector elements which scale and print perfectly.You can scale (size) the stamps and after you place them on the document by dragging a corner handle with the cursor.Document Metadata
When you stamp the document with the Exhibit Stamp, it places the stamp number in the document metadata. If you delete the stamp and re-stamp it, the new number is written to document metadata. To see the document metadata for the stamp, choose File—> Properties and click on the Custom tab:
The reason I chose to write this to the document metadata is that you can pull this data from the document into a PDF Portfolio for easier management. If, for example, you had a complex case, you could manage all the exhibits in a single searchable PDF Portfolio and take it to court with you. To pull the Exhibit metadata to the Portfolio, you will need the free Joel’s Portfolio Utilities. Joel is Adobe’s Technical Evangelist for Acrobat.If you want to remove the metadata, either delete it using the Properties panel or choose Document—> Examine Document.
Preventing Changes
The stamps are live and may be moved or deleted.If you want to lock down the stamps, you’ll need to flatten the document.In Acrobat Pro 9, choose Advanced—> Preflight and navigate to the PDF Fixups section. Choose “Flatten Annotations and Form Fields” and click the Analyze and Fix button.
If you have Acrobat Standard, you’ll need to “refry” the document by printing it to the AdobePDF print driver.
Modifying the Exhibit Stamp
This next two sections are for the advanced user. You will need a good understanding of form fields to modify the stamps.
The stamp file is an editable PDF document. Form fields with a JavaScript calculation element are used to place the dynamic exhibit number on the stamp.
The rectangular stamp is build entirely using form fields. To create a rounded stamp, I created the background elements using Adobe Illustrator.
You could change the font and color of any of the form fields on the stamps or add new form fields. For example, you could add a form field with your firm name on it to one of the existing stamps.
Adding new stamps to the file requires some planning and the willingness to edit JavaScript code. The steps are:
- Create the artwork for the new stamp at the size needed and save it as a PDF. Open the PDF and use the Crop tool to crop it tightly.
- Create a new stamp from your artwork and add it to the Exhibit Stamp set. You’ll need to have Exhibit Stamp set installed to do so.
- Open the Exhibit Stamp.pdf (see file locations above) in Acrobat. Choose Advanced—> Page Templates. Each stamp will have its own, randomly generated ID number:
The two above are from the stamps I included. Your new stamp will have a different number. Copy the text from your new stamp from the Name field at the top of the window and paste it into an email or a text document so you can reference it later. Close the Page Template window. - Choose Forms—> Add or Edit Fields. On page three, copy the UserData2 field to the clipboard.
- Go to page 4 of the document (your stamp). Paste the UserData2 field onto your stamp. Size and format as needed. Rename it to UserData3.
- Double-click the field and click on the Calculate tab. Click the Edit button to open the Custom Calculation script.
- Find the Stamp ID number in the window. Replace it with the Stamp ID you copied out earlier. Make sure you only include the stamp ID and pound sign. For example, only take the portion in italics below:
#XYZBRZM098JKY = My Cool Stamp - Save and restart Acrobat.
We PDF watermark remover is a powerful and easy-to-use tool to help you to remove image watermarks from one to thousands of pdf files in seconds. Save your precious time and get things done. Key Features Remove image watermarks from PDF in quick, easy steps Process thousands of PDF files at one...
Platforms: Windows
| License: Shareware | Cost: $19.95 USD | Size: 5.38 MB | Download (218): We PDF Watermark Remover Download |
Icecream PDF Editor is a all-in-one software to edit PDF that offers a whole range of features and options to edit PDF documents. Edit text of the opened PDF documents and add new text (select text font and size), add stamps (custom stamps and preset ones). Annotated PDF and add various graphic...
Platforms: Windows, Windows 8, Windows 7, Windows Server
| License: Shareware | Cost: $49.95 USD | Size: 21.5 MB | Download (366): Icecream PDF Editor Download |
PDF Impress is Adobe PDF converter, creator, writer for Microsoft Windows, PDF Impress uses print output for conversion into an Adobe Acrobat compatible PDF file (supports the 19005-1 PDF/A archive format). Choose from multiple page sizes, orientations, watermark / stamp insertion, metadata...
Platforms: Windows, Windows 8, Windows 7
| License: Shareware | Cost: $79.95 USD | Size: 71.1 MB | Download (292): PDF Impress Download |
Boxoft PDF Stamper is a powerful PDF watermark tool that lets you add images, texts, date, time and link watermark to a batch of Acrobat PDF documents. With PDF Stamp, you can create, edit and manage the text, image, line watermark. Text watermark support static and dynamic text, with dynamic...
Platforms: Windows
| License: Shareware | Cost: $27.00 USD | Size: 2.05 MB | Download (204): Boxoft PDF Stamper Download |
PDF Master 3.0 offers all tools you need to create new PDF documents from any application able to print or edit any existed ones. PDF Master 3.0 installs itself as a virtual printer using the improved version of soft Xpansion Print to Document Technology. All you need to do to convert your...
Platforms: Windows
| License: Demo | Cost: $49.95 USD | Size: 9.18 MB | Download (190): PDF Master Download |
PDF Sign&Seal brings enhanced digital signature, time-stamping and strong encryption capability to PDF documents. It has been specifically designed for busy managers who need to easily sign or protect a business document, be it a purchase order, an invoice, a report, a proposal, compliance...
Platforms: Windows, Other
| License: Commercial | Cost: $120.00 USD | Size: 36.95 MB | Download (155): PDF Sign&Seal Download |
AWinware PDF Watermark software is best Acrobat PDF text imposition tool, stamps watermarking on each selected pages quickly. Create rotated pdf watermark at header, footer or center position among 0 to 359 degree. With newer version of PDF watermarking tool, see the preview of each applied...
Platforms: Windows, Other
| License: Shareware | Cost: $19.95 USD | Size: 2.21 MB | Download (48): Acrobat PDF Watermark Software Download |
EximiousSoft PDF Editor is a powerful PDF document editing application. You can use it easily and quickly modify or update all page content in PDF document. It can be like a general word processor for visual editing text. You can man input the texts manually or pasted the characters from the...
Platforms: Windows, Windows 7, Windows Server
| License: Shareware | Cost: $54.95 USD | Size: 11.04 MB | Download (56): EximiousSoft PDF Editor Download |

PDF Stamp is a professional PDF stamp creator or PDF watermark creator, which can help you stamp PDF with images, text, graphic lines and rectangles. With the help of this stamp creator, you can annotate your PDF with custom stamps. PDF Stamp is a powerful and useful tool which enables you to...
Platforms: Windows, Windows 8, Windows 7
| License: Shareware | Cost: $29.90 USD | Size: 1.7 MB | Download (534): Mgosoft PDF Stamp Download |
Combine multiple documents into one PDF file with PDF Combine Pro from Coolutils. Combine Doc to PDF as well as TXT, PDF, XLS, TIFF files. Get 1 multi-page PDF with bookmarks, page counters, table of contents or bates stamps of your choice. Combine DOC to PDF, TIFF to PDF, XLS to PDF or any...
Platforms: Windows, Windows 8, Windows 7, Windows Server
| License: Shareware | Cost: $129.90 USD | Size: 68.32 MB | Download (28): PDF Combine Pro Download |
PDF Stamp is a professional PDF stamp creator or PDF watermark creator, which can help you stamp PDF with images, text, graphic lines and rectangles. With the help of this stamp creator, you can annotate your PDF with custom stamps. PDF Stamp is a powerful and useful tool which enables you to...
Platforms: Windows, Windows 8, Windows 7
| License: Shareware | Cost: $29.90 USD | Size: 1.68 MB | Download (530): Mgosoft PDF Stamp Command Line Download |
PDF Stamp is a professional PDF stamp creator or PDF watermark creator, which can help you stamp PDF with images, text, graphic lines and rectangles. With the help of this stamp creator, you can annotate your PDF with custom stamps. PDF Stamp is a powerful and useful tool which enables you to...
Platforms: Windows, Windows 8, Windows 7
| License: Shareware | Cost: $299.90 USD | Size: 2.71 MB | Download (481): Mgosoft PDF Stamp SDK Download |
PDF Stamp is an advanced product that enables you to stamp content into a PDF document. Besides images, texts and graphics, PDF Stamp is able to add links and notes. These processes can be realized in a determined number of pages with precise control over the size and position, the stamped text...
Platforms: Windows
| License: Shareware | Cost: $27.90 USD | Size: 1.27 MB | Download (134): Ap PDF Stamp Download |
PDF Stamp (PDF Watermark) is an advanced product that enables you to stamp content into a PDF document. Besides images, texts and graphics, PDF Stamp is able to add links and notes. These processes can be realized in a determined number of pages with precise control over the size and position,...
Platforms: Windows
| License: Shareware | Cost: $38.00 USD | Size: 1.06 MB | Download (114): PDF Stamp (PDF Watermark) Download |
Edit PDF files just like a vector objects. You can select, scale, move and rotate all objects (text, pictures, lines etc.) with a few mouse clicks. With the tool 'Free text edit' you can change existing text just like a text editor. If you press 'Return' a line break will be inserted and all...
Platforms: Windows
| License: Demo | Cost: $119.00 USD | Size: 1.92 MB | Download (312): PDF Editor Objects Download |

PDF Stamper ActiveX Component can stamp PDF files with watermark and text easily. It is a standalone component and does not depend on Adobe Acrobat, or even Acrobat Reader. PDF Stamper can be used to stamp PDF files, you can stamp PDF files with images such as JPEG, transparent PNG, TIFF and...
Platforms: Windows
| License: Shareware | Cost: $149.95 USD | Size: 1.96 MB | Download (126): PDF Stamper Download |
Pdf Stamps Free Shipping
Perfect PDF 5 Premium is a powerful software for all tasks concerning the PDF file format. Conversion of documents into pdf files, changing of properties, content editing, document commenting, designing, protecting and digital signing, creating and filling out forms and much more is possible with...
Platforms: Windows
| License: Demo | Cost: $89.99 USD | Size: 29.63 MB | Download (248): Perfect PDF 5 Premium Download |
Perfect PDF 6 Professional is a powerful software for all tasks concerning the PDF and XPS file formats. Conversion of documents into PDF files, changing of properties, content editing, document commenting, designing, protecting and digital signing, creating and filling out forms and much more is...
Platforms: Windows
| License: Demo | Cost: $89.99 USD | Size: 51.68 MB | Download (85): Perfect PDF 6 Professional Download |
Includes PDF-XChange Editor Plus and PDF-Tools Create new PDF files from the output of any Windows app Create and Edit Fillable PDF Forms; Dynamic Stamps; Interactive Adobe AcroForms View Image and MSOffice files natively and convert to PDF automatically Google Drive, OFFice2PDF, OneDrive,...
Platforms: Windows, Windows 8, Windows 7, Windows Server
| License: Shareware | Cost: $93.50 USD | Size: 187.89 MB | Download (899): PDF-XChange PRO Download |
Edit PDF files now! You can write annotations, add text, change the text (correct spelling errors) or delete words completely. Now you can also add or delete pictures and vector graphics and add text in any font you want! With the 11 new tools you can move and zoom the text and pictures and you...
Platforms: Windows
| License: Demo | Cost: $79.00 USD | Size: 3.73 MB | Download (97): CAD KAS PDF Editor Download |