

You can find “Convert Image” and “ Create PDF” options for all image files (not for PDF). When you select the screenshot image in Finder app, you can see the Quick Action items below the image. defaults write type png killall SystemUIServer Using Convert Image with Quick Action in Finder

If you want to use the default PNF format, then simply use the following Terminal command. Remember, you can still open the PDF floating screenshot and insert annotations. defaults write type pdf killall SystemUIServer defaults write type gif killall SystemUIServer Convert Screenshot to PDF Formatįinally, use the following command for saving screen captures in PDF format. If you want to generate screenshot in GIF format, then use the following command in Terminal.

Defaults write type tiff killall SystemUIServer Use GIF Format
