I currently have the following code that displays a multiple page PDF and then prints a paragrah on top of the PDF with the print page and record. How do I get this paragraph to rotate +90
set(&pdfPages,pdfpagecount(&pdfPath+trim(@(3,1,75))))
for(&loop, 1, 1,&pdfPages)
showPDF(&pdfPath+trim(@(3,1,75)),&loop,&width,&height)
MoveTo(8.25,10.5)
Define(&Var1,string,inttostr(¤t.printpage) + ':' + inttostr(¤t.datapage))
BeginParagraph(7.75,0.0000,0.0000,'left',0.1667,False)
SetStyleExt(&Style1,6.0000,0,[100],100)
Show(&Var1)
EndParagraph()
showpage()
endfor()
_________________________
Eric V. Dabols
The Garvey Group