pdf - Java - Multiple users conflict while accessing Word-files -


my java application uses visual basic script let ms word convert .docx files .pdf files in background. users can select product , request script return example quotation in .pdf format.

a significant requirement vbscript cannot access documents when reside within jar file.

these .docx files stored on shared drive, when multiple users try generate quotation same .docx file, conflict occurs.

should include documents in application , let export them /user/appdata every user has own copy of documents? there other obvious methods missing out on? or go workaround 1 quotation can generated simultaneously?


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -