Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 8
    In combination with hyperref package it might cause some problems like described here. Just wanted to mention this, since I just experienced the same problem. Commented Jul 4, 2016 at 14:32
  • Unless all of the metadata is Latin-1, there may be problems if you use \pdfinfo directly. This is because the data must be encoded in a certain way, which is not what you would expect for other languages. Package hyperref does the necessary encoding. Similarly for XMP, which must be encoded utf-8 with a few characters escaped (because they are active characters in PDF). Commented Jan 30, 2024 at 16:40