What do I need to do to get this PDF to write this to a file? I check in the files folder on the iphone and never see anything so I am missing a step.
Thank you
Dim pcvs As Canvas
pcvs.InitializePDF(File.DirDocuments,"Test.pdf",612,792)
pcvs.DrawText("Hello", 100, 100, Font.DEFAULT_BOLD, Colors.Blue, "CENTER")
pcvs.Refresh
pcvs.Release
Thank you
Dim pcvs As Canvas
pcvs.InitializePDF(File.DirDocuments,"Test.pdf",612,792)
pcvs.DrawText("Hello", 100, 100, Font.DEFAULT_BOLD, Colors.Blue, "CENTER")
pcvs.Refresh
pcvs.Release