Place image over PDF

后端 未结 7 1709
忘了有多久
忘了有多久 2020-12-01 02:04

How can I place an image over an existing PDF file at an specific coordinate location. The pdf represents a drawing sheet with one page. The image will be scaled. I\'m check

7条回答
  •  庸人自扰
    2020-12-01 02:47

    Since, its existing pdf, the most easy way to do it is:

    1. Convert pdf to .doc or .odt ( Check http://www.zamzar.com/ )
    2. Add images into the converted file however you want.
    3. Convert back to PDF (openoffice and libreoffice makes it easy to save pdfs)

    PS: If the pdf file needs to further edited always keep a backup of source .doc file, so that the changes can be done easily, too much conversion have bad effects on file quality.

提交回复
热议问题