ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Dennis3569 on September 30, 2021, 03:33:46 PM

Title: Adding Metadata to a PDF created in Matlab
Post by: Dennis3569 on September 30, 2021, 03:33:46 PM
Not sure if this is the right place but.
I have a Matlab app that creates PDF files of various data.
I want to include a GEOJSON string in the more info section of the metadata
I attach an example of how this looks in another application.

I searched around and ended up here -

Thanks
Title: Re: Adding Metadata to a PDF created in Matlab
Post by: StarGeek on September 30, 2021, 06:09:40 PM
Try adding it to the Description tag.
exiftool "-Description=JSONSTRING" file.pdf

Otherwise, run the command in FAQ #3 (https://exiftool.org/faq.html#Q3) on a file that already has the correct data to see the location.