03-18-2021 12:10 AM
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?
03-19-2021 05:43 AM
You can disable automatic metadata extraction.
extracter.PDFBox.enabled=false
extracter.TikaAuto.enabled=false
03-18-2021 05:06 PM
You can set loglevel to INFO on the class org.alfresco.repo.content.metadata.AbstractMappingMetadataExtracter, but you will not see other warnings from it.
03-19-2021 05:43 AM
You can disable automatic metadata extraction.
extracter.PDFBox.enabled=false
extracter.TikaAuto.enabled=false
Explore our Alfresco products with the links below. Use labels to filter content by product module.