Skip to content

feat(RDV-1664): add PDF and PNG document properties handling#29

Open
diogopaulo wants to merge 7 commits into
mainfrom
feature/rdv-1664-pdf-props
Open

feat(RDV-1664): add PDF and PNG document properties handling#29
diogopaulo wants to merge 7 commits into
mainfrom
feature/rdv-1664-pdf-props

Conversation

@diogopaulo
Copy link
Copy Markdown
Contributor

Summary

  • Add DocumentProperties structure and wire it through UltimatePDF_ExternalLogic and ScreenshotOptions so PDFs and screenshots can carry title, author, subject and keywords metadata.
  • Introduce PDFMetadataUtil and PNGMetadataUtil utilities to embed metadata into generated PDFs and PNG screenshots.
  • Add a new UltimatePDF_ExternalLogic.UnitTests project with coverage for the metadata utilities, logger warnings, and metadata performance.

Test Plan

  • Run UltimatePDF_ExternalLogic.UnitTests and confirm all tests pass.
  • Generate a PDF with document properties set and verify metadata via a PDF reader.
  • Generate a screenshot with metadata set and verify PNG tEXt/iTXt chunks contain the expected values.
  • Verify behavior when properties are omitted/empty (no regressions in existing PDF/screenshot output).

@diogopaulo diogopaulo added the claude-code Created via Claude Code label May 19, 2026
@diogopaulo diogopaulo added the do not merge This pull request should not be merged even if checks pass label May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

claude-code Created via Claude Code do not merge This pull request should not be merged even if checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant