Beiträge von Hollek-SI

    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 ??

    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

    Ich versuche die Demo-Version von RTF2PDF in einer ASp.Net Umgebung zu nutzen.
    Das Internet-Program erstellt RTF-Dateien, welche auf dem WEB-Server gespeichert sind.
    Nun soll diese RTF-Datei nach PDF gewandelt werden.

    Dim PDFConv As wPDF.RTF2PDF
    PDFConv = New wPDF.RTF2PDF
    PDFConv.LoadRTF(FN_Quelle)
    PDFConv.Export(FN_Ziel)
    So ist es in der Doku zu lesen.
    ABER leider wird kein PDF erzeugt.
    Bei den Verweisen habe ich wPDF eingefügt.

    Was fehlt mir noch ??
    Für Hilfe dankbar.
    Gruß
    Hollek-SI