This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.ricardogeek.soap.security; | |
import org.apache.xmlbeans.XmlException; | |
import org.apache.xmlbeans.XmlObject; | |
import org.w3c.dom.Document; | |
import org.w3c.dom.Element; | |
import org.xml.sax.InputSource; | |
import org.xml.sax.SAXException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// STEP 1: Download the latest tifig https://github.com/monostream/tifig/releases | |
// STEP 2: send the binary to /usr/bin | |
// STEP 3: sudo chmod a+x /usr/bin/tifig | |
//STEP 4: | |
for file in *.heic; do echo $file | xargs tifig -v -p $file ${file%.heic}.jpg; done |