anthonyharrison / sbom2doc

Transform SBOM contents into a formatted document including markdown and PDF formats
Apache License 2.0
14 stars 4 forks source link

Note X text in pdf #3

Open guyscher2 opened 1 month ago

guyscher2 commented 1 month ago

Hey, I see a lot of Note fields across my pdf

for example: image image

What does this mean? There is no Note X in the original sbom json file. I ran: sbom2doc --debug --include-license -i sbom.json -f pdf -o sbom.pdf

output with debug: image

anthonyharrison commented 1 month ago

The note field is because the column width doesn't allow long text. Most download locations have long URLs which overflow the width of the column in the table which is why they are replaced with a note.

Not pretty I know and not perfect as you can see. If anyone has a better idea, please share!