Converting rtf to pdf - problems with header and footer

Hello
We are evaluating Aspose Words for java 10.0.0-BETA. One of our big customers is very eager to replace an existing ad-hoc Java/Word based solution for converting RTF documents to PDF with Aspose. However, we have a problem with the header/footer in many of our documents. In the RTF version, the header/footer isonly on the first page, whereas in the PDF generated by Aspose, the header/footer is on every page. Se the attached example (test63.rtf input and test63.pdf output).
The example pdf was generated using IBM JDK 1.5.0 and the following code snipplet:

import org.junit.Test;
import com.aspose.words.Document;

public class ConvertRtfToPdfTest
{
    @Test
    public void convertDocumentToPdf() throws Exception
    {
        Document document = new Document("c:\\temp\\aspose\\test63.rtf");
        document.save("c:\\temp\\aspose\\test63.pdf");
    }
}

Any help would be very appreciated.
Regards,
Emil Urnes

Hi
Thanks for your request. Your colleague already reported this problem to us earlier
https://forum.aspose.com/t/70936
We will keep you informed regarding status of this issue and let you know once it is resolved.
Best regards,

The issues you have found earlier (filed as 19292) have been fixed in this .NET update and in this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(1)