473,797 Members | 2,926 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Generating RTF output from ASP

Does anyone know of any freely usable code that helps automate the
process of generating RTF files from ASP (particularly generating the
code needed for tables)?

Brian

Sep 20 '06 #1
5 1713
<br**********@g mail.comwrote in message
news:11******** *************@k 70g2000cwa.goog legroups.com...
Does anyone know of any freely usable code that helps automate the
process of generating RTF files from ASP (particularly generating the
code needed for tables)?
http://www.aspfaq.com/2395
How do I generate RTF documents from ASP?
Sep 20 '06 #2
Thanks--I had seen that page, but I don't think there's anything on
there that is both free and can be used without having to delve into
the RTF spec. I realize there may not be anything else out there, but
I'd appreciate hearing about any other products or code libraries that
you know of.

Brian

McKirahan wrote:
<br**********@g mail.comwrote in message
news:11******** *************@k 70g2000cwa.goog legroups.com...
Does anyone know of any freely usable code that helps automate the
process of generating RTF files from ASP (particularly generating the
code needed for tables)?

http://www.aspfaq.com/2395
How do I generate RTF documents from ASP?
Sep 20 '06 #3
<br**********@g mail.comwrote in message
news:11******** **************@ h48g2000cwc.goo glegroups.com.. .
Thanks--I had seen that page, but I don't think there's anything on
there that is both free and can be used without having to delve into
the RTF spec. I realize there may not be anything else out there, but
I'd appreciate hearing about any other products or code libraries that
you know of.
[snip]

Didn't you see the links under this option:

"And the following code samples are written in VB,
but could be converted to ASP with little difficulty: "
Sep 20 '06 #4

McKirahan wrote:
<br**********@g mail.comwrote in message
news:11******** **************@ h48g2000cwc.goo glegroups.com.. .
Thanks--I had seen that page, but I don't think there's anything on
there that is both free and can be used without having to delve into
the RTF spec. I realize there may not be anything else out there, but
I'd appreciate hearing about any other products or code libraries that
you know of.

[snip]

Didn't you see the links under this option:

"And the following code samples are written in VB,
but could be converted to ASP with little difficulty: "
The 2nd link goes 404, and the first link is RTF to HTML, not to create
an RTF.
Half of the links in the products list are bad too.

For the OP, the following might be useful

http://www.devx.com/asp/Article/17964/0/page/2

http://www.freevbcode.com/ShowCode.asp?ID=6326

Or just google "create rtf from asp"

I realize you don't want to have to learn the RTF spec, but how
complicated of a document do you want to create? Doesn't look like you
have to do much to just create a simple doc.

Sep 20 '06 #5
"Larry Bud" <la**********@y ahoo.comwrote in message
news:11******** *************@i 3g2000cwc.googl egroups.com...
>
McKirahan wrote:
<br**********@g mail.comwrote in message
news:11******** **************@ h48g2000cwc.goo glegroups.com.. .
Thanks--I had seen that page, but I don't think there's anything on
there that is both free and can be used without having to delve into
the RTF spec. I realize there may not be anything else out there, but
I'd appreciate hearing about any other products or code libraries that
you know of.
[snip]

Didn't you see the links under this option:

"And the following code samples are written in VB,
but could be converted to ASP with little difficulty: "

The 2nd link goes 404, and the first link is RTF to HTML, not to create
an RTF.
Yes -- "This submission no longer exists in the database."
However, a search of the site found the following which may be helpful:

Create a word RTF file on your site from a SQL

<URL:http://www.planet-source-code.com/vb...?txtCodeId=692
0&lngWId=4>
Half of the links in the products list are bad too.

For the OP, the following might be useful

http://www.devx.com/asp/Article/17964/0/page/2

http://www.freevbcode.com/ShowCode.asp?ID=6326

Or just google "create rtf from asp"

I realize you don't want to have to learn the RTF spec, but how
complicated of a document do you want to create? Doesn't look like you
have to do much to just create a simple doc.
Good links.
Sep 20 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1907
by: Dan Gass | last post by:
The difflib.py module and the diff.py tools script in Python 2.4 alpha 3 now support generating side by side (with intra line differences) in HTML format. I have found this useful for performing build release comparisons (I use a script to generate a main page showing all the files that were changed in a build with hyperlinks to side by side differences for each of those files). I also find it useful for generating HTML test reports to...
4
3021
by: Justin Lebar | last post by:
Sorry about the huge post, but I think this is the amount of information necessary for someone to help me with a good answer. I'm writing a statistical analysis program in ASP.net and MSSQL7 that analyzes data that I've collected from my business's webpage and the hits it's collecting from the various pay-per-click (PPC) engines. I've arrived at problems writing a SQL call to generate certain statistics. Whenever someone enters our...
7
7292
by: eric.gagnon | last post by:
In a program randomly generating 10 000 000 alphanumeric codes of 16 characters in length (Ex.: "ZAZAZAZAZAZAZ156"), what would be an efficient way to ensure that I do not generate duplicates? STL set, map? Could you give me a little code example? Thank you.
4
1606
by: Lee Chapman | last post by:
Hi, I am having difficulty getting the ASP.NET framework to generate valid XHTML. My immediate problem surrounds user input in, for example, textbox controls. I consider characters such as less-than and ampersand perfectly valid in user input. So I've disabled request validation by adding the following to my web.config file.
1
2864
by: louis_la_brocante | last post by:
Dear all, I am having trouble generating a client proxy for a webservice whose methods return a "complex" type. The type is complex in that it is a class whose members are a mix of primitive types and of more elaborate classes implementing IXmlSerializable. The resulting WSDL file for the webservice has two separate schemas in its <types> sections, and the client proxy (generated with wsdl.exe) is missing the definitions of the...
2
2784
by: alex.mcshane | last post by:
Hi - I would be grateful for advice regarding the following. Via SPUFI, I am using an SQL member to generate further SQL Statements. Unfortunately, the generating output SQL statements are longer than 80 bytes in length. SPUFU will only accept statements that are <= 80 bytes. Therefore, do you know of an automatic method of splitting each
9
11939
by: Cesar | last post by:
Hello there, A java programmer sent me a wsdl file, which I have to use to consume his web methods. When I run the wsld.exe tool to generate the class' code, I get the following message: CODEGEN: The operation binding 'getAvaluos' from namespace 'urn:m15.AvaluosPortType' was ignored. The combination of style=rpc with use=literal is not supported.
6
1553
by: Lloyd Sheen | last post by:
Perhaps I have missed something but what I would like to do is have a more "controlled" method of generating HTML from a web service. I can create items using HtmlTable, HtmlTableRow, and HtmlTableCell but is there a quick method once the table has been built to get the HTML, put it in a string for return the browser call for the web service? I notice that HtmlTable does not support InnerHtml so that is not doable. Ideas??
24
1590
by: lector | last post by:
#include <stdio.h> #include <math.h> #define M_PI 3.14159 int main(void) { double theta, phi, sinth; double count; double incr; double s;
2
1404
by: amollokhande1 | last post by:
Hi, I am using the sqldataadapter for generating the output of query in the form of XML. I have following sample query select FirstName,LastName from Users where userid='Amol' After fetching the data using sqldataadapter, I got the result in following format <Dataset1> <Users>
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9536
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10468
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10245
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9063
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7559
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6802
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5458
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3748
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.