<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">George N. White III wrote:<br>
      <br>
    </div>
    <blockquote type="cite"
cite="mid:CAKTOP450q9Z05u1xmtq5n-ConUY7K1HcT-N2h6UYsH0kGo7Fbw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_quote">
          <div><br>
          </div>
          <div>Unlike UNIX-based OS's, Windows has problems writing to
            files that are open in another</div>
          <div>program, so Windows editors and AcroRead support
            "DynamicDataExchange" which allows</div>
          <div>a program that wants to write a PDF to ask AcroRead to
            close, and then open the file after</div>
          <div>it has been written.   WinEDT can be configured to close
            the Adobe PDF viewer so that TeX <br>
          </div>
          <div>software can write a new PDF.  On Windows, TeX Live
            provides pdfopen and pdfclose <br>
          </div>
          <div>programs (I think originally from fptex) that are useful
            in scripts (to bracket programs that <br>
          </div>
          <div>create a pdf file):</div>
          <div><br>
          </div>
          <div>> type sample2e.cmd<br>
          </div>
          <div>pdfclose sample2e.pdf</div>
          <div>lualatex sample2e</div>
          <div>pdfopen sample2e.pdf<br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Thank you for that information, George.  Is "AcroRead" "Acrobat
    Reader" or another program ?  I ask because I have just tried
    "pdfclose" here, with a PDF open in Adobe Acrobat (not Acrobat
    Reader) and it fails as follows :<br>
    <br>
    <blockquote type="cite">C:\Windows\System32>pdfclose "Hoi-An
      vegan menu (separate pages).pdf"<br>
      pdfclose: non existent file Hoi-An vegan menu (separate pages).pdf<br>
      Cannot contact a server.<br>
      <br>
      C:\Windows\System32></blockquote>
    -- <br>
    <i>Philip Taylor</i><br>
    <br>
    <br>
    <br>
  </body>
</html>