Hi,
I am working on UWP project. Built the PdfDocument object and trying to save using pdfDocument.Save("FileName.pdf");
Reference link : https://www.syncfusion.com/kb/6025/how-to-draw-more-than-one-tables-sequentially
but PdfDocument.Save() takes input parameter type Stream.
Did I miss any dll reference in the project as i am not able to access the Save method with input param of type string ?
How should I save the document and see the changes in pdf file ?