TCPDF icon indicating copy to clipboard operation
TCPDF copied to clipboard

XMP description, subject, and keywords mix

Open joebordes opened this issue 8 months ago • 10 comments

Hi

I am adding XMP to my PDF and see that the Subject is being set in the Description section, and the keywords are being set in the Subject section.

Image

I think that is incorrect. Could be?

joebordes avatar Jun 18 '25 14:06 joebordes

I can not find this in the TCPDF code base, can you send a link ?

williamdes avatar Jun 20 '25 21:06 williamdes

https://github.com/tecnickcom/TCPDF/blob/ca5b6de294512145db96bcbc94e61696599c391d/tcpdf.php#L9717

joebordes avatar Jun 21 '25 07:06 joebordes

Related https://github.com/tecnickcom/TCPDF/pull/789

Did you make progress on XMP data?

williamdes avatar Sep 29 '25 08:09 williamdes

hi @williamdes I did get what I needed working. I had to make the change I suggested above, but it worked.

joebordes avatar Sep 29 '25 14:09 joebordes

Can you post an example and close the issue?

williamdes avatar Oct 01 '25 07:10 williamdes

Sure. Have you fixed the error?

joebordes avatar Oct 01 '25 07:10 joebordes

If you add the hacktoberfest tag to the project, I can create a PR if it isn't fixed

joebordes avatar Oct 01 '25 07:10 joebordes

Sure. Have you fixed the error?

What error ?

williamdes avatar Oct 01 '25 08:10 williamdes

If you add the hacktoberfest tag to the project, I can create a PR if it isn't fixed

Yes please do a PR, I have no merge power of label power here. @nicolaasuni has But If you create fixes on @phpmyadmin I can have you hacktoberfest labels on PRs

williamdes avatar Oct 01 '25 08:10 williamdes

I created the PR for a new description method and to fix the subject/keywords mix Would appreciate the hacktoberfest tag please

joebordes avatar Oct 01 '25 19:10 joebordes