Adobe FDF Toolkit Be Used To Dynamically Create A Several Page Report ?
can the adobe FDF toolkit be used to dynamically create a several page report using data from a recordset in ASP? As far as i can see now, it is only useful for filling in form fields from user submitted data.
Another option we are exploring is using the activePDF tools to do this. Has anyone had any experience with these tools? any comments/opinions? Can it do what we asked above?
View Replies
ADVERTISEMENT
I've successfully managed to install the FDF-toolkit to my computer and I've also managed to create a PDF-file from a asp-page. But all of this have been for testing, now I want to implement this pdf-creating-service to a system for inquirys.
The salesman at the office uses a webpage to build their inquires and at the end I want to have a nice looking pdf for them to print. Is there anyone that knows how to actually create real dynamic pdf:s where the amount of pages and data varies a lot? If not, does anyone have an idea how to get good printouts from a webbrowser, where the text or tables dont get cut in the middle by the printer.
View Replies
View Related
I'm a Flash programmer dabbling in ASP and I have a quick question for one of you pro's .I need to dynamically create and name variables from a returned list:
variable1 = somedata1
variable2 = somedata2
variable3 = somedata3
etc...
In Flash this would be easy:
/////////////////////////////////////////
for(var i=0;i>=50;i++){
this[variable+i] = ("somedata"+i);
}
////////////////////////////////////////
But obviously you crazy kids have your own syntax.
View Replies
View Related
To Create rows Dynamically, I have used it by using Session. But the Problem with session is that for a table with more rows, the site is slow and i am looking forward to find an alternative solution to create Rows dynamically Using ASP.
View Replies
View Related
I would want to create an asp page that can generate reports from raw datas coming from a database. I need the page to as well display a graphical representation of the reports like a Bar graph, line graph or even a pie graph. How can I do this?I really dont have an idea how am i going to make this possible? Do i need to install any active x control for html? or maybe export the graph from an MS excel?
View Replies
View Related
I am trying to re-write an old url management class I use, and am having
problems using the Execute method to create vars. I think i'm missing
something simple, as I have used this method several times to perform this
kind of action, maybe it just needs some fresh eyes :) The code i'm using is
as follows: Code:
View Replies
View Related
I need to dynamically create subdomains, or folders, on my site. I am currently developing a portal where when the person registers he/she gets their own sub-domain on my site. Either that or I need to create a subfolder for them on the site. I am developing in ASP and need some advice/help urgently.
View Replies
View Related
I'm trying to figure out how to run a script on my server which will go over a few folders of Word documents, and create html pages out of them which I can then serve to my users. Preferably I want to do this without installing anything else on the server, hopefully it's achievable with a scripting language like VBscript/ASP?
I am used to web programming in PHP,Perl, Java, but for this I need to use ASP, on IIS. I've Googled & Yahooed and not come up with much.
View Replies
View Related
I have certain Keywords stored in a table of the Database.All i need is when ever i find the Keyword in the webpage i need to have a link which opens up as a seperate page and give me the detail information from the database for the seleted keyword.
View Replies
View Related
Using the toolkit and the following code to stuff values into the pdf. Staic field names are not a problem. Dynamic field names coming from an array does...
Getting an exception occurred error on
An exception occurred: 'objFDF.FDFSetValue'
Code: ....
View Replies
View Related
i was wondering how to go about making a multiple page reports. i am really clue less.
View Replies
View Related
I want my asp report to to be printed with page breaks. How do I do that ?
View Replies
View Related
I have found that with Adobe LifeCycle Design 7.x, you can save a dynamic PDF that will send xml to the browser when a button is clicked. I'm able to pull the data I need from the xml I'm sent, but I'm not sure how ( after saving this xml to the database ) I can recreate the PDF in a later request.Is there a transform that someone can point me to that will transform this XML to a PDF?
View Replies
View Related
How can I get the the 1st group header to print at the top of each page on my report. More or less I want to use it as the page header but it contains data from SQL. The page header section does not allow you to place data fields in it.
View Replies
View Related
I am a first timer interseted in allowing user's who hit my web site to download and access online document (I am thinking in adobe format at the moment), I need to probably properly log these files in a db, not too fussed about this or the html, just having troble with how I actually get those adobe files to the user?
View Replies
View Related
This is out of ASP questions, but I just want to know how it can be done back-end (asp or aspx)
Some one just asked me today about using abobe for fillable web forms. Be honest this is new to me. We normally create web forms using asp or aspx - back-end.
If you have used Adobe for fillable web forms would you tell me the advantages and disadvantages? How does creator receive information after user submitted the form? Can data store in sql? etc.
View Replies
View Related
I am trying to see what people think about placing verbaige to download Adobe Acrobat on a website that utilizes PDFs. Is this still neccessary?
View Replies
View Related
I'm having some problems with the Reponse.BinaryWrite, IE 6.0 and Adobe Reader 6.0. When I try to write a pdf-file to an IE browser with a Adobe Reader 6.0 installed then it just displays a blank page and the earth on the top rigth corner keeps turning like it haven't read the pdf-file (for 10+ minutes on a lan).
If I change the settings on the Adobe Reader 6.0 to not open in a browser, then it works fine. If I use Mozilla 1.4 then it opens fine as well.It works fine as well with Adobe Reader 5.1. The code looks like this:
[Some code that places the pdf-file in a byte array called vntStream]
Response.Clear
Response.ContentType = "Application/pdf"
Response.BinaryWrite = vntStream
Response.end
I have tried to place a Response.Flush after the BinaryWrite, but it just makes the Adobe plug-in say something like "document corupted".
View Replies
View Related
I have a form submit that must report back to the same page an error if a pair of radio buttons inside the form block are not checked. But data from the buttons must still be sent to another page.
I tried having the form send data back to the same page, then putting the data in session variables and redirecting to the page they have to go to. But apparently the session variables are having unpredictable effects on the very complex page I'm sending the data too.
I'm thinking about using Onsubmit = somefunction inside of the <form > . I've tried javascript but I haven't found the right code yet, and also I'd rather avoid the popup alert box, it is inconsistent with the rest of the website. Perhaps an ASP subprocedure could do the trick?
View Replies
View Related
I'm trying to write an asp page line by line, as one would create a
text file, only my file will end in .asp.
One line simply writes a close ASP code tag, or
FILECONTENTS=FILECONTENTS & "%>"
When this line processed, an error occurs saying that the string was
never terminated because the asp page attempting to write this line of
code to a NEW asp page reads that close ASP tag (%>), as an actual
close asp tag for itself, instead of a STRING value.
How do I write this %> symbol to a new asp file, while still
maintaining its purpose to close a group of asp code in the newly
created page?
View Replies
View Related
How can I instantiate an Adobe Distiller object from ASP ? Thank you.
View Replies
View Related
I'm looking for a tool that would allow me to create a web page with the
spreadsheet like functionality. Basically, I want to be able to type in a
number in the cell and have all totals being calculated automatically
without having a page refreshed (or a trip to the server).
That would be possible to do with MS Excel web plug-in but I don't want to use plug-ins. I want users to just access the page and don't worry if they have MS Excel or
MS plug-ins installed.
Is there a solution that would accomplish that? I can be written in any
language like ASP, JSP, DHTML, PYTHON or PHP or a third party tool. I really
don't care. I just wont to create a page with the spreadsheet like
functionality.
View Replies
View Related
I have an ASP page that updates a processes a large amount of data n' takes a couple of minutes. I want to create progress bar .
View Replies
View Related
I work for a security system company. I'm in the installation department. One of the things we do is go to our monitoring service's website and check the signals to see if we got all of the signals for a particular alarm system.
Unfortunately, that means refreshing the page alot.
So, I started off using an iframe page to refresh the content i wanted. the only problem was that the urls i used to login and set the customer ID would go to another page.
So I tried to create a frameset document. However, the .asp pages completely ignored the frameset information. Code:
View Replies
View Related
I want to create a cookie that will expire in a few mintues after a user leaves my page so that they can return without having to login again if they were only gone for a few minutes. I tried putting this code in the Page_Unload event but got an error message that cookies not supported here.
....
Sub Page_Unload 'this not working here
Dim objCookie As HttpCookie
objCookie = New HttpCookie("mycookie", "cookie1")
objCookie.expires = DateTime.Now.AddMinutes(2)
Response.Cookies.Add( objCookie )
End Sub
</script>
What is the best place to create a cookie that will only last for a few mintues after leaving a page.
View Replies
View Related
I am trying to create a file on my server / localhost but when I run the script below the page starts loading and then eventually times out. Code:
View Replies
View Related
I have index.asp (Form) & process.asp (submit data from index.asp to Access Database), the Form is running Perfectly.
But, How can I create a login name and page for the applicants to edit the information they submitted?
Let say I have Email (username), Password (password) & lastname on index.asp, then I really have no clue!
View Replies
View Related
Here's what my code looks like...
View Replies
View Related
I have the following piece of code:If RS.EOF or RS.BOF Then
Session("Authenticated") = False
Response.Write "Sorry, your userid or password did not match"
Response.Write "<BR>"
Response.Write " or you have not registerd yet, please register"
Response.Write <a href="default.asp">Clik here
Response.End
Here, I need to build the line (Response.Write <a href="default.asp">Clik
here)
dynamically, so that the html output from asp page
gives us <a href="default.asp">Clik here
View Replies
View Related
i have a long recordset that i want to page through. can sql pass back say, 5 records from 20 to 25 out of 1000?
i can then pass 2 variables between the pages to dynamically generate the sql and thus page through the results. can someone post up a simple example of this if its possible?
View Replies
View Related
With ASP is it possible to dynamically change the <title> tag depending on what record I am viewing? I know that you can do this isn ASP.net and PHP but was wandering if its possible in ASP too
View Replies
View Related
I am currently struggling with dynamically naming a zip file. Basically I want someone on my ASP site to be able to choose to download a zip file and the zip file to be renamed before it is sent to them with their login name. Does anyone know how I might accomplish this. Code:
View Replies
View Related
i have a form with two pull-down menus. when the user chooses a value from one, I need to go to the db and execute a query, and then populate the 2nd pull down menu with the retrieved values.how would I go about this? where do I add the listener function that will catch the selection event, and what should go in it?
View Replies
View Related