<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    A user can also turn off "Location Services" or use an app to remove
    the metadata from a JPG.<br>
    <br>
    Richard<br>
    <br>
    <div class="moz-cite-prefix">On 3/23/2020 1:25 PM, Laura Brody
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAMDnY5MAddimP_mZdUEMSokPQa2j7MoSQZqghODcf8WuJzS6tg@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>I read an article that said that the police have used the
          GPS info in photos to find people that have a social media
          account, but are "missing".  Teens that ran away, etc Once
          they  know where the photo was taken, they have the state and
          county to start looking for that person. I guess that it could
          also be used in a legal case. What if someone had video or
          pictures that prove something, but when you extract the GPS
          info, turns out that the event was several miles away from
          what the person claimed. Fraud and perjury. And they are
          busted. I guess that there are other uses too, I just can't
          think of any.</div>
        <div><br>
        </div>
        <div>Laura Brody<br>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Mon, Mar 23, 2020 at 1:43
          PM Bob Rasmussen via Filepro-list <<a
            href="mailto:filepro-list@lists.celestial.com"
            moz-do-not-send="true">filepro-list@lists.celestial.com</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On
          the topic of GPS coordinates: what use case can you think of
          for this? <br>
          I've been aware of geotagging (an dother EXIF data) in photos
          and videos <br>
          for years, and have written code to extract that data from the
          files, but <br>
          have not come up with many use cases. Ideas?<br>
          <br>
          On Mon, 23 Mar 2020, Richard D. Williams via Filepro-list
          wrote:<br>
          <br>
          > Sometimes I think of some neat things I've done over the
          years and just feel <br>
          > like sharing.<br>
          ><br>
          > Here are a few: (linux OS)<br>
          ><br>
          > Merge PDFs into a single new PDF:<br>
          > /usr/bin/gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite
          -sOutputFile=file_new.pdf <br>
          > file1.pdf file2.pdf<br>
          ><br>
          > Extract Pages from a PDF:<br>
          > i.e. page 1-4<br>
          > /usr/bin/gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite
          -dFirstPage=1 -dLastPage=4 <br>
          > -sOutputFile=file_new.pdf file1.pdf<br>
          ><br>
          > Extract Pages from page # to end:<br>
          > /usr/bin/gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite
          -dFirstPage=2 <br>
          > -sOutputFile=file_new.pdf file1.pdf<br>
          ><br>
          > Get the numbers of pages in a PDF:<br>
          > /usr/bin/pdfinfo file1.pdf | grep "Pages:" | sed
          s/"Pages:"//g | sed s/" "//g<br>
          > i.e.<br>
          > 8<br>
          ><br>
          > Get the Lat/Long from a JPG image:<br>
          > exiftool -n -gpslatitude -gpslongitude file2.JPG<br>
          > i.e.<br>
          > GPS Latitude                    : 31.4998652777778<br>
          > GPS Longitude                   : -100.448014444444<br>
          ><br>
          > I hope someone finds this useful.<br>
          ><br>
          > Be safe out there,<br>
          ><br>
          > Richard D. Williams<br>
          ><br>
          ><br>
          ><br>
          ><br>
          ><br>
          > -- <br>
          > This email has been checked for viruses by AVG.<br>
          > <a href="https://www.avg.com" rel="noreferrer"
            target="_blank" moz-do-not-send="true">https://www.avg.com</a><br>
          > -------------- next part --------------<br>
          > An HTML attachment was scrubbed...<br>
          > URL: <br>
          > <<a
href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20200323/3ebd008c/attachment.html"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://mailman.celestial.com/pipermail/filepro-list/attachments/20200323/3ebd008c/attachment.html</a>><br>
          > _______________________________________________<br>
          > Filepro-list mailing list<br>
          > <a href="mailto:Filepro-list@lists.celestial.com"
            target="_blank" moz-do-not-send="true">Filepro-list@lists.celestial.com</a><br>
          > Subscribe/Unsubscribe/Subscription Changes<br>
          > <a
            href="http://mailman.celestial.com/mailman/listinfo/filepro-list"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
          ><br>
          <br>
          Regards,<br>
          ....Bob Rasmussen,   President,   Rasmussen Software, Inc.<br>
          <br>
          personal e-mail: <a href="mailto:ras@anzio.com"
            target="_blank" moz-do-not-send="true">ras@anzio.com</a><br>
            company e-mail: <a href="mailto:rsi@anzio.com"
            target="_blank" moz-do-not-send="true">rsi@anzio.com</a><br>
                     voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)<br>
                       fax: (US) 503-624-0760<br>
                       web: <a href="http://www.anzio.com"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://www.anzio.com</a><br>
            street address: Rasmussen Software, Inc.<br>
                            10240 SW Nimbus, Suite L9<br>
                            Portland, OR  97223  USA<br>
          _______________________________________________<br>
          Filepro-list mailing list<br>
          <a href="mailto:Filepro-list@lists.celestial.com"
            target="_blank" moz-do-not-send="true">Filepro-list@lists.celestial.com</a><br>
          Subscribe/Unsubscribe/Subscription Changes<br>
          <a
            href="http://mailman.celestial.com/mailman/listinfo/filepro-list"
            rel="noreferrer" target="_blank" moz-do-not-send="true">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
        </blockquote>
      </div>
    </blockquote>
    <br>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br />
<table style="border-top: 1px solid #D3D4DE;">
        <tr>
        <td style="width: 55px; padding-top: 13px;"><a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt=""  width="46" height="29" style="width: 46px; height: 29px;" /></a></td>
                <td style="width: 470px; padding-top: 12px; color: #41424e; font-size: 13px; font-family: Arial, Helvetica, sans-serif; line-height: 18px;">Virus-free. <a href="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" target="_blank" style="color: #4453ea;">www.avg.com</a>
                </td>
        </tr>
</table><a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>