RE: pdf auto fill from database

2004-01-08 Thread Tony Weeg
] www.revolutionwebdesign.com its only looks good to those who can see bad as well -anonymous -Original Message- From: Jeff Garza [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 11:19 PM To: CF-Talk Subject: RE: pdf auto fill from database Tony, Take a look at FDF generation using Acrobat

RE: pdf auto fill from database

2004-01-08 Thread Jeff Garza
Tony, Take a look at FDF generation using Acrobat...  Basically what this does is create a text field of all the form elements on the pdf document and their values.  I typically substitue a dummy value in each field that I need to populate (like $value$) to make it easier to replace in ColdFusio

RE: PDF on Fly

2004-01-07 Thread Turetsky, Seth
.setBorderWidth(0); > section1.setBorder(0); > section1.setSpacing(0); > section1.setPadding(0); > section1.setDefaultCellBorder(0); > section1.setWidth(98); > > img = Image.getInstance(javacast("string",myimage)); > img.setAlignment(2); > newcell1 = Cell.

RE: RE: PDF on Fly

2003-12-24 Thread Ben Forta
Right now Flash Paper comes with Contribute only. --- Ben -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 11:03 AM To: CF-Talk Subject: RE: RE: PDF on Fly Is Flash Paper a separate component or do you need to use a certain version

RE: RE: PDF on Fly

2003-12-24 Thread Dave Watts
> Is Flash Paper a separate component or do you need to use a > certain version of Flash or Dream weaver to use it. FlashPaper comes with Contribute 2, I think, and I don't think there's any way to get it separately. You can use it with Flash 6 or higher, at least, and may be able to use it with

RE: RE: PDF on Fly

2003-12-24 Thread Ciliotta, Mario
Is Flash Paper a separate component or do you need to use a certain version of Flash or Dream weaver to use it. Thanks Mario -Original Message- From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 24, 2003 10:55 AM To: CF-Talk Subject: RE: RE: PDF on Fly

RE: RE: PDF on Fly

2003-12-24 Thread Hassan Arteaga Rodriguez
:38 PM To: CF-Talk Subject: RE: RE: PDF on Fly Another suggestion.  If you are not 100% locked into PDF's you might like to look at Macromedia   Flashpaper.  It is much quicker to load in a browser than PDF files. Kind Regards - Mike Brunt Original Message --- Before you

RE: PDF on Fly

2003-12-23 Thread Hassan Arteaga Rodriguez
bject: RE: PDF on Fly Before you start looking at this, if you have a Windows server that you can install software on, look into htmldoc, would be much easier than this(at least I think so). So, take a look here and get the library: http://www.lowagie.com/iText/docs.html Here's some sample

RE: RE: PDF on Fly

2003-12-23 Thread Mike Brunt
tDefaultCellBorder(0); section1.setWidth(98); img = Image.getInstance(javacast("string",myimage)); img.setAlignment(2); newcell1 = Cell.init(img); newcell1.setColspan(2); section1.addCell(newcell1); document.add(section1); document.close(); -Original Message---

RE: PDF on Fly

2003-12-23 Thread Turetsky, Seth
0); section1.setSpacing(0); section1.setPadding(0); section1.setDefaultCellBorder(0); section1.setWidth(98); img = Image.getInstance(javacast("string",myimage)); img.setAlignment(2); newcell1 = Cell.init(img); newcell1.setColspan(2); section1.addCell(newcell1); document.add(section1);

RE: PDF on Fly

2003-12-23 Thread Hassan Arteaga Rodriguez
: RE: PDF on Fly didn't read the article, but i'm using the itext library in java, its tons o' fun -seth -Original Message- From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 4:35 PM To: CF-Talk Subject: PDF on Fly I found article in

RE: PDF on Fly

2003-12-23 Thread Turetsky, Seth
didn't read the article, but i'm using the itext library in java, its tons o' fun -seth -Original Message- From: Hassan Arteaga Rodriguez [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 4:35 PM To: CF-Talk Subject: PDF on Fly I found article in www.sys-con.com about it with th

Re: PDF keyword indexing

2003-08-29 Thread Bryan Stevenson
land.com - Original Message - From: "Ben Doom" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 29, 2003 10:36 AM Subject: RE: PDF keyword indexing > Verity will index PDFs. Or were you looking for something else? > >

RE: PDF keyword indexing

2003-08-29 Thread Ben Doom
Verity will index PDFs. Or were you looking for something else? -- Ben Doom Programmer & General Lackey Moonbow Software, Inc : -Original Message- : From: Bryan Stevenson [mailto:[EMAIL PROTECTED] : Sent: Friday, August 29, 2003 12:12 PM : To: CF-Talk : Subject: PDF keyword in

Re: PDF Question

2003-08-14 Thread Sean Daniels
On Tuesday, August 5, 2003, at 03:43 PM, Mark Stewart wrote: > If there is another product other than ActivePDF, I would be open to > that. > > Thanks in advance for any help. I've got no experience with ActivePDF but I would highly recommend checking out Big FaceLess Report Generator: http:/

RE: PDF Question

2003-08-08 Thread Dan O'Keefe
Interesting. Are you using CF and generating the XML to feed the report generator? Dan === Previous Message Below === -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:20 PM To: CF-Talk Subject: Re: PDF

RE: PDF Question

2003-08-06 Thread Janine Jakim
Mark, What I did with something similar was to add them together for the ouput and set a character return between each paragraph.(in fact yours sounds a bit simpler since you have 3 distinct paragraphs- I had a multitude of various paragraphs with variable length! So do this: i think chr(10) is

RE: PDF Question

2003-08-05 Thread Mark Stewart
Janine, Thanks for the response, that's exactly what I was looking for! Thanks again. Mark -Original Message- From: Janine Jakim [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:03 PM To: CF-Talk Subject: RE: PDF Question Mark, What I did with something similar was t

RE: PDF creation

2003-03-07 Thread Todd Rafferty
Again, yes, just the htmldoc needs to be installed. That's it. If you don't want to install it, I'm sure you can find the ghtmldoc.exe extension by ripping apart that download and looking for it. Once you're done, you can roll your own CFMX code to execute it. I created a pdfio.cfc that inte

RE: PDF creation

2003-03-07 Thread Tim Laureska
Well... I guess... does the web server need any software installed to have this PDF creation method work? ... I haven't played with this yet -Original Message- From: Todd Rafferty [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 7:27 PM To: CF-Talk Subject: RE: PDF creation

RE: PDF creation

2003-03-07 Thread Todd Rafferty
for this? Does the web server >have to have software installed or can this be purely client based? > >-Original Message- >From: Todd [mailto:[EMAIL PROTECTED] >Sent: Friday, March 07, 2003 2:54 PM >To: CF-Talk >Subject: Re: PDF creation > >There's a catch!

RE: PDF creation

2003-03-07 Thread Tim Laureska
Will the free version of htmldoc suffice for this? Does the web server have to have software installed or can this be purely client based? -Original Message- From: Todd [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 2:54 PM To: CF-Talk Subject: Re: PDF creation There's a

Re: PDF creation

2003-03-07 Thread Todd
There's a catch! You have to install HTMLDoc 1.x http://www.easysw.com/htmldoc/ The tag merely htmldoc.exe ~Todd At 02:47 PM 3/7/2003 -0400, you wrote: >Check this one out! > >CF_HTML2PDF3 allows you to create PDF files from any dynamic CFM page >simply by encasing whatever portion of the pa

Re: PDF creation

2003-03-07 Thread Clint
I found that and it was a snap to use! Thanks! Clint - Original Message - From: "James Blaha" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 12:47 PM Subject: PDF creation > Check this one out! > > CF_HTML2PDF3 allows you to create PDF files from any

RE: PDF creation

2003-03-07 Thread David Collie (itndac)
http://www.easysw.com/htmldoc/ Only one I've used... was used before I started here and have no experience of anything else but does the job needed and is pretty cheap -Original Message- From: Clint [mailto:[EMAIL PROTECTED] Sent: 06 March 2003 21:09 To: CF-Talk Subject: PDF creation *

RE: PDF Conversion Tools Question

2003-01-24 Thread Hugo Ahlenius
I haven't tuned the word/postscript/ghostscript combo to the max, but the problem I am seeing is not the compability/conversion (works fine) but the compression of images (not super quality, and large file size) and also the colors (should be fixable by tuning the color profile with the printer dri

RE: PDF Conversion Tools Question

2003-01-24 Thread Robertson-Ravo, Neil (RX)
Yep, cool..but i bet its not 100% acrurate with table etc. -Original Message- From: Hugo Ahlenius [mailto:[EMAIL PROTECTED]] Sent: 24 January 2003 09:53 To: CF-Talk Subject: RE: PDF Conversion Tools Question I am not using Acrobat at all for that conversion -- ghostscript handles the ps

RE: PDF Conversion Tools Question

2003-01-24 Thread Hugo Ahlenius
I am not using Acrobat at all for that conversion -- ghostscript handles the ps>pdf conversion, so it is all legal. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion

RE: PDF Conversion Tools Question

2003-01-24 Thread Robertson-Ravo, Neil (RX)
ECTED]] Sent: 24 January 2003 07:38 To: CF-Talk Subject: RE: PDF Conversion Tools Question Other solution: I have scripted Word (through cfobject), to print to a postscript file, that is then converted to pdf. This solution allows me to use inputs ranging from doc, rtf, html and output doc, rtf,

RE: PDF Conversion Tools Question

2003-01-24 Thread Adam Reynolds
I have written a piece of code that uploads a pdf to a web site, then requests the html version from the Acrobat site, saves that away and gives the user the option to view either. Its part of an integrated content management system. Works very well. > -Original Message- > From: Les Mizz

RE: PDF Conversion Tools Question

2003-01-23 Thread Hugo Ahlenius
Other solution: I have scripted Word (through cfobject), to print to a postscript file, that is then converted to pdf. This solution allows me to use inputs ranging from doc, rtf, html and output doc, rtf, html, ps and pdf.

RE: PDF Conversion Tools Question

2003-01-23 Thread cflist
- From: Zac Spitzer [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 2:51 PM To: CF-Talk Subject: Re: PDF Conversion Tools Question -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cflist wrote: | We use AdLib for converting large amounts of uploaded resumes in all | sorts of file

Re: PDF Conversion Tools Question

2003-01-23 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cflist wrote: | We use AdLib for converting large amounts of uploaded resumes in all | sorts of file formats to PDF. And it works great. | | We were using ActivePDF, and it worked well at converting, but the | application always seemed to hang and spit

RE: PDF Conversion Tools Question

2003-01-23 Thread cflist
We use AdLib for converting large amounts of uploaded resumes in all sorts of file formats to PDF. And it works great. We were using ActivePDF, and it worked well at converting, but the application always seemed to hang and spit out errors, and after a few moths of back and forth with tech suppo

RE: PDF Conversion Tools Question

2003-01-23 Thread Eric Hoffman
L2PDF3 & HTMLDoc.exe) Regards, Eric J Hoffman DataStream Connexion www.datastreamconnexion.com Delivering Creative Data Solutions -Original Message- From: Andrea Galmacci - awd* [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 2:01 PM To: CF-Talk Subject: Re: PDF Conversio

Re: PDF Conversion Tools Question

2003-01-23 Thread Andrea Galmacci - awd*
http://cfug.cshore.com/presentations/2002Nov/README2.txt CF_HTML2pdf3 + HTMLdoc ? SIx months ago the only missing features was CSS support - don't know now. HTH, Andrea - Original Message - From: "Les Mizzell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, Janua

RE: PDF files with MX on the fly

2002-11-18 Thread Nick McClure
Hehe, .php for a CFX tag. Kinda funny. > -Original Message- > From: Rob Rohan [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 2:04 PM > To: CF-Talk > Subject: SOT: PDF files with MX on the fly > > > I just finished a custom tag this weekend called cfx_treebeard. It can do >

RE: PDF files with MX on the fly

2002-11-18 Thread Rob Rohan
Oh yeah, and unlike the build in cf xslt stuff and CF_XSLT you *can* pass params to the style sheets. -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 11:04 AM To: CF-Talk Subject: SOT: PDF files with MX on the fly I just finished a custom ta

Re: PDF to HTML on-the-fly

2002-10-15 Thread Eric G. Myers
At 01:37 PM 10/15/2002 -0400, you wrote: >There is the html2pdf3 tag in the gallery that works quite well. And its >free. > >Sam Here's something that I ran across that doesn't seem to work (at least I couldn't make it work with MX). I don't have the author attribution easily available, but I'

Re: PDF to HTML on-the-fly

2002-10-15 Thread Sam Farmer
There is the html2pdf3 tag in the gallery that works quite well. And its free. Sam - Original Message - From: "Joshua Miller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 1:13 PM Subject: RE: PDF to HTML on-the

RE: PDF to HTML on-the-fly

2002-10-15 Thread Joshua Miller
How about the other way around? Anyone know of a good product (not ActivePDF at $1200+) that converts HTML to PDF? Joshua Miller [EMAIL PROTECTED] -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:15 AM To: CF-Talk Subject: RE: PDF to

RE: PDF to HTML on-the-fly

2002-10-15 Thread Adam Reynolds
The adobe site has facilities to submit pdf and get back html > -Original Message- > From: Carlisle, Eric [mailto:[EMAIL PROTECTED]] > Sent: 15 October 2002 14:48 > To: CF-Talk > Subject: RE: PDF to HTML on-the-fly > > > I've heard really good things ab

RE: PDF to HTML on-the-fly

2002-10-15 Thread Carlisle, Eric
I've heard really good things about Active PDF for converting html TO pdf. I'm not sure if you can use it in reverse. May be worth a look. http://www.activepdf.com/ -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 9:29 AM To: CF-Talk Subject:

Re: PDF to GIF with CF?

2002-05-22 Thread Jerry Johnson
My mind tells me that Ghostscript can do this. I've called ghostscript from CF before, to have it turn PS and PDF to TIFF (and GIF if I remember) Jerry Johnson >>> [EMAIL PROTECTED] 05/22/02 02:37PM >>> Are there any custom tags or other components that I can use to convert a PDF to a GIF or J

Re: PDF

2002-02-13 Thread Frank Mamone
For the benefit of the group, this worked beautifully. - Original Message - From: "Zac Spitzer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 11:12 AM Subject: Re: PDF > Frank Mamone wrote: > > >I&#

Re: PDF

2002-02-13 Thread Zac Spitzer
Frank Mamone wrote: >I'm looking for a way to output a record set to a PDF. I'm not sure the FDF >emthod will work for this. > make a nice html table and then use cf_html2pfd3 which uses htmldoc.. if anyone wants a compiled version of htmldoc.exe 1.1.18 email me off the list z

RE: pdf

2002-01-31 Thread Paul Sizemore
o: CF-Talk Subject: RE: pdf > Here's the deal. A client has an extremely important pdf > that they want locked down. What this means is that they > want to burn it on a cd, make the cd copy protected, and > not allow the user to save the file after it's been > opened. On top of

RE: pdf

2002-01-29 Thread Dave Watts
> Here's the deal. A client has an extremely important pdf > that they want locked down. What this means is that they > want to burn it on a cd, make the cd copy protected, and > not allow the user to save the file after it's been > opened. On top of that they want to prevent the user from > d

Re: PDF/Verity CF 5?

2001-09-13 Thread Stephen M Aylor
If mem serves correctly its Adobe's switch to unicode support in version 4 and 5 of the Acrobat product that causes the grief for the verity engine bundled with CF 4x. Wonder if you opened several of the pdf's in question in the full version of acrobat 4, and elected to Save As - version 3 o

Re: pdf merging?

2001-03-23 Thread Tim Painter
Nathan, Sometime ago, I remember seeing a toolkit on activepdf.com that allowed you to merge pdf's together. I never got a chance to use it, but I do remember seeing some CF examples for it as well. HTH, Tim Painter - Original Message - From: "Nathan Stanford" <[EMAIL PROTECTED]> To: "C

Re: pdf merging?

2001-03-23 Thread Stephen M Aylor
www.activepdf.com PDF Server Toolkit www.digapp.com (AppendPDF) www.pdflib.com - i beleive the latest incarnation/beta of this lib supports FLAT pdf merging Steve - Original Message - From: "Nathan Stanford" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 23

RE: PDF generation

2001-02-15 Thread Arden Weiss
11:16 PM To: CF-Talk Subject:Re: PDF generation I get file not available - been moved. Maybe took X-Lax! I still have some interest in XML. PC - Original Message - From: "Arden Weiss" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thu

Re: PDF generation

2001-02-15 Thread Paige Chandler
I get file not available - been moved. Maybe took X-Lax! I still have some interest in XML. PC - Original Message - From: "Arden Weiss" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 4:04 PM Subject: RE: PDF gene

RE: PDF generation

2001-02-15 Thread Arden Weiss
]] Sent: Thursday, February 15, 2001 3:47 PM To: CF-Talk Subject:RE: PDF generation http://www.ininet.com/home/cfsouth.zip -Original Message- From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:35 PM To: CF-Talk Subject: Re: PDF generation

Re: PDF generation

2001-02-15 Thread Sean Renet
sday, February 15, 2001 12:47 PM Subject: RE: PDF generation > > http://www.ininet.com/home/cfsouth.zip > > > -Original Message- > From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 15, 2001 12:35 PM > To: CF-Talk > Subject: Re: PDF generatio

RE: PDF generation

2001-02-15 Thread Caulfield, Michael
http://www.ininet.com/home/cfsouth.zip -Original Message- From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:35 PM To: CF-Talk Subject: Re: PDF generation Search on the site results in NIL under Adobe / PDF / CFSOUTH ... tho I did find a pr on the

RE: PDF generation

2001-02-15 Thread Simon Horwith
.797.6570 (direct line) > www.figleaf.com > -Original Message- From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 1:29 PM To: CF-Talk Subject: Re: PDF generation Anyone hear put ActivePDF under that kind of stress? (10,000 pages / files at a a whack?) If your on

Re: PDF generation

2001-02-15 Thread Stephen M Aylor
Search on the site results in NIL under Adobe / PDF / CFSOUTH ... tho I did find a pr on the CfSouth Presentation Steve - Original Message - From: "Caulfield, Michael" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 1

Re: PDF generation

2001-02-15 Thread Stephen M Aylor
nt: Thursday, February 15, 2001 9:52 AM Subject: RE: PDF generation > activepdf works well. > > ~Simon > > > Simon Horwith > > Allaire Certified Instructor > > Certified ColdFusion Developer > > Fig Leaf Software > > 1400 16th St NW, # 220 > > Washing

RE: PDF generation

2001-02-15 Thread Arden Weiss
Take a look at www.amyuni.com/pdfpd.htm -- I just used it to generate 2,500 PDF files at about 1/second. There is a developer's version of the product that give you unlimited use. ^ / \__ (@\___ / O /(_/ /_/ Whoof... 410-757-3487 -Original Message

RE: PDF generation

2001-02-15 Thread Caulfield, Michael
If you go to www.ininet.com there should be some presentation materials (and sample code) on this topic from a presentation Neil Giarratana gave at CFSOUTH. I haven't tried it, so I can't comment on the robustness of it, but glancing through the powerpoints it looked pretty slick. Michael Caulfi

RE: PDF generation

2001-02-15 Thread Simon Horwith
activepdf works well. ~Simon > Simon Horwith > Allaire Certified Instructor > Certified ColdFusion Developer > Fig Leaf Software > 1400 16th St NW, # 220 > Washington DC 20036 > 202.797.6570 (direct line) > www.figleaf.com > -Original Message- From: Billy Cravens [mailto:[EMAIL PROTEC

RE: PDF Detection

2001-02-09 Thread Paul Sizemore
I'm there, thanks for the referral. -Original Message- From: Stephen M Aylor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 11:29 PM To: CF-Talk Subject: Re: PDF Detection Good question for www.planetpdf.com Steve - Original Message - From: "Pau

Re: PDF Detection

2001-02-08 Thread Stephen M Aylor
Good question for www.planetpdf.com Steve - Original Message - From: "Paul Sizemore" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 08, 2001 12:30 PM Subject: OT: PDF Detection > Is there a way to detect if a user does not have the ability to view PDFs o

Re: PDF with CF newbie question

2001-01-31 Thread Douglas Knudsen
not if you use UNIX or Linux! These have free tools to convert to pdf, ps, dvi, etc... From: [EMAIL PROTECTED] AT INTERNET on 01/30/2001 10:24 PM To: [EMAIL PROTECTED] AT INTERNET@CCMAIL cc:(bcc: Douglas Knudsen/ATL/ALLTELCORP) Subject: Re: PDF with CF newbie question At least

Re: PDF with CF newbie question

2001-01-30 Thread Michael
At least the "shall we say , free one downloadable from " Adobes site "Milks, Jim" <[EMAIL PROTECTED]> wrote in message 0160C6B4BB54D41182AB0001024294B0068318@EXCHANGE">news:0160C6B4BB54D41182AB0001024294B0068318@EXCHANGE... > I can safely assume that the custom tags which generate PDFs still req

Re: PDF Generator

2000-12-20 Thread Sean Renet
activepdf at www.activepdf.com just rocks. I can supply you with code if you need it. The activepdf toolkit is what I use I think its like $400 US. Also thier support is unreal, call the sales office and speak to Tim. - Original Message - From: "Stephen Engels" <[EMAIL PROTECTED]> To: "C

Re: PDF File Creation.

2000-11-18 Thread Stephen M Aylor
www.digapp.com robust server side PDF Forms tools, pdf creation and concatenation as well - just to throw another into yor potential quiver. There are many more as well. - Original Message - From: "Arden Weiss" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, Novem

Re: PDF again..

2000-11-07 Thread Stephen M Aylor
define "reasonable cost" :-) Steve - Original Message - From: "Gordon Burns" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 07, 2000 10:13 AM Subject: PDF again.. > Application is to upload word,rtf, and txt docs to the server. > > Would like to be able

RE: pdf and frameset

2000-06-01 Thread Don Cuniff
Elizabeth; If I understand your objective correctly, one option would be to make the original frameset into two frames ("top" and "bottom"). Write a separate 2-frame frameset (your columns) "left" and "right" and load it, by default, into "bottom." When running your HREF out of "right", you can

<    1   2   3