I need to use an image (x.png) from the Resources folder of the solution to enter it into a .PDF using the NuGet iTextSharp (v5.5.13).
Normally I would load it like this, in case of being an address of the machine.
iTextSharp.text.Image tif = iTextSharp.text.Image.GetInstance("C:\Users\Lelo-Magdiel\Desktop\x.png");
Is it possible? How can I do it?
A thousand thanks in advance.