Expand my Community achievements bar.

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