Mobile app version of vmapp.org
Login or Join
BetL875

: PDF form that allows placing of image in Reader I'm asked to create a document that users can customise with their own logo. How can this be done without the end-user using paid-for software?

@BetL875

Posted in: #Pdf

I'm asked to create a document that users can customise with their own logo. How can this be done without the end-user using paid-for software?

I've found out that a form button could be created that runs a Javascript (event.target.buttonImportIcon();), but in Reader this only allows you to place a PDF.

Secondly, I've heard that it can be done with Adobe LifeCycle Designer, but I don't have that software (got Adobe CC only).

Is there any other way, e.g. doing it through a website where a user would upload an image and then a final PDF is generated?

May thanks!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL875

1 Comments

Sorted by latest first Latest Oldest Best

 

@Karen819

It seems like you may have already solved your problem.

You are correct that you must use this JavaScript:


event.target.buttonImportIcon();


However, in the dialog that appears for uploading your file, you should be able to change the file type that is accepted in the bottom right of the upload window. You can change this to JPG, PNG, or whatever.

I believe this should solve your problem!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme