Error using .addclone

Hello, When using add clone

Dim vPages As PdfPageObject = OutPutDocument.Pages.Kids.AddClone(SourceDocument.Pages)

I’m getting the error
: ‘First character after ‘#’ in hexadecimal notation of name should be hexadecimal digit.’

Hi Dave,

Please try again with this bugfix:
https://www.gemboxsoftware.com/pdf/nightlybuilds/GBA17v1279.zip

Or this NuGet package:
Install-Package GemBox.Pdf -Version 17.0.1279-hotfix

Does this solve your issue?

Regards,
Mario

This fixed the issue, thank you.