Clarus Returns Home
I extracted the PDF info!
```
assetutil -n Clarus -o ~/Desktop/clarus.car /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/PrintingUI.bundle/Contents/Resources/Assets.car
perl -ane 'BEGIN { $seen=0; }
if($seen) {
print $_;
if(/%EOF/) { $seen=0; }
} else {
if(/%PDF/) { $seen=1; print("%PDF-"); }
}
' < clarus.car > clarus.pdf
```
(wish Markdown worked!)
@shadowfacts @block
It took me a few tries before I realized there was a “-“ after the %PDF!