I’m working on a POC to create a pdf, the issue I have is when I try to add a svg image as background with this code:
BackgroundArtifact background = new BackgroundArtifact();
background.BackgroundImage = File.OpenRead…...Point(0, 0); page.Artifacts.Add(background); the...the first page works fine but for all the other pages send the...