We are currently working on a WPF application. We need to have the ability to add interactive text or images to PDF files in this application.
- Allow to place text or image to a specific area on PDF page
- Allow you to put the text or image using the mouse position
- Able to embed text or images in selected locations
- Provide undo function to withdraw placed text or image
- Allow dynamic movement of text or images
This article on XsPDF.com is what you looking for, check out: adding text to a pdf file and adding image to a pdf file
Answers
I recently wrote a similar program using XsPDF library, which allows users to add interactive text in PDF pages. If you are interested in it, you may see details below.
- First, I create a document in InDesign and make it into a PDF file.
- Then, open the program and insert the text box that saved as PDF file.
- Users can open Acrobat Pro and select Advanced > Enable User Rights.
In addition, in this program, users can also insert operations within the image box. For example, when you click on a field, it will open the Explorer on your PC and you can browse the images. The format of image is not limited, and most raster image formats are available. Moreover, i also design a variety of scaling options for scaling images in the image box.