How can I set a cookie at ABCpdf12 in this code?
string url = "";
Doc theDoc = new Doc();
theDoc.Read(url);
theDoc.Save("document.pdf");
theDoc.Clear();
Big thanks!
How can I set a cookie at ABCpdf12 in this code?
string url = "";
Doc theDoc = new Doc();
theDoc.Read(url);
theDoc.Save("document.pdf");
theDoc.Clear();
Big thanks!
Copyright © 2021 Jogjafile Inc.
I've already solved the problem. I downloaded the svg with selenium and used iText7 to generate the PDF-file.
I used itext7, which I've installed as NuGet-packet.
and here the code:
To avoid errors, you should set the current location equal to the location of the svg file. (Directory.SetCurrentDirectory())