Hi,
I found this tutorial from dec 2014:
iOS Tutorial Reading and Writing PDF Documents
by Erel.
I would like to make sure this is the state-of-the-art recommended method today.
If it is, I have a 2 questions:
1. I see there is talk of writing to canvas, this canvas does not have to be visible, i guess?
Meaning, the app could write a whole pdf doc, without the user seeing it during the process.
2.
pcvs.InitializePDF(File.DirDocuments, "1.pdf", 612, 792)
Is there any relationship between,eg. 612,792 (or whatever)
and an A4 page when the pdf doc is printed?
Thanks
Paul
I found this tutorial from dec 2014:
iOS Tutorial Reading and Writing PDF Documents
by Erel.
I would like to make sure this is the state-of-the-art recommended method today.
If it is, I have a 2 questions:
1. I see there is talk of writing to canvas, this canvas does not have to be visible, i guess?
Meaning, the app could write a whole pdf doc, without the user seeing it during the process.
2.
pcvs.InitializePDF(File.DirDocuments, "1.pdf", 612, 792)
Is there any relationship between,eg. 612,792 (or whatever)
and an A4 page when the pdf doc is printed?
Thanks
Paul