Вам не нужно конвертировать любой формат в PDF перед печатью. Просто установите данные для печати и представьте меню.
[UIPrintInteractionController sharedPrintController].printingItem = [NSData dataWithContentsOfURL:self.url]; //url of your word doc
[[UIPrintInteractionController sharedPrintController] presentAnimated:YES completionHandler:nil];