microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
966 stars 206 forks source link

Function to print files #369

Closed Thommy7571 closed 2 months ago

Thommy7571 commented 4 months ago

Hallo, your tool is superbe. No other tool of this type compares to it, since it shows the ressources, the structure and the output of the file. Others permit only to see the structure or only the output or show nothing at all, if ressources are missing... I would appreciate the possibility to print an XML-file from the menue as a pdf or a picture - as multipage document or single pages document. I made the observation that for some strange reason some color disappeared from the original file when prining it to pdf otherwise.. Also, I would much apprechiate if it was possible to open by defaut the output page instead of the "edit page". That is what is need more than to modify it. Perhaps a new version in view of Win 10 should get out?

lovettchris commented 3 months ago

Actually if you just want to print the XSLT output page you can type CTRL+P to invoke the print function on the embedded web browser panel and you will see this:

image

If you then pick the PDF printer you will get your pdf file. If it is a big pdf it may take a while to complete, the file size will be 0 until it is done, but then you will be able to load it and view it like this:

image

Does this suffice?