I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later filling custom tags in the PDF using Aspose.PDF.Drawing.
We use a custom tagging format in the DOCX files:
#REG_DATUMS#
#RE…...FillDocumentWithJson(Document document, string json) { Dictionary<string, object>...DeserializeObject<Dictionary<string, object>>(json); } catch (Exception ex) { throw...