Beiträge von vIceBerg

    Hi!

    I'm using C# and the .NET Wrapper class wPDF. I have to convert a RTF to a PDF.

    I'd would be pleased to use the steram, because anyway, my code needs to work with a stream.

    How to convert a RTF using BeginDoc instead of the Export method?

    Thanks

    VB

    Hi!

    When I use the Export(filename) method, the PDF is acutally created. But the ResultBuffer is empty. Same thing with Export() and Export("memory") (this was a try, I saw "memory" somewhere in the docs...)

    I really need to convert a PDF without creating a file.

    What should I do to have the ResultBuffer property filled?

    Thanks

    VB