Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 07, 2012 03:34 AM by jackdeere
Member
276 Points
115 Posts
Feb 09, 2012 05:00 AM|LINK
hi everyone i am putting this post again
can anyone help me
i have a registration form and i want to save that form with proper styling (exaclty same) as pdf and want to save it on the server folder?
i dont want want user to save it , i want that automatically it is saved on the server with user filled info
thanks
Star
7756 Points
1626 Posts
Feb 09, 2012 12:31 PM|LINK
hi chec kthe below link
http://www.asppdf.com/manual_09.html
http://stackoverflow.com/questions/4253989/save-the-generated-pdf-directly-to-the-server-directory-folder-without-user-prom
All-Star
95493 Points
14106 Posts
Feb 09, 2012 01:35 PM|LINK
you got to use ITextSharp to save data in PDF using C# - http://mikesdotnetting.com/Category/20
Extract form values and use html in combination with ITextSharp to make PDF...
Thanks,
Feb 10, 2012 04:24 AM|LINK
hi ramiramilu
thanks for reply ,
yes i am using itextsharp , pdf is working thats not an issue .
the issue is i want same html look of the page in pdf with user filled data
is there any link that shows this or can u pls give some code help that using string builder or anythng which gives me the output i want.
Feb 10, 2012 04:25 AM|LINK
hi vinay
these are the links for simple pdf 's but
Feb 10, 2012 04:50 PM|LINK
Gavy1313 is there any link that shows this or can u pls give some code help that using string builder or anythng which gives me the output i want.
try this -
http://www.dotnetperls.com/htmltextwriter
Feb 13, 2012 04:31 AM|LINK
hi ramiramilu,
this link is giving div tags sir i dont want this
6 Points
3 Posts
Feb 20, 2012 08:19 AM|LINK
there is a response to a similar question answered for this html to pdf solution . This is the page with the answer
Feb 22, 2012 05:02 AM|LINK
thanks for rpl pdfres
i'll see to it then wil tel you further.
Contributor
3102 Points
934 Posts
Feb 22, 2012 05:32 AM|LINK
Check Below Link..
http://forums.asp.net/t/1143759.aspx/1
Gavy1313
Member
276 Points
115 Posts
how to save filled form data and save as pdf on server?
Feb 09, 2012 05:00 AM|LINK
hi everyone i am putting this post again
can anyone help me
i have a registration form and i want to save that form with proper styling (exaclty same) as pdf and want to save it on the server folder?
i dont want want user to save it , i want that automatically it is saved on the server with user filled info
thanks
vinay13mar
Star
7756 Points
1626 Posts
Re: how to save filled form data and save as pdf on server?
Feb 09, 2012 12:31 PM|LINK
hi chec kthe below link
http://www.asppdf.com/manual_09.html
http://stackoverflow.com/questions/4253989/save-the-generated-pdf-directly-to-the-server-directory-folder-without-user-prom
V.K.Singh
ramiramilu
All-Star
95493 Points
14106 Posts
Re: how to save filled form data and save as pdf on server?
Feb 09, 2012 01:35 PM|LINK
you got to use ITextSharp to save data in PDF using C# - http://mikesdotnetting.com/Category/20
Extract form values and use html in combination with ITextSharp to make PDF...
Thanks,
JumpStart
Gavy1313
Member
276 Points
115 Posts
Re: how to save filled form data and save as pdf on server?
Feb 10, 2012 04:24 AM|LINK
hi ramiramilu
thanks for reply ,
yes i am using itextsharp , pdf is working thats not an issue .
the issue is i want same html look of the page in pdf with user filled data
is there any link that shows this or can u pls give some code help that using string builder or anythng which gives me the output i want.
thanks
Gavy1313
Member
276 Points
115 Posts
Re: how to save filled form data and save as pdf on server?
Feb 10, 2012 04:25 AM|LINK
hi vinay
thanks for reply ,
these are the links for simple pdf 's but
the issue is i want same html look of the page in pdf with user filled data
is there any link that shows this or can u pls give some code help that using string builder or anythng which gives me the output i want.
thanks
ramiramilu
All-Star
95493 Points
14106 Posts
Re: how to save filled form data and save as pdf on server?
Feb 10, 2012 04:50 PM|LINK
try this -
http://www.dotnetperls.com/htmltextwriter
Thanks,
JumpStart
Gavy1313
Member
276 Points
115 Posts
Re: how to save filled form data and save as pdf on server?
Feb 13, 2012 04:31 AM|LINK
hi ramiramilu,
this link is giving div tags sir i dont want this
pdfres
Member
6 Points
3 Posts
Re: how to save filled form data and save as pdf on server?
Feb 20, 2012 08:19 AM|LINK
there is a response to a similar question answered for this html to pdf solution . This is the page with the answer
Gavy1313
Member
276 Points
115 Posts
Re: how to save filled form data and save as pdf on server?
Feb 22, 2012 05:02 AM|LINK
thanks for rpl pdfres
i'll see to it then wil tel you further.
rohitpundlik
Contributor
3102 Points
934 Posts
Re: how to save filled form data and save as pdf on server?
Feb 22, 2012 05:32 AM|LINK
Check Below Link..
http://forums.asp.net/t/1143759.aspx/1
Rohit Pundlik
Please mark as answer if this helps you...