Beiträge von parsjoberg

    We're generating a PDF-document from 2 RTF-documents, one containing the page header and footer and the other containing the text part.

    The code we're using looks like this:

    rtfCtrl.LoadRTF(@"C:\tmp\pageheaderfooter.rtf");
    rtfCtrl.AppendRTF(@"C:\tmp\text.rtf");
    rtfCtrl.Export(@"C:\tmp\out.pdf");

    For some pageheaderfooter files the page header and page footer is ignored in "out.pdf". This behaviour seems kind of randomly to us.

    Is this a known problem or is it something we need to know to understand why this is happening?

    Regards
    Pär