<< Adobe Technology User Group San Francisco-EASTBay

Discussion Area

ask questions, discuss topics, solve problems

Discussion Home | About | Threads By Date | Search

Posts

1-6 of 6

Problems since rollout of Reader X
Thread posted on Apr 13 by TAC0167


Welcome screen
Thread posted on May 20 by JD Hernandez

Greetings to all. I use Illustrator CS4 and got use to the welcome screen. Turning off the welcome screen is easy but does anyone know how to turn it back on? Not a technical  question for those that are experts but still something I'd like to get back. Thanks, JD.



Hello Adobe Tech in Tempe 1
Thread posted on Apr 28 by admiral27

I've just joined this group, and I live in Gilbert AZ.  I am hoping to learn and participate in this group.  I have been programming for 14+ years, but I've only been doing Flex for this past year, and Flash in the past month.  I have invested in the CS 4 Design, so I'm ready to hit the floor running.

I would like to start a discussion with something that has been bugging me.  In asp.net I can use the following code to prompt a "Save To File" from a web sight to the client.

string filestring = BuildTheDownload();
System.IO.MemoryStream mStream = new System.IO.MemoryStream(filestring.Length);
byte[] bytesRead = ASCIIEncoding.ASCII.GetBytes(filestring);
mStream.Write(bytesRead, 0, filestring.Length);
Response.Clear();
Response.Buffer = true;
Response.AddHeader("Content-Disposition", "attachment; filename=MasterClientLetter.rtf");
Response.AddHeader("Content-Length", filestring.Length.ToString());
Response.ContentType = "application/x-unknown";

 

What I am trying to do is to generate a document (text, pdf, xml, or html) and allow the user the option to save it to file or not.  I've tried to generate "Echoing" web services, but I have failed in every method of two-way communication that I know of; which isn't many.

In any event, I hope to hear from anyone who can help.  And I look forward to the next event.

Thank you,

admiral27
Joseph



Recent Comments (1 of 1)
04/28/09 by Mike Wach: Hey Joseph! Welcome to Adobe Technology, and congratulations on your step ...

Join Adobe Technology on Facebook
Thread posted on May 06 by Mike Wach , tagged Sticky

Join it!



Special Adobe Store Offer: Save 20% on all Adobe products
Thread posted on May 06 by Mike Wach

Adobe is delighted to offer Adobe Technology members special pricing on Adobe software. Place your order before May 31, 2009, in order to save 20% on all Adobe products in the North America online Adobe Store. Here are the simple steps required to get your discount:

1) Visit http://www.adobe.com/go/cspartners and fill out the form.

You must enter the Association Name and the Member Number when filling out the form. Please contact user group manager Mike Wach or attend an Adobe Technology meeting to obtain the discount codes.

2) A custom Adobe Store URL with an embedded coupon code will be e-mailed to you.

3) The custom URL can be used only one time, and only by the requester.

Additional program terms and conditions are detailed at the URL referenced above. If you have additional questions or would prefer to place your order by phone, contact Adobe at 800-585-0774.



How to edit my adobe file
Thread posted on Nov 30 by sammyfoxx

Hi I need extreme help, I have a file that I need to edit, but I'm unable to, can you help me edit my document I need to add the new text and erase the text I no longer need. Please help me someone has been saying they knew how to do it for three months and its my sponosorship deck for our event in May and we are not going to get any sponsors if this process doesn't happen this week? Please Help Me! Danielle



Filter by Date

<< May 2013 >>
Su Mo Tu We Th Fr Sa
      01 02 03 04
05 06 07 08 09 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Filter by Tag

All
announcement
Benefit
Flash
General
General Discussion
Question
Sticky

Change View

Titles
Summaries
Table
Clip
Clip & Comments
Full

Change Sort

Alphabetically
By Last Activity
By Date Posted
By Number of Comments
By Number of Views
By Author