I've got a question about the pdf.BindFO method.
The method offers different option just like:
Binds a FO file and a xslt file into the
Pdf instance.
public void BindFO(string,string);
Is there a possibility to implement a method that gets 2 streams?
public void BindFO(Stream, Stream);
Thank you.