Tagged Questions
The saveas tag has no wiki summary.
0
votes
1answer
92 views
Save to local drive
I had done a task in which the csv files can be selected using calendar and download form FTP.
At present I had predefined the local drive path to save the csv files.
I need to show pop for save as ...
0
votes
1answer
178 views
save contents of a textarea to a text file in php
I want to save the contents of a textarea to a text file in my computer after clicking Save button. My code works but the html code is also included in the text file.
Here is my code:
...
0
votes
2answers
92 views
save as PDF: recommend a server solution to receive raw data from client and send back PDF to client?
My project requires me to add a "SaveAs PDF" feature. I was looking for a pure javascript solution which does this just in client end, however, was told that it's not implementable, at least for now. ...
0
votes
0answers
67 views
Open XML, SharePoint Web Part - Save As Dialog box
I have a SharePoint 2007, Web Part (C#) using OpenXML SDK 2.0 that merges several HTML files to create a MS Word document.
What I need is to prompt the user with a SAVEAS dialog box at the end, so ...
0
votes
2answers
189 views
MATLAB newbie: error using “saveas” to save a plot as a pdf file
I am a Mac (10.6.8) user. I have written MATLAB code for plotting calculation results and then saving the plots as pdfs. I use "saveas" (see example below).
I get this error:
??? Error using ...
0
votes
0answers
152 views
Saving excel file in C:\ using interop.excel throws error
I have a wpf application..and I am saving an excel file using following code. If I select the file path as "C:\"...it throws error. None other file path has issue.
Please help
...