hiho,
i would like to add some content to my PDFPage.... it would just be an NSString, but i seem to be too silly for that ...
my code now looks like this:
myPDF = [[PDFDocument alloc] init];
PDFPage *page;
page = [[PDFPage alloc]init];
// here i want to add strings or whatever to my page ... but i don't know the name of the function(s) ... can anybody help me ?
[myPDF insertPage
age atIndex:0];
[page release];
[myPdfView setDocument:myPDF];
i would like to add some content to my PDFPage.... it would just be an NSString, but i seem to be too silly for that ...
my code now looks like this:
myPDF = [[PDFDocument alloc] init];
PDFPage *page;
page = [[PDFPage alloc]init];
// here i want to add strings or whatever to my page ... but i don't know the name of the function(s) ... can anybody help me ?
[myPDF insertPage
[page release];
[myPdfView setDocument:myPDF];