Looking for a way to convert vector graphics – but not text objects – to rasters in PDFs using the javascript tool in Adobe Acrobat.
In one use case, a page has over 70k vector objects, which renders too slowly on screen.
The answers to this question do not suffice: Replacing vector images in a PDF with raster images. The html rendering tool created an SVG and preserved the vectors. It did not rasterize it. Imagemagick does not preserve text.
Thanks!