If you mean "Can I generate a list of accounts a document is distributed to by a Publisher task?", then I guess so, yes.
The QVPR contains these details and unless you stored the QVPR in an RDBMS, they are all embedded in readible xml files. AFAIK you start with DocumentTask.xml. That one contains an entry for every task. Details include a SourceDocument ID (for looking up the document in SourceDocument.xml), and a DocumentTask ID (for looking up the distribution list in DistributionDetail.xml). QlikView can be used to read those files and glue them together.
If you do not want to create all code yourself, you can check out Rob's QVPR Analysis tool here: Tools | Qlikview Cookbook - QVPR Analysis It does all the heavy lifting for you (and can serve as a great example to do something useful with the Publisher details).