iOS has built-in support for reading and writing PDF documents. The Canvas object allows us to display existing PDF documents and to create new PDF documents. Displaying a PDF document First we need to load the PDF file. This is done with PDFDocument object: Dim pdf As PDFDocument...