Skip to content

newzealandpaul/pat2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

pat2pdf

This script connects to the USPTO patent database, retrieves the TIFF images of patents or patent applications and converts them into a single PDF file using libtiff.

Yes, I know, you would have written it in perl/python/(insert your favourite scripting language here), but it is written in bash and works well.

It requires an http fetcher (lynx by default), tiffcp and tiff2pdf (both part of libtiff).

History

This script was originally written by Oren Tirosh and Thomas Boege. In 2013 the script broke due to changes to the USTPO website. Paul William fixed the script and uploaded it to GitHub because its original homepage was no longer online.

Compatibility

This scirpt should work on any Unix-like system (Linux, Mac OS X etc.) with the required command line tools and libraries installed.

Usage

pat2pdf <Patent Number or Application Number>

Examples

Fetching a USTPO patent application:

pat2pdf 20130049740

Fetching a USTPO patent:

pat2pdf 8259522

Result is a file in the current directory named pat.pdf

License

This script is licensed under the GPL (version unspecified).

About

Convert USTPO Patents and USTPO Patent Applications To PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages