Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

6.4: How do I edit the jcr:title of a PDF stored in the DAM?

Avatar

Level 9

So I edited the properties of the PDF and changed the Title and PDF Title fields in the Basic Tabs. I then viewed the PDF properties inside CRX/DE (location is /content/dam/documents/staff/policies/my-folder/my-pdf1.pdf/jcr:content/metadata). But the jcr:title has not changed. There's also a jcr:title field at this location (/content/dam/documents/staff/policies/my-folder/my-pdf1.pdf/jcr:content) and this also hasn't changed.

What am I doing wrong? How do I change the jcr:title for the PDF?

The issue we're having is that the search indexers are not picking up the correct PDF title (jcr:title) for some of our PDFs as they don't have jcr:title and we don't know how to edit the jcr:title.

Thanks

---------------------------

These are the PDF properties where jcr:title is present. The screenshots were made after editing Title/PDF Title.

public-statement-changing-properties.png

public-statement_jcr-content.png

public-statement_jcr-content_metadata.png

There are the PDF properties for an asset where jcr:title is NOT present.

convening-conferences_jcr-content.pngconvening-conferences_jcr-content_metadata.png

1 Accepted Solution

Avatar

Correct answer by
Level 8

The title property gets stored as dc:title and not jcr:title. Check for dc:title property in metadata node

1718298_pastedImage_0.png

View solution in original post

2 Replies

Avatar

Correct answer by
Level 8

The title property gets stored as dc:title and not jcr:title. Check for dc:title property in metadata node

1718298_pastedImage_0.png

Avatar

Employee Advisor

After 6.2, the title is mapped to dc:title property.

For the short term, you can check [1] and change the console to use jcr:title instead of dc:title.

Long term solution will be to start using dc:title as the new version of jcr:title as updating Title in Touch ui will update the dc:title property.

[1] http://experience-aem.blogspot.com/2017/03/aem-62-touchui-assets-console-show-node-name-and-not-dc-t...