how to have a .pdf page where the user can enter information into the inputs then print [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am trying to make a page that where the user can enter information into the inputs and print from there. an example would be this website.
How would you go about doing that.

The PDF is designed with editable regions, that the user can then fill in this is uploaded to the web server and accessed through the website this can be done in adobe check this link - http://www.adobe.com/content/dam/Adobe/en/products/acrobat/pdfs/adobe-acrobat-xi-convert-forms-into-fillable-pdf-tutorial_ue.pdf

Related

Embedding a different website in my website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Is it possible to embed another website in my website without the user being easily able to tell that the page was embedded, and if so, how can this be done?
I tried searching for info online it did not seem to be relevant.

Issue at open webpage pdf in mobile [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
I almost created a webpage and I attached some pdf in html file. It successfully opened in system browser but it can't open in mobile,it show me as "the pdf not supported".what should I do??? Please help me..
What should I do to make the pdf in webpage support to the mobile.?

How to determine format of image from page [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
What's the image format on this web page.
How to determine that? I check html code and found nothing.
Thanks for your help
https://lh6.googleusercontent.com/proxy/xZbt3v_VA_d47bCCIGK6XOufya_92N1c0MDOHLmwmczS6OaKG6jfvj9wsxCxDtW8XpBB4mBrSrnPBlJ71FAEHkOLny32TgF3bYpN1ymo3hPK4g=w3840-h2160-p-k-no-nd-mv
in present you can't do that because the static( in which images are stored) path have been secured so that not anyone can access the folders in which all images and static items have been stored

how to create multiple pages in html [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Can someone please inform me the code to create multiple webpages in HTML? I have the homepage completely finished, however I do not know how I can branch off from there and create webpages. Thanksya!
Create a new page in another file in the same directory, new_page.html. If you want to be able to go to that page from your homepage, add a link in the body like
Link text here

How to find out which file from a theme is being used on a web page? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have a theme being used on a website, and I need to figure out which html file from the theme is being used on a particular web page of the website?
Is there a way to find that out?
Right click --> View Page Source. Then there's a ton of stuff there but all the HTML code should be there, including the structure of it.