PDF Architect

We’re looking to get PDF Architect added to the available deployable software so we can keep it automatically updated for one of our tenants.

Please let me know if you need any additional information, thanks.

Dynamic versions script seems pretty easy to copy over from PDFCreator. Just need replace the word “creator” with “architect9” in the url and versions pattern.

$URL = Get-RedirectedUri 'https://download.pdfforge.org/download/pdfarchitect9/PDFArchitect-stable?download'
Get-DynamicVersions `
    -InputString $URL `
    -VersionsPattern '(?<Uri>https://[A-Za-z0-9\.-]+/pdfarchitect9/(?<Version>[\d\.]+)/(?<FileName>[A-Za-z0-9_-]+\.exe))'