Closed (fixed)
Project:
PDF Services - Accessibility, Viewer and Compression
Version:
1.0.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Jun 2025 at 23:03 UTC
Updated:
22 Oct 2025 at 16:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nicholassHi Kevin, one workaround you could do right now is use the views_bulk_operations I imagine to just simply bulk update those nodes you want scanned? I haven't tried that but that should queue them up. But keep in mind the free tier in adobe only allows 500 credits per month.
I have been thinking there should be a UI to manually initiate a scan of file(s) but haven't gotten there yet.
Comment #3
kevin w commentedThanks for the prompt response! I tried to bulk update but I noticed that the scan report appears to be tied with the hash of the file content, which is a smart choice to reduce wasteful scanning. As a result, the file will not be re-scanned unless the content changes.
Comment #4
nicholassComment #5
nicholass@Kevin - I am going to being working on this, I think I will create a VBO plugin to allow different processing options to the selected files. Just curious your comment about the scan of files, and not being able to re-scan them due to the file hash. Why would you want to re-scan the file if the content did not change? If the file is the same the report would be the same.
Comment #6
kevin w commented@nicholass Thanks for looking into this. We have an existing site that has a large collection of files. After adding the pdf_services module, editors would like to scan their files in batch rather than one-by-one. I can't seem to find any workaround for this use case.
Comment #8
nicholassGreat so I added View Bulk Operation Support, so on a view that is created from a files base table such as the default
/admin/content/filesyou can now add a bulk operations field to it, then be able to adjust the view as you need, and bulk queue pdfs, which are then processed on cron runs.Edit the view add the bulk operations field

Then you can in bulk submit pdfs to the queue, here is the stock /admin/content/files view modified to have the bulk operations field.

Comment #9
nicholassComment #10
nicholass@kevin let me know if that works, we actually needed a bulk check feature as well, so well just make custom file views to do this.
Comment #11
bsim26 commented@nicholass Tested and verified bulk operations for multiple PDF's simultaneously
Comment #12
nicholassThis feature has been merged