Closed jitendrajadav closed 6 years ago
This doesn't appear to be the proper place for a question like this, as we use issues for proposals and bug reports; general API usage questions would probably be better suited for a place like StackOverflow. If there is an actual bug in Forms, please upload a reproduction so we can investigate it.
Description
I am developing Xamarin forms application where I want printing functionality for e.g. Invoice I can generate in XAML now this XAML I have to print and share via PDF how would I can do?
I have tried several way like HTML to PDF and PDFSharp but no hope PDFSharp is only support in .Net Standard 1 my project is .Net Standard 2 and HTML will giving so many erorr like
sample code of HTML to PDF is here where I am not able to find webpage ` if (webpage == null) webpage = new Android.Webkit.WebView(GetApplicationContext());
` In that case webpage I am not able to find?
please find below link:
Steps to Reproduce
Expected Behavior
Actual Behavior
Basic Information
Screenshots
Reproduction Link