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
I have defined a Pdf2TextRenditionProvider ,which implements RenditionProvider , which consume application/pdf and produce text/plain, but when I use pdf-js to preview pdf , pdf-js send a Accept: / request, to access pdf content, which lead to invoke Pdf2TextRenditionProvider'convert method, and response with a 0 length file.
RenditionService shuold not convert when toMimeType is a not a specific mimeType
The text was updated successfully, but these errors were encountered:
I have defined a Pdf2TextRenditionProvider ,which implements RenditionProvider , which consume application/pdf and produce text/plain, but when I use pdf-js to preview pdf , pdf-js send a Accept: / request, to access pdf content, which lead to invoke Pdf2TextRenditionProvider'convert method, and response with a 0 length file.
RenditionService shuold not convert when toMimeType is a not a specific mimeType
The text was updated successfully, but these errors were encountered: