Hi,
�� can someone please tell me how to export a document using pillar7?

��For pillar5�� the example used to be:
  1. configuration := PRPillarConfiguration new.
    configuration outputType: PRHTMLWriter.
    PRExportPhase executeOn: { document } with: configuration.
    

Thanks!