Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A script solution requested: conversion from text-only pdf to pagewise image files
#10
I am trying for a preliminary solution with a transparent background:
Code:
convert -density 100 -quality 10 -fill "navy" textfile.pdf imagefile%03d.jpeg
To have a white background:
Code:
convert -density 100 -quality 10  -background "white" -fill "navy" -alpha remove textfile.pdf imagefile%03d.jpeg

I will do an extensive check and report back. Thank you,Mr. rich2005. You rock!
Reply


Messages In This Thread
[Solved] conversion from text-only pdf to pagewise image files - by bkpsusmitaa - 07-02-2023, 02:55 AM

Forum Jump: