Installing Library RTF2PDF

  • I am trying to install the demo-version von RTF2PDF In an ASp.Net Environment.
    My Web-Program creates some RTF-Files and save them on the server.
    This file should be converted to PDF.
    Here is my code :

    Dim PDFConv As wPDF.RTF2PDF
    PDFConv = New wPDF.RTF2PDF
    PDFConv.LoadRTF(FN_Sourcefilename) ' T1.RTF
    PDFConv.Export(FN_Destfilename) ' T1.PDF

    This is the simply example code in the documentation.
    But it will not run.
    No new file with pdf-extension - and also no errors.
    What went wrong ??
    I know, that all of you allready have insatlle dthis library.
    Therefore it shoul be easy for you to give a little help

    Thak you

    Hollek

  • It is a web application.
    In the bin directory i copied the files in the /bin directory of my application:
    - wpdf.dll and
    - wpdfcontroldemo.dll

    When i create the source i can see the objects of both dlls in the objectbrowser.
    what to do / check now ??