07-02-2023, 02:55 AM
(This post was last modified: 07-02-2023, 03:36 AM by bkpsusmitaa.
Edit Reason: code edit
)
I am trying for a preliminary solution with a transparent background:
To have a white background:
I will do an extensive check and report back. Thank you,Mr. rich2005. You rock!
Code:
convert -density 100 -quality 10 -fill "navy" textfile.pdf imagefile%03d.jpeg
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!