s1seven / schema-tools

Tools to create, validate and render certificates using Material Identity JSON schemas
https://materialidentity.org/
Apache License 2.0
1 stars 1 forks source link

feat: embed json certificate into pdf #241

Closed christophbuehler closed 7 months ago

christophbuehler commented 8 months ago

Description

TL;DR

generatePdf(
  certificate,
  {
-   inputType: 'json',
-   outputType: 'buffer',
+   attachCertificate: true,
+   a3Compliant: true,
  }
)

Type of change

Checklist:

nx-cloud[bot] commented 8 months ago

ā˜ļø Nx Cloud Report

CI is running/has finished running commands for commit a3592b7954fdb25f269f3d71dfadbc77389838fa. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

šŸ“‚ See all runs for this CI Pipeline Execution


āœ… Successfully ran 3 targets - [`nx affected --target=build`](https://cloud.nx.app/runs/3qfRFF4mSB?utm_source=pull-request&utm_medium=comment) - [`nx run-many --target=lint --all`](https://cloud.nx.app/runs/roua3GC6k6?utm_source=pull-request&utm_medium=comment) - [`nx affected --target=test`](https://cloud.nx.app/runs/B4E0AON736?utm_source=pull-request&utm_medium=comment)

Sent with šŸ’Œ from NxCloud.

github-actions[bot] commented 8 months ago
Warnings
:warning: :exclamation: Big PR (1)
Messages
:book: :thumbsup: You ticked most of the checkboxes!

(1) : Pull Request size seems relatively large. If Pull Request contains multiple changes, please split each into separate PRs which will make them easier to review.

Generated by :no_entry_sign: dangerJS against a3592b7954fdb25f269f3d71dfadbc77389838fa

sonarcloud[bot] commented 7 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ā‰„ 15%)

See analysis details on SonarCloud