feat(PDFBurner): init for only .net

This commit is contained in:
Developer 02 2025-11-06 19:34:39 +01:00
parent 05130d6163
commit bc4371cb99

View File

@ -0,0 +1,8 @@
#if NET
namespace EnvelopeGenerator.PdfEditor;
public class PDFBurner
{
}
#endif