This project provides endpoints for PDF manipulation using Spring Boot and iText.
POST /pdf/mergepdf
Accepts JSON body:
{
"urls": ["http://example.com/file1.pdf", "http://example.com/file2.pdf"]
}
Returns the merged PDF created via MergeStep
workflow.