I am trying to create PDFs from a C# Metro App, but PdfWriter.GetInstance() requires some arguments which is not available in WinRT.
I am following
this article. I know server.mappath() is not to use but I can't pass arguments in PdfWriter.GetInstance() method.
Any help would be EXTREMELY appreciated!