Meta Data in PDF

What are you trying to achieve?

Hi,
i want to add meta data to my pdf. i use the pdf.co from make.com.
but it gives me an error all time. Dummy content for now.

Steps taken so far

i tried:
{“title”:“Test Document”,“author”:“Test Author”,“subject”:“test”,“keywords”:“test keywords”}
and
{{ toString(“{"title":"Test Document","author":"Test Author","subject":"test","keywords":"test keywords"}”) }}

Screenshots: scenario setup, module configuration, errors


According to the official website, it should look like this (with single quotes):

{ 'profiles': [ { 'profile1': { 'OCRMode': 'TextFromVectorsOnly' } } ] }

(copy-paste the above into the field, or type it exactly as shown)

You are not setting the profile configuration, but some other data in that field. So you should simply clear that field and keep it blank, because you are not intending to use profiles.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

can you tell me what i have to put in that pdf.co module

Looks like PDF.co doesn’t allow you to add meta data to a PDF via their API. So, you cannot do it with PDF.co. For more information, see https://developer.pdf.co

Try looking for another PDF service that allows you to insert metadata.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

so there is no way to generate a pdf and add meta data via make.com?

Not with PDF.co. Try looking for another PDF service that allows you to insert metadata.

For more information, see

Hope this helps! Let me know if there are any further questions or issues.

@samliew