PDF to Excel - Save As File Type - No Options

When I am attempting to save my converted file, I do not get any options to save it as a file type...literally "Save As Type" is blank and there are no options to choose anything.
So if I save it without that to my desktop, it then won't open to anything usable. Please advise.

Hi there,
Basically what's happening is that your browser is not recognizing the mime-type of the file.  You'll need to manually append the .xlsx (or .docx for Word) extension to your file while saving it. 
-David

Similar Messages

  • Isit possible to change the default save as file type settings?

    Hi,
    I would like to set the default "save" and "save as" file type to "PDF /A" instead of the default "PDF" due to compatibility issue with some of our systems. Can this be done?
    So when a user click on the save button at the top it auto save as "PDF /A" and when the user select save as the default selection will be "PDF /A" ?

    Dave,
    Did you ever find an answer to this? We are having the same issue.
    Thanks,
    Mike

  • When I try to same an image under the command 'save as' it will only let me save as file types 'firefox document' or 'all files' and when I try to look at them later they dont work. How can I save an image as the same file type it is on the web site?!

    When I try to save an image under the command 'save as' it will only let me save as file types 'firefox document' or 'all files' and when I try to look at them later they dont work. How can I save an image as the same file type it is on the web site?!
    == This happened ==
    Every time Firefox opened
    == I updated to one of the firefox versions (Not sure which one it was)

    Thanks Alex, but sadly I already tried that. Neither .docx or .xlsx files show up in the content list. They both show as a Chrome HTML document so changing how Firefox addresses those doesn't help since it thinks its the same type of file. I don't think I can manually add files into the "Content Type" left side nav.

  • I don't have pdf documents listed as a file type in the applications drop down menu so I cannot manage the handling of these file types. How do I get the pdf file recognised?

    I don't have pdf documents listed as a file type in the drop down applications menu, so cannot handle these. How do I add a file type?

    After a little Googling, it looks like B.Media is a content management system from Wave Corporation used for making catalogs. Doubtful you'd be able to license it at less than an enterprise level.

  • Save Error: File Type Unknown

    Ok So here it is
    I've been working on a project all day, saving all along and suddenly at the end of the day I go to save one last time and I get an error of "Save Error: File Type Unknown". At first I thought there was an unsupported file type somewhere in the project so I searched out all my non-video elements and they all checked out OK.
    I then started shutting down the machine at lunch and that seemed to remedy the problem at first, but now I get the error at least 6 times a week - VERY frustrating. I've tried doing save as, which results in either a full crash or the same error.
    I thought that maybe somehow the constant frames files were getting corrupted during the course of editing some how and started trashing those - no change still get the error.
    Also I am editing HDV and rendering out ProRes. So far no one has been able to help So I'm turning to you guys!
    Thanks guys!!

    I created a duplicate of my application on apex.oracle.com - the problem happens under APEX 4.0 as well...
    It might be easier to see what is happening here.
    WORKSPACE: SEATTLE_WAVE
    USER: testuser
    PASSWORD: mypassword10
    Thank you
    --rolf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • My numbers program created on my mac version 3.0 won't work on my ipad version 2.0. It says I have to save the file with preview option but there is no such option in preferences. Any thoughts?

    my spreadsheet created with numbers program version 3.0 created on my mac won't work on my ipad version 2.0. It says I have to save the file with preview option but there is no such option in preferences. Any thoughts?

    For the update to run Aperture must be installed in the system Application folder and named simply Aperture, not Aperture3.2.2 or anything else.
    I don't know if this would also affect photo stream but if your Aperture is misnamed or installed in an incorrect location fixing that to see if it clears up the problem would be a good first step.

  • Does reader support saveAs conversion file types ?

    Hello,
    The "JavaScript for Acrobat API Reference" doc specifies that second parameter 'cConvID' of the doc.saveAs function is conversion file type id. This method is supported since 5.0 version. There is no restrictions available for reader accept security.
    I tried to convert pdf document to tiff using folder level script:
    doc.saveAs("/e/test.tiff", "com.adobe.Acrobat.tiff");
    This produced the following error: "An unimplemented or obsolete function was called". I'm sure this is not a security issue as I'm able to save the document as pdf if second parameter is not specifed.
    From another side I tried to test which conversion types are supported and executed the following code:
    for ( var i = 0; i < app.fromPDFConverters.length; i++)
    app.alert(app.fromPDFConverters[i]);
    In this case I got: "Get not possible, invalid or unknown" on app.fromPDFConverters. My document is not hidden and this app property is supported from 6.0 reader version without any restrictions.
    I don't have an idea what's wrong here - the only explanation that reader scripting does not support conversions. Online Help states these features are supported:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.524.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.110.html
    Reader versions I tested it: 9.3 and 9.3.3 with win7 and Snow Leopard. If you have any related info please share it with me.
    Thank you a lot,
    Alexey

    Hi GKaiseril, thank you for reply,
    There are my answers:
    Have you read the section about  the 'quick bar' which appears at the top of each object, property, or  method page?
    - yes, I read
    What  is the box at the far right of the bar for?
    - Availability
    What is the meaning of the  black 'S' in that box mean?
    - Requires the document save right, my document has extended usage rights including save. In addition, I'm able to save the document using saveAs function without second param specified. The problem is only reproduced if I specify conversion type id.
    Have you looked in those references for the  application object's 'viewerType'  and 'viewerVariation' properties, and the description for the quick  bars?
    - Yes, I looked. There is no such restriction for the method and property specified.
    What are the values for  those properties?
    The first box indicates that saveAs was first  added to Acrobat/Reader in version 5.0. The box at the far right of the bar show S - means you need document save right only, so saveAs function will work in  all versions and variations of Acrobat, including Adobe Reader since 5.0 version and if document have Save usage  rights.
    Have you read the section about trusted and privileged functions?
    - yes, I read. Again, I'm able to save my document without specifying the second argument  - it means my script environment and function call conditions satisfy the requirements.
    The note for the 'saveAs'  method:
    "Note: This method can only be  executed during a batch or console event. See Privileged versus  non-privileged context for details. The event object contains a discussion of JavaScript events."
    - it also can be executed from folder level scripts. For reader you need extended usage rights.
    Reader can only save as a  PDF.
    - Could you please provide more info/links for this statement? Accordingly to online help it should be possible to use "saveAs" function with conversion  type id for reader.
    How  to save a PDF with Acrobat JavaScript by Thom Parker - I read it sometime ago - did not find anything related to the issue.
    Thank you,
    Alexey

  • PS CS4, refuses to save one file type .psd to another file type .jpg. How to resolve? Desperate!

    I open a .psd file, make changes to eliminate layers and reduce the file size to then save as a smaller .jpg file.  However, when the drop down window pops up to select what file extension I would choose, it immediately flashes closed with out time to make a selection .jpg or otherwise.  No matter how many times I try to "beat" the window and make a selection, it's faster than me and it closes.  It refuses to allow me to change the file type extension.  This problem seems to have developed after downloading recent updates to the program.  It's preventing me from doing my work.  I need help fast.  Can anyone help?  I've already tried deleting the program from my system and reloading it, but the problem didn't go away.
    Other minor glitch happened at the same time.  Any file or group of files opened now fill the screen and are anchored together.  I have to go to the menu every time and select 'Float all Windows', and if any other file is opened during the same work session, all previous files will become full screen images again and anchor themselves together again, so need to go to the menu and select 'Float all Windows' AGAIN.  It's a real pain.  I've tried looking in the preferences and didn't find a solution to the problem.  Anyone have any suggestions?  This problem is minor thought, compared to the first one listed which has crippled me moving forward in my work.
    Thanks to anyone who can help....

    Hi Noel,
    Thanks for trying to assist me.  Below is the system info you requested, but to my knowledge, I haven't consciously loaded anything other than a few fonts beyond the original program and any subsequent updates from Adobe.  I did forget to list earlier that I'm working on WIN 7 OS.  I hope this helps...
    Adobe Photoshop Version: 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Operating System: Windows NT
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2195 MHz
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GT 635M/PCIe/SSE2
    OpenGL Drawing: Enabled.
    Video Card: Intel(R) HD Graphics Family
    Video Mode: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Video Card Driver: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Driver Version: 8.15.10.2559
    Built-in memory: 16288 MB
    Free memory: 12915 MB
    Memory available to Photoshop: 3255 MB
    Memory used by Photoshop: 60 %
    Image cache levels: 4
    Serial number: 92218145807731687974
    Application folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS4\
    Temporary file path: C:\Users\User\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 232.8G, 28.2G free
    Primary Plug-ins folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2008/08/27-18:10:41   53.355610   53.355610
       AdobeLinguistic.dll   Adobe Linguisitc Library   4.0.0  
       AdobeLM.dll   AdobeLM   3.0.11.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AdobeLM_libFNP.dll   FLEXnet Publisher (32 bit)   11.5.0.1 build 57427  
       AdobeOwl.dll   Adobe Owl 2008/08/14-18:38:42   2.0.70   53.354161
       AdobeOwlCanvas.dll   Adobe Owl Canvas   2.0.70   53.354161
       AdobePDFL.dll   PDFL 2008/08/20-20:15:08   53.204060   53.204060
       AdobeUpdater.dll   Adobe Updater Library   6.0.0.1452 (BuildVersion: 52.338651; BuildDate: Wed Apr 16 2008 19:28:20)   52.338651
       AdobeXMP.dll   Adobe XMP Core   4.2.2   53.352624
       AdobeXMPFiles.dll   Adobe XMP Files   4.2.2   53.352624
       AdobeXMPScript.dll   Adobe XMP Script   4.2.2   53.352624
       adobe_caps.dll   Adobe CAPS   2,0,99,0   2.135373
       adobe_epic.dll   Adobe EPIC   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       adobe_eula.dll   Adobe EPIC EULA   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AFlamingo.dll   AFlamingo 2008/07/09-11:28:44   53.350580   53.350580
       AGM.dll   AGM 2008/08/27-18:10:41   53.355610   53.355610
       ahclient.dll    AdobeHelp Dynamic Link Library   1, 3, 12, 0  
       aif_core.dll   AIF   1.0   53.352475
       aif_ogl.dll   AIF   1.0   53.352475
       amtlib.dll   AMTLib   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       amtservices.dll   AMTServices   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       ARE.dll   ARE 2008/08/27-18:10:41   53.355610   53.355610
       asneu.dll    AsnEndUser Dynamic Link Library   1, 6, 0, 8  
       authplay.dll        
       AXE8SharedExpat.dll   AXE8SharedExpat 2008/06/11-20:19:53   NFR 53.348206   53.348206
       AXEDOMCore.dll   AXEDOMCore 2008/06/11-20:19:53   53.348206   53.348206
       Bib.dll   BIB 2008/08/27-18:10:41   53.355610   53.355610
       BIBUtils.dll   BIBUtils 2008/08/27-18:10:41   53.355610   53.355610
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2008/08/27-18:10:41   53.355610   53.355610
       data_flow.dll   AIF   1.0   53.352475
       ExtendScript.dll   ExtendScript 2008/07/17-13:28:24   53.351316   53.351316
       FileInfo.dll   Adobe XMP FileInfo   4.2.2   53.352624
       FNP_Act_Installer.dll   FLEXnet Publisher (32 bit)   11.6.0.1 build 60959  
       icucnv36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       image_flow.dll   AIF   1.0   53.352475
       image_runtime.dll   AIF   1.0   53.352475
       JP2KLib.dll   JP2KLib 2008/06/11-20:19:53   53.100857   53.100857
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       MPS.dll   MPS 2008/07/07-10:33:04   53.350311   53.350311
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS4   CS4  
       Plugin.dll   Adobe Photoshop CS4   CS4  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   1.0.0.73  
       PSArt.dll   Adobe Photoshop CS4   CS4  
       PSViews.dll   Adobe Photoshop CS4   CS4  
       registration.dll   Registration   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       SCCore.dll   ScCore 2008/07/17-13:28:24   53.351316   53.351316
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       WRServices.dll   WRServices Friday May 30 2008 7:18:42   Build 0.7713   0.7713
    Installed plug-ins:
       3D Studio 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ADM 3.11x01
       Accented Edges 11.0
       Angled Strokes 11.0
       Average 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       BMP 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Bas Relief 11.0
       Camera Raw 5.0
       Chalk & Charcoal 11.0
       Charcoal 11.0
       Chrome 11.0
       Cineon 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Collada 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Color Halftone 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Colored Pencil 11.0
       CompuServe GIF 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Conté Crayon 11.0
       Craquelure 11.0
       Crop and Straighten Photos 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crop and Straighten Photos Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crosshatch 11.0
       Crystallize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Cutout 11.0
       Dark Strokes 11.0
       De-Interlace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Dicom 11.0
       Difference Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Diffuse Glow 11.0
       Displace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Dry Brush 11.0
       Embed Watermark 3.0
       Entropy 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Extrude 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FXG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FastCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Fibers 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Film Grain 11.0
       Filmstrip 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Filter Gallery 11.0
       Fresco 11.0
       Glass 11.0
       Glowing Edges 11.0
       Google Earth 4 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Grain 11.0
       Graphic Pen 11.0
       HDRMergeUI 11.0
       Halftone Pattern 11.0
       IFF Format 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Ink Outlines 11.0
       Kurtosis 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lens Blur 11.0
       Lens Correction 11.0
       Lens Flare 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lighting Effects 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Liquify 11.0
       MMXCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Matlab Operation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Maximum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mean 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Measurement Core 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Median 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mezzotint 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Minimum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mosaic Tiles 11.0
       Multiprocessor Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       NTSC Colors 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Neon Glow 11.0
       Note Paper 11.0
       Ocean Ripple 11.0
       OpenEXR 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PCX 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PNG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Paint Daubs 11.0
       Palette Knife 11.0
       Patchwork 11.0
       Paths to Illustrator 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Photocopy 11.0
       Photoshop 3D Engine 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Picture Package Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pinch 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pixar 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Plaster 11.0
       Plastic Wrap 11.0
       Pointillize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Polar Coordinates 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Portable Bit Map 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Poster Edges 11.0
       Radial Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Radiance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Range 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Read Watermark 3.0
       Reticulation 11.0
       Ripple 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Rough Pastels 11.0
       Save for Web & Devices 11.0
       ScriptingSupport 11.0
       Send Video Preview to Device 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Shear 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Skewness 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Smart Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Smudge Stick 11.0
       Solarize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Spatter 11.0
       Spherize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Sponge 11.0
       Sprayed Strokes 11.0
       Stained Glass 11.0
       Stamp 11.0
       Standard Deviation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Sumi-e 11.0
       Summation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Targa 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Texturizer 11.0
       Tiles 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Torn Edges 11.0
       Twain Acquire 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twain Select 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twirl 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       U3D 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Underpainting 11.0
       Vanishing Point 11.0
       Variance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Variations 11.0 (11.0x001)
       Video Preview 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       WIA Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Water Paper 11.0
       Watercolor 11.0
       Wave 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wavefront|OBJ 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wind 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wireless Bitmap 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ZigZag 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Plug-ins that failed to load: NONE
    Flash:
       Connections
       Kuler
    Installed TWAIN devices:
       NeatReceipts TWAIN
       Neat Mobile Scanner 2008
       Neat ADF Scanner 2008
       EPSON RX680/RX685/RX690

  • PDF print. where save the file?

    Hello,
    on my system (SPAD) is defined ZPDF2 a printer for printing in PDF.
    I want to know where to save the PDF? In a specific file system? How can I see this?
    Best regards
    Silvio

    Hi,
    It is not cleared what is your exact goal ?
    see that the printing is completed but I do not know if SAP has created a file and where to put it
    By default SAP saves the documents in users home directory "C:\Documents and Settings\<USER_NAME>\SapWorkDir".
    Is there a log that tells me what happens when I print a SAP page?
    in SP01/SP02 or SPAD you can see the status of the spool job (success or failed) or its attribute. But it will not tell you where you saved the file because this activity will not come under SAP's control.
    If I am not mistaking SAP generates spool request as per the configured spool device in SPAD. Once you fire the print job it depends on operating system's installed printer (configuration) what to do with that request. Means whether to print as PDF document or send to normal print device.
    If you want more control over print job, you can configure "Access Method" as "G: Frontend printer with Control tech." and set "Host Printer = _DEFAULT". So it will pop-up Operating system printer selection dialog box.
    I hope, it will cleare your doubts.
    One more thing:
    You have 2 methods to get it done...
    A) In case of standard transactions or report, use method as I said in previous post.
    B) If it is custom development, you can take ABAPers help to do the same. below are the steps for the same.
    Basic Steps .
    1) Generate the classical Report output .
    2) Create a Spool Request .
    3) Search  the Spool Request .
    4) Submit the Spool Request  for Pdf  Creation .
    5) Download the Pdf Output in Presentation server  or Application Server .
    Use the Standard Function Modules 'CONVERT_ABAPSPOOLJOB_2_PDF' and 'GUI_DOWNLOAD'
    It will give you a freedom where to save the file..
    Regards.
    Rajesh Narkhede

  • FileReference.save() file type filter options?

    OK, I’m loving the new access to the FileReference class to load and save XML to the user’s local drive without sending out for pizza first, but I have one minor complaint:
    FileReference.browse() lets me filter the read choices to xml files only, so I can strongly encourage the user to only open files with the proper extension, however, FileReference.save() doesn’t seem to support similar filtering, so the user can save data with any old extension, making it easy for them to accidently hide the saved file from the open dialog box. Am I missing something or is there a user friendly way to match read/write file types.

    I don't believe you can get that functionality using FileReference in Flash Player.

  • Export to PDF change default "Save As" file name

    Hello,
    I have an asp.net application where I use a CrystalReportViewer. The user runs the report via the application.  They then click on on the the Export button in the viewer with PDF as the format.  This launches the PDF file.  When I click the Save icon, the Save As dialog box comes up.  The default name in this window is the name of the .aspx file.  I want to be able to specify what this file name should be instead of it defaulting to the name of the asp page in which the report was launched.
    I do not want to recreate the Export button, I am trying to find a way to do this with existing crystal functionality.  Can anyone please help??  Thank you!!

    Hi there,
    I believe I may have found the solution!
    You will need to set your CrystalReportViewer.ID property to what you need your filename to be.
    In my example:
    CrystalReportViewer.ID = "NewPDFFileNamehere";
    The .PDF file extension will be added automatically!
    Just note, you need to set the above property ASAP in code - meaning - It should be the first thing you do before having any other code attached, read into or from CrystalReportViewer.
    Hope it helps!
    Credits to http://blog.dragonsoft.us/2009/04/07/how-to-set-default-file-name-for-export-from-crystalreportviewer-in-aspnet/
    RBotha

  • Saving documents via Scripts: Get current file name and set save path/file type

    I am writing a script that will:
    -Make all layers invisible
    -Make a layer named "background" visible
    -Delete all the invisible layers
    -Save the docment as an EPS file (leaving the original document untouched)
    I am new to scripts and so have based my script by copying code from other scripts.
    Here is my code:
    var doc = app.activeDocument;
    var name = doc.name;
    var hide = function (){ // hide all layers (based on http://forums.adobe.com/thread/644267)
         var L=doc.layers.length;
         for (j=0;j<L;j++){  doc.layers[j].visible=false; }
    hide();
    // loop through all layers
    for (var i = 0; i < doc.layers.length; i++) {
                  // Create the illusrtratorSaveOptions object to set the AI options
        var saveOpts = new IllustratorSaveOptions();
        // Setting IllustratorSaveOptions properties.
        saveOpts.embedLinkedFiles = true;
        saveOpts.fontSubsetThreshold = 0.0
        saveOpts.pdfCompatible = true
    //Set up Variable to access layer name
              var currentLayer = app.activeDocument.layers[i];
    // Loop through the layers and make the back ground layer visible
              if (currentLayer.name == "Background") {
                        docName = name + currentLayer.name+".eps";
                        currentLayer.visible = true;
    // Delete Invisible Layers (based on http://www.cartotalk.com/index.php?showtopic=7491)
    var myDoc=app.activeDocument;
    var layerCount=myDoc.layers.length;
    for (var ii = layerCount - 1; ii >= 0; ii--) {
        var currentLayer = myDoc.layers[ii];
        currentLayer.locked = false;
        var subCount = currentLayer.layers.length;
        for (var ss =subCount -1; ss >= 0; ss--){
            var subLayer = currentLayer.layers[ss];
            subLayer.locked = false;
            if (subLayer.visible == false){
                subLayer.visible = true;
                subLayer.remove();
        if (currentLayer.visible == false){
            currentLayer.visible = true;
            currentLayer.remove();
    // Save Out Document with New Name
    var saveName = new File ( doc.path + "/" + docName );
    doc.saveAs( saveName, saveOpts );
    Everything works fine except:
    1) It saves the document with the name AdobeIllustratorBackground as opposed to the name of the document
    Also, I am not sure how to tell the script to save as EPS and to specify the save location.
    Could some one give me some pointers?          Thanks!

    Thanks! I changed my code to this:
    var title = doc.name;
    var title = title.substring(0, title.length - 3);
    And it now works! (The substring thing removes the .ai extenion).
    However, how do I get it to save it as an EPS? (I found this script that  saves as PNG, but I am not sure how to adapt it to EPS).
    Also, how do I set the file output path?
    Thanks for any help that can be offered.

  • Can't print PDF unless I save the file

    Ever since I did my last update of Acrobat (I did another new update yesterday), I can't print a PDF document from an email attachment unless I save it first. I use gmail. I also used to be able to click on the icon to open up the PDF, but now I can't do that either. My only option is to View the PDF in a browser window or save the doc. When I view the PDF in the browser window and then click on the Print link, it won't print it - it makes me save it first.
    I get PDF's all the time that I need to print but I don't want to save. This is wasting a ton of time having to save every PDF before I can print it. Please help.

    Ever since I did my last update of Acrobat (I did another new update yesterday), I can't print a PDF document from an email attachment unless I save it first. I use gmail. I also used to be able to click on the icon to open up the PDF, but now I can't do that either. My only option is to View the PDF in a browser window or save the doc. When I view the PDF in the browser window and then click on the Print link, it won't print it - it makes me save it first.
    I get PDF's all the time that I need to print but I don't want to save. This is wasting a ton of time having to save every PDF before I can print it. Please help.

  • Acrobat Standard 8 missing the "save as" file types

    Hello, I'm having an issue trying to save/convert documents from Adobe Standard 8. When I choose "save as" the only choice is as a .pdf. When I choose convert, regardless of which format I choose the only choice is again .pdf
    Windows xp professional, Adobe Acrobat Standard version 8
    Help.......
    thanks

    1) You're missing all the Photoshop updates
    2) You're missing required plugins - all of them.
    Looks like something went wrong with your install -- uninstall, then reinstall and make sure you get all the updates.

  • Cannot Save Word files as a PDF in Office 2013 with Office customization tool

    Hello
    I'm deploying office 2013 as a part of a post clone task.  Using the customization tool I created an msp with the full installation (without outlook,Link, or skydrive) I noticed that I cannot save or export files as PDF files.  If I do a manual
    install (without MSP) I can save files as pdf.  I can't find anywhere in the customization tool that allows me to choose different "save as" file types. In office 2010 I used to be able to save word files as PDF files.  Any ideas would
    be greatly appreciated.
    Charles

    Hi,
    In regarding the issue, could you give me more information? Did you test to install the Office 2013 by using MSP and manual installation in the same computer? Did the other Office suits can not save files as pdf?
    Let's do some test to narrow down the issue:
    If you use the only one computer to test, please export a new MSP file include all the suits and use the all the default setting. Then we follow the
    link to deploy again.
    If the issue still exists, please try to change a computer, and update Adobe programs to install the new MSP file to test.
    If you get some error message when you save as pdf through Word, please upload, I'll do more deeply research.
    Regards,
    George Zhao
    TechNet Community Support

Maybe you are looking for

  • Adobe After Effects Cs6 Installation Error. HELP!

    When i do my installation of Adobe After effects cs6, i install as trial version, because i want to see what it is like, and i do everything like everyone says, and then it stops at 2 percent saying Installation Failed and it comes up with these solu

  • Itunes 9 is fugly

    The UI completely stinks: Too Glossy, white backgrounds in grid view, volume slider widget too small, Play progress bar too small (Often used to select a point in a song, podcast, video podcast, movie) iTunes Store almost useless: Again due to UI iss

  • Inspire A500: Is there any adapter for the TV or DVD Player?

    I have recently bought the Inspire A500 and wanted to know if there was any possible way of connecting it to my TV or DVD Player?

  • Integration of BO reports with Enterprise portal

    How can i integrate BO reports with Enterprise Portal.

  • PA - PSA

    Hi, HR gurus,      As am new to SAP HR, could any one help me in these scenario : Actually my client has 3 different office/plant.  in that it has 1 Head office and 3 different Production plants at different area. and all these have different departm