My PDF document looses hyperlinks when converting to PDF/A.
Code example using Python:
from spire.pdf import PdfStandardsConverter
converter = PdfStandardsConverter(filename)
converter.ToPdfA2B(pdfa_filename)
converter.Dispose()
The links are still visible, but lost the href.
Is this the expected behavior? If yes, can it be changed?