Search found 1 match

by agri.seb
2012-03-18T13:45:41-07:00
Forum: Users
Topic: Merging PDF with vector graphics and raster image
Replies: 1
Views: 3595

Merging PDF with vector graphics and raster image

I need to merging PDF with vector graphics and raster image. As a result, I again need to get PDF with vector graphics.

I use command
convert file.pdf -page +100+200 file.jpg -flatten result.pdf

with different optional keys, but always get an incorrect result (i always get raster image . But i ...