HI @ all
@1 great tutorial
@2 i need some help
i try to draw the content from scrollview to pdf but they draw only the visible content (that that i can see on the screen)not all the content on the scrollview
CGContextTranslateCTM(pdfContext,40,pageRect.size. height);
CGContextScaleCTM(pdfContext,1.0, -1.0);
[scrollView.layer renderInContext

dfContext];
thx for help