I have a form in pdf document where I have added some checkboxes and some input fields where I can get the input from the user but now I want the user to be able to upload their picture to the pdf document therefore I need to add an image field to the form where the user needs to click and upload their image to the file. Is there any free way to do this?
I googled a lot but did not find any convenient way to do it.
I am sorry this question is not related to programming but I have this issue and want to get it resolved through the help of stackoverflow community.
Thanks in advance.
Related
Liferay 7.3.2.
I'm using a sitemap to create link boxes that link to other pages in the website. Links and names and all else is basic stuff, but I have no idea, if and how I could get images for the boxes.
Asset publisher would've been my first choice, as I've done similar stuff before with them, but I can't find a way to add pages to the publisher, so I'm not sure if it's viable here. Of course, I could create an asset publisher that would ask for a name, image and a link, but this should be automatic to avoid extra hassle.
Sitemap allows for automation, if you just map the page correctly, but getting the image would still be a problem.
Navigation menu I haven't really put much thought into, as there will be many pages with link boxes and would be really hard to control. The image would be a problem as well.
The optimal solution would be to get the image from the page the link takes the user to, but if that's impossible, I wonder if there's a way to give webpage an image, that could be shown here.
Got it working with a bit of looking around! This can help with same kind of problems others might be facing, so I'll gladly answer this myself!
From Admin panel, go to Settings and Additional Fields
Select Page and add a field to it. After filling the details, you should be able to see this field in the page settings for every page.
Go to page settings and fill out your info. In my case, I created a text field, that will be used for image URLs.
Finally, in your Application Display Template, you can find the field by writing:
${entry.getExpandoBridge().getAttribute("Extra field")}, Extra Field being the name of your field. Remember to put conditional statements, if necessary!
I'm building a simple app, which shows news from different websites, e.g. https://techcrunch.com/2020/07/28/transferwise-five-unicorns/
My source is a database with news URLs.
Each article comes with an associated image. I do not have a URL of the image, only URL of news itself.
My question is, how can I get the associated image to appear in my Gallery? Is there a function I could use?
Here is an effect I'm trying to achieve:
Help please,
Thanks!
Maciej
Ps. I know it is possible, as all rss readers (like Feedly) or even SharePoint news webpart easily pull image just from provided link.. but how?
Are you unable to copy the image path and manually input it into where you want it to go?
I am building a Google Sites page with a simple form in which you can upload attachments. How would I go about having users fill out a form and attach a .jpeg that would automatically add the new jpeg file to the home page?
Thank you!
There is no way you can attach a .jpeg file to a google form, i am on similar project.
BUT! You can make a special form created by HTML and JavaScript, where you can add the file submit button. It took me days before i got it but to help you i show you where i started:
Google Forms file upload complete example
It is an asked question about similar topic.
http://www.labnol.org/internet/receive-files-in-google-drive/19697/
This is the page, where i finaly understood what is going on.
Just by the way. You will have to do a lot more scripting than that. This are only ideas where to start. I am working now on the uploading to the google site.
If you have anymore problems, please contact me. I can show you the source codes i am working on right now.
Have a nice day and good luck with sripting ;)
I am trying to put a image below the invoice in the PDF file. I have tried a few extension but they aren't working properly on my site.
Any sort of help would be much appreciated.
I guess you are trying to modify your invoice pdf design. Here is the link that shows how to move your image to the desired location in your pdf. Have a look at this.
Hope this will work for you.
Forms created in adobe livecycle designer are not supported in adobe reader 11.0.02 and 10.1.4
The form has an image field that allows users to upload images and save them in the form. The images are not saving in adobe 11 and adobe 10.
I have tried saving the form in adobe reader 9.5.0 and there is no issues with the images.
I have also tried setting the form to be compatible with versions 10 and above in the form properties in adobe livecycle designer. However, this did not solve the problem.
I would appreciate some assistance with this issue if anyone has experienced the same problem. Thanks.
There doesn't seem to be anything on Adobe's known issues for either reader or Livecycle regarding this but if you can share the file I'd be happy to have a look and see if there's anything I can do.
I have had issues in the past with images not displaying and it's worth checking the binding properties are set to Normal rather than None in the object properties because this was previously an issue I encountered.
I had the same issue. For me I had named all of the field names imagefield1. After changing them to a unique name like imagefield1 and imagefield2 the image would save. I think that this is due to the data being binded to the imagefield name.
Regarding the Image Field in Adobe Live Cycle: The image is linked by default. You need to embed the image if you want it to save with the form. Simply check the box next to Embed Image.