Issue with fonts removing the white background
Posted: 2015-11-04T08:52:40-07:00
Good Afternoon!!
I have a problem with the next command line:
This generate a pdf without background but the fonts are not the same that the original document. I have specified the font in the next way:
But I have the same result.
Could somebody help me please?
Thanks in advance!!
I have a problem with the next command line:
Code: Select all
convert -transparent white -density 300 -quality 90 original.pdf output.pdf
Code: Select all
convert -transparent white -density 300 -quality 90 -font Arial original.pdf output.pdf
Could somebody help me please?
Thanks in advance!!