'Embed PDF onto XML
In HTML it is possible to:
`<embed src="...link_to_some.pdf"></embed>`
to show a pdf on an HTML, but I was tasked with appending a PDF to the end of an XML if a certain element exists on the page. Is this possible to do if the pdf exists online?
Solution 1:[1]
try do this:
python -m pip install paho-mqtt
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Tal Folkman |
