<div dir="ltr"><div dir="ltr">On Thu, 27 May 2021 at 14:21, Philip Taylor <<a href="mailto:P.Taylor@hellenic-institute.uk">P.Taylor@hellenic-institute.uk</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  

    
  
  <div>
    Over the past couple of days, I have made a substantial number of
    small changes <br></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>to an MS Word document; on each occasion, as well as
    saving in MS Word format <br></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>(.docx) I have also saved the document as
    Adobe PDF (.pdf).  In the course of so doing, <br></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>I have realised that
    MS Word can instruct Adobe Acrobat (and probably Adobe Reader) <br></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>to
    close the PDF and then re-open it once the changes have been made. 
    Is there any <br></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#FFFFFF">reason why the (x)dvipdfm(x) back-end to XeTeX cannot
    [be enhanced to] do the same ?<br></div></blockquote><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><br></div></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>George N. White III<br><br></div></div></div></div>