We have added encryption on PDF file when importing into ACS. However, it shows the following error.
2021-03-18 00:00:18,171 WARN [org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter] [http-nio-8080-exec-6] Metadata extraction failed (turn on DEBUG for full error): Extracter: org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter@31aa447 Content: ContentAccessor[ contentUrl=store://2021/3/18/0/0/a3babc45-ef23-4fe3-a6e7-aa83338cd6df.bin, mimetype=application/pdf, size=18483, encoding=UTF-8, locale=en_HK] Failure: Error: Header doesn't contain versioninfonull
How to disable this?
Solved! Go to Solution.
You can disable automatic metadata extraction.
extracter.PDFBox.enabled=false
extracter.TikaAuto.enabled=false
You can set loglevel to INFO on the class org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter, but you will not see other warnings from it.
You can disable automatic metadata extraction.
extracter.PDFBox.enabled=false
extracter.TikaAuto.enabled=false
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.