downloading form content as pdf


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting downloading form content as pdf
# 1  
Old 04-06-2009
Java downloading form content as pdf

Hi All,
I have a requirement of dowloading the dynamic form content displayed in a webpage as a pdf file. The form content is not too complex but intermediate - it has textboxes, images, textarea, radiobuttons,dropdowns etc.
Can anyone suggest how i can achieve this? Your help is appreciated!

With Regards
Dileep Pattayath
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Trying to submit web form content to a shell script

Hi I was hoping some one could help me with a problem I have. I am trying to collect some information from a web form and save it to a text file. I found an example on this site that is sort of what I am trying to accomplish, the shell script bellow should echo the input back to the browser... (0 Replies)
Discussion started by: Paul Walker
0 Replies

2. Shell Programming and Scripting

Converting secured pdf files to pdf using acroread

Does anybody have idea of Converting secured pdf files to pdf using acroread ? ---------- Post updated at 04:49 PM ---------- Previous update was at 04:44 PM ---------- This file is not password protected. (4 Replies)
Discussion started by: Soham
4 Replies

3. Shell Programming and Scripting

Mail sending with multiple attachement(pdf and csv) with html content from Linux

Hi, We have a requirement to send multiple attachment(pdf and csv) along with html content in a single mail. For that we are using uuencode. It is working for single pdf attachment and html content. But we are unable to send both pdf and csv attachment with html content. Below is the script.... (5 Replies)
Discussion started by: dholea
5 Replies

4. Shell Programming and Scripting

Shell Script to Dynamically Extract file content based on Parameters from a pdf file

Hi Guru's, I am new to shell scripting. I have a unique requirement: The system generates a single pdf(/tmp/ABC.pdf) file with Invoices for Multiple Customers, the format is something like this: Page1 >> Customer 1 >>Invoice1 + invoice 2 >> Page1 end Page2 >> Customer 2 >>Invoice 3 + Invoice 4... (3 Replies)
Discussion started by: DIps
3 Replies

5. UNIX for Dummies Questions & Answers

Text file + image/form/overlay file to PDF

Hi, We have an app specific legacy environment running SCO Openserver 5.0.7. I need to be able to (1) scan a pre-existing “form” consisting of logo/boxes/lines/static text as an image , (2) lay a print file from the app "on top of the image" and (3) output the "merge" as a PDF file. Scanning... (1 Reply)
Discussion started by: 65bit
1 Replies

6. UNIX for Dummies Questions & Answers

wget pdf downloading problem

Hi. I am trying to make a mirror of this free online journal: http://www.informaworld.com/smpp/title~content=t716100758~db=all Under the individual issues, the link location for the "Full Text PDF" does not have ".pdf" as an extension -- so when I use wget it misses the file. However clicking... (5 Replies)
Discussion started by: obo1234
5 Replies

7. UNIX for Advanced & Expert Users

Changing Unix form to Microsoft Word form to be able to email it to someone.

Please someone I need information on how to change a Unix form/document into a microsoft word document in order to be emailed to another company. Please help ASAP. Thankyou :confused: (8 Replies)
Discussion started by: Cheraunm
8 Replies
Login or Register to Ask a Question
ost::MIMEFormData(3)					     Library Functions Manual					      ost::MIMEFormData(3)

NAME
ost::MIMEFormData - This is a document part type for use in submitting multipart form data to a web server. SYNOPSIS
#include <mime.h> Inherits ost::MIMEItemPart. Public Member Functions void head (std::ostream *output) Stream header, Content-Disposition form-data. void body (std::ostream *output) Stream content (value) of this form data field. MIMEFormData (MIMEMultipartForm *top, const char *name, const char *content) Construct form data field part of multipart form. Protected Member Functions virtual ~MIMEFormData () Protected Attributes const char * content const char * name Detailed Description This is a document part type for use in submitting multipart form data to a web server. Author: David Sugar dyfet@ostel.com multipart document part for web form data field. Constructor &; Destructor Documentation virtual ost::MIMEFormData::~MIMEFormData () [protected], [virtual] ost::MIMEFormData::MIMEFormData (MIMEMultipartForm *top, const char *name, const char *content) Construct form data field part of multipart form. Parameters: top multipart form this is part of name of form data field content of form data field Member Function Documentation void ost::MIMEFormData::body (std::ostream *output) [virtual] Stream content (value) of this form data field. Parameters: output stream to send body to. Implements ost::MIMEItemPart. void ost::MIMEFormData::head (std::ostream *output) [virtual] Stream header, Content-Disposition form-data. Parameters: output stream to send header to. Reimplemented from ost::MIMEItemPart. Member Data Documentation const char* ost::MIMEFormData::content [protected] const char* ost::MIMEFormData::name [protected] Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::MIMEFormData(3)