Skip to content

Microsoft Windows Batch script that performs recursive scanning ( within a folder structure ) for files containing XMP-TPg:Fonts PostScript metadata values. Script includes logging , output as TSV ( Tab Separated Values - compatible with most spreadsheet applications ) , customizable email notifications , as well as the capability for predetermi…

License

Notifications You must be signed in to change notification settings

jamesgrace/exiftool-postscript-fonts-scan-windows-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

exiftool-postscript-fonts-scan-windows-automation

Microsoft Windows Batch script that performs recursive scanning ( within a folder structure ) for files containing XMP-TPg:Fonts PostScript metadata values. Script includes logging , output as TSV ( Tab Separated Values - compatible with most spreadsheet applications ) , customizable email notifications , as well as the capability for predetermined scheduling ( via the Microsoft Windows Task Scheduler ).

Requirements :

Installation Procedure :

1. BATCH FILE CONFIGURATION

  • Ancestors_Scan.cmd

    • exiftoollocation = C:\Windows
      • ExifTool installation location.
    • blatlocation = C:\Program Files\Blat
      • Blat installation location.
    • scanfolder = D:\ASSETS
      • Folder location containing files to be scanned.
    • scanlogfolder = D:\PostScript Scan
      • Folder location containing scan logs.
    • scanlogfilename = PostScript_Scan_Log.txt
      • Filename for the scan log.
    • scanoutputfilename = Jobs_with_PostScript_Fonts.tsv
      • Filename for the output log.
    • emailserver = mail.example.com
      • Email - Server:
    • emailto = [email protected]
      • Email - To:
    • emailfrom = [email protected]
      • Email - From:
    • emailsubject = "Automation Notification: PostScript Scan Log"
      • Email - Subject:

⭐ Detailed information regarding Adobe's PostScript Type 1 fonts end of life can be found here : https://helpx.adobe.com/fonts/kb/postscript-type-1-fonts-end-of-support.html as well as Adobe Photoshop's PostScript Type 1 font end of life scheduled for 2021 : https://helpx.adobe.com/photoshop/kb/announcement-end-of-support-postscript-type-1-fonts.html

About

Microsoft Windows Batch script that performs recursive scanning ( within a folder structure ) for files containing XMP-TPg:Fonts PostScript metadata values. Script includes logging , output as TSV ( Tab Separated Values - compatible with most spreadsheet applications ) , customizable email notifications , as well as the capability for predetermi…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published