VocalEasel/Sources/VLPDFDocument.h

19 lines
315 B
C
Raw Permalink Normal View History

//
2007-04-27 06:41:34 +00:00
// File: VLPDFDocument.h - Export document in PDF format
//
2007-04-27 06:41:34 +00:00
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2006-2007 Matthias Neeracher
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (PDF)
- (NSFileWrapper *)pdfFileWrapperWithError:(NSError **)outError;
@end