4PointSolutions / FluentFormsAPI

Fluent API for Adobe AEM Forms
Apache License 2.0
6 stars 8 forks source link

AssemblerService always returns application/pdf as content-type of result document #43

Closed rmcdouga closed 8 months ago

rmcdouga commented 8 months ago

The content type is hard-coded to be application/pdf . This is problematic when requesting document info.

The server code will have to be modified to return the content-type in the XML response and the client will have to extract the value from the XML.