Hello
I still cannot reproduce the problem. Please try using the following code:
using (FileStream fs = File.OpenRead(@"C:\Temp\Collegebesluit+bijlage+1.doc"))
{
// Open docuemnt from stream
Document doc = new Document(fs);
// Save docuemnt as PDF into another stream.
MemoryStream convertedstream = new MemoryStream();
doc.SaveToPdf(0, doc.PageCount, convertedstream, null);
}
Best regards,
Andrey Noskov
Developer/Technical Support
Aspose Auckland Team