Hi,
I am a beginner in Pythonista and ios ( 2 months ) coming from a windows c# environment ( 37 years )
I am converting an existing c# application and trying to create printable html reports and forms ( not really sure what other options I have).
I am printing the reports by opening the html template and using airprint code that I have found on this forum ( print_html_orientation )
So far all has been good but now I am trying to include images and not having much luck. My application path structure has all of the html files in a separate directory..
I have seen threads that suggest that the script and images be in the same directory but this hasn’t worked. I have tried to use a file url in the HTML base element and also a file url when specifying the name of the image but this does not work as well.
Am I missing something regarding how the html is interpreted prior to printing.