Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

What is the attribute name for Title of PDF document

Avatar

Level 2

I am trying to set the original file name of the source file as Title of the generated PDF file after GeneratePDFService. This is done to extract the title information in DDX as "_SourceTitle" in Header/Footer tag.

But I do not see the _SourceTitle populated with value. Please let me know the correct attribute name for Title. I am not able to find the information in any documentation. I use below code in my process.

/process_data/@OutPDF = setDocAttribute(/process_data/@OutPDF, "title", /process_data/@fileName)

0 Replies