Link

Can BuildVu output to memory?

Yes. There is a Java interface that allows you to implement in memory handling of all output.

This is achieved by passing in your own implementation of CustomIO

We have made available the existing code which handles this on which you can base your own implementation.

You can use this with BuildVu-HTML by calling to the PDFtoHTML5Converter class. Details can be found at the CustomIO Javadoc

You can use this with BuildVu-SVG by calling to the PDFtoSVGConverter class. Details can be found at the CustomIO Javadoc.