You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When creating the configuration with the Builder provided in the config package and using it to add title, author, creator, subject and creation date to the document in combination with concurrent mode and sequential low memory mode, output pdf doesn't contain set metadata. When I don't use the concurrent mode or sequential low memory mode, all above is set except for the creation date (I've not managed to set creation date in any way).
To Reproduce
Steps to reproduce the behavior:
Run the code provided below (Related code section)
Open test.pdf with any viewer (e.g. I used Mozilla's Firefox)
Open properties
Properties set (author, creator, subject, title) are empty
Expected behavior
Properties should contain set data. I managed to set it without using WithConcurrentMode(7) and WithSequentialLowMemoryMode(7).
Still creation date remains empty.
Stacktrace
Additional details (please complete the following information):
OS: Ubuntu 24.04.1
Maroto version 2.1.5
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating the configuration with the Builder provided in the config package and using it to add title, author, creator, subject and creation date to the document in combination with concurrent mode and sequential low memory mode, output pdf doesn't contain set metadata. When I don't use the concurrent mode or sequential low memory mode, all above is set except for the creation date (I've not managed to set creation date in any way).
To Reproduce
Steps to reproduce the behavior:
Related code:
Expected behavior
Properties should contain set data. I managed to set it without using
WithConcurrentMode(7)
andWithSequentialLowMemoryMode(7)
.Still creation date remains empty.
Stacktrace
Additional details (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: