472,364 Members | 2,209 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,364 software developers and data experts.

pdf conversion

102 100+
hi.. guys.. any idea on converting html form into pdf??
Jun 28 '07 #1
5 1682
lyealain
102 100+
experts.. pls give some ideass..
Jun 30 '07 #2
danp129
321 Expert 100+
Does the PDF version of the form have to be fillable or just printable?
Jun 30 '07 #3
lyealain
102 100+
Does the PDF version of the form have to be fillable or just printable?
the html form required user to fill in.. it consists of many textbox and checkbox.. after user fill in the form.. user will click the buttons to convert the form into pdf file.... please help..thanksss
Jun 30 '07 #4
danp129
321 Expert 100+
Well I couldn't find anything decent that was free. ABCpdf ASP 6.0 seemed to be one of the easiest to implement.

To implement all I had to do was install it, create a subfolder to write out the pdf files and set the security on that folder to allow read/write for iuser_computername. Here's a simple script I wrote to test it (not suitable for production as written though):

Expand|Select|Wrap|Line Numbers
  1. <%
  2. Set theDoc = Server.CreateObject("ABCpdf6.Doc")
  3. theDoc.AddImageUrl "https://www.google.com/accounts/NewAccount"
  4. theDoc.Save server.MapPath("output/out.pdf")
  5. set theDoc=nothing
  6. Response.Redirect "output/out.pdf"
  7. %>
Jul 2 '07 #5
lyealain
102 100+
waa.. expensive..hahahaah.. no expert can help on this??
Jul 3 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Stub | last post by:
Docs says that "The compiler does not use an explicit constructor to implement an implied conversion of types. It's purpose is reserved explicitly for construction." I put up code of three cases...
7
by: Michael Lehn | last post by:
Hi, I have a question regarding the conversion of objects. When is the conversion done by the constructor and when by the operator. My feeling tells me that the constructor is preferred. But...
11
by: Steve Gough | last post by:
Could anyone please help me to understand what is happening here? The commented line produces an error, which is what I expected given that there is no conversion defined from type double to type...
2
by: Alex Sedow | last post by:
Why explicit conversion from SomeType* to IntPtr is not ambiguous (according to standart)? Example: // System.IntPtr class IntPtr { public static explicit System.IntPtr (int); public...
0
by: Lou Evart | last post by:
DOCUMENT CONVERSION SERVICES Softline International (SII) operates one of the industry's largest document and data conversion service bureaus. In the past year, SII converted over a million...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.