It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center
                            
                        
                    
                
                                已关闭8年。
            
                    
我需要实现一个功能,在特定条件下,将显示“保存为PDF”对话框,并且用户可以将其文档保存为PDF。如何在Objective C,C或C ++(即Mac OS X)中实现此目标? (他们中的任何一个都很好)。

最佳答案

在textedit中,有一个另存为PDF的选项。因此,您可能可以在apple提供的textedit源中找到如何进行操作。

09-06 04:28