Doc.saveAs() and filenames with commas

Using Acrobat 9,  I have convinced myself that commas confuse the innards of the doc.saveAs() function. For example, from the console, the following throws an error:
this.saveAs("john, jimmy.pdf");
the error: "UnsupportedValueError: Value is unsupported. ===> Parameter cPath."
I am more than a little stunned. It's been more than 10 years since the major operating systems allowed commas in the path.
Am I overlooking something trivially obvious?

Thanks for that link to the "wish forum".
I have reported failure to accept commas in the path as a bug.
I'll keep this question open for just a little longer.
Does anybody know of any tricky escape character sequences that might solve the problem? I have failed with "\," and various ideas for nested quotes.

Similar Messages

  • How do I write a javascript code to open InDesign File, import Doc, save and export to pdf?

    How do I write a javascript code to open InDesign File, import Doc, save and export to pdf?

    Hi hasvi,
    Need Template(.indt), textframes etc for the following script:
    var myFolderInd = Folder.selectDialog();
    var myFile = myFolderInd.getFiles("*indt");
    app.open(myFile)
    var myDoc = app.activeDocument;
    var myDocName = myDoc.name;
    var mySaveFile = app.activeDocument.save(myFolderInd.fsName + "/" + myDocName.split(".indt").join(".indd"));
    var myFolderDoc = Folder.selectDialog();
    var myFile1 = myFolderDoc.getFiles("*doc");
    mySaveFile.pages[0].textFrames[0].place(File(myFile1))
    //~ mySaveFile.place(File(myFile1))
    app.activeDocument.textPreferences.smartTextReflow = true;
    var myPDFFile = new File(mySaveFile.filePath + "/" + mySaveFile.name.split(".indd").join(".pdf"))
    myDoc.exportFile(ExportFormat.PDF_TYPE, File("~/Desktop/abc.pdf"));
    alert("Process Completed")
    Regards
    Siraj

  • FIll in, save and protect with password

    ok, here it komes.
    i design forms for my users. the form has a pickingslip layout.
    my users fill in the form save and send to the customer. BUT
    the form has to be protected from applying changes to filled in data.
    i just made a test in livecycle. protected the form with a pass word.
    then i have to open the pdf in adobe acrobat 8 to enable the save form feature. but then the form is not protected anymore. i also done reverse.
    developed form in livecycle, edited the security in acrobat 8 then
    enabled the reader extension. pdf remaines unprotected, i do not get
    the promt to give in the password

    11. Charge and Discharge Your Battery Regularly
    Your iDevice needs to be fully discharged and recharged at least once a month to operate at maximum efficiency and keep the battery from dying. You’ll also want to make sure that you don’t store the device with a dead battery, as that can also cause the battery to lose charge capability—when your battery dies, make sure to recharge itquickly
    The reason that Apple suggests you drain and recharge your battery once a month is not because it affects the life ofthe battery. What it actually does is calibrate the battery sensor, giving you a more accurate reading. 
    Other than that, you done an admirable job of summarizing the Knowledge Base article:
    http://www.apple.com/batteries/ipad.html
    Best of luck.

  • OBIEE Installation doc's and integration with EBS 12.0.6.

    HI,
    I had installed OAS 10g with OSS and OID and integration with EBS R12.0.6.
    Now I want to install OBIEE(On Linux) and wants to iuntegrate with SSO.
    Please provide me the Master Doc for this and anyother private doc also if any.
    thx

    Hi,
    Check this might be helpful... http://gerardnico.com/wiki/dat/obiee/linux_installation
    http://onlineappsdba.com/index.php/2007/10/29/biee-installation-on-linux-business-intelligence-enterprise-edition/
    To integrate with EBS check these.....http://it.toolbox.com/blogs/eye-on-obi/oracle-bi-applications-obiee-security-integration-with-oracle-ebusiness-suite-17246
    http://obibb.wordpress.com/2010/07/30/integrating-oracle-ebs-and-oracle-bi-ee-part-i/
    Thanks,
    Srikanth

  • How to save and work with a Word document stored in the Oracle 8i Database?

    Hi,
    If you have any experience with saving and working with a Word document (stored in 8i) from Forms 6.0, then please let me know how.
    Thanks ...
    Peter Nielsen

    hi
    i had worked storing word documents in oracle8i.tell me what exactly u want to know.
    null

  • Before downloading the most recent version I used to be able to save and quit with 2 tabs open, now I cannot. It closes both tabs

    Before downloading the most recent version, I used to be able to save and quit 2 tabs when closing. Now I cannot. Both tabs close

    One change in Firefox 4 is to by default stop Firefox displaying the warning message, but it can be turned back on by changing some preferences.
    # Type '''about:config''' into the location bar and press enter
    # Accept the warning message that appears, you will be taken to a list of preferences
    # Locate the preference '''browser.tabs.warnOnClose''', if its value is set to '''false''', double-click on it to change its value to '''true'''
    # Repeat this for these 3 preferences '''browser.warnOnQuit''', '''browser.warnOnRestart''' and '''browser.showQuitWarning'''

  • Apex Listener/Apache Tomact and filenames with spaces

    I've installed the Apex Listener with Apache Tomcat, and all seems to work fine. Except when I try to do a CSV file data upload via the utilities screen in apex. If the filename/directory path contains spaces, then Apex reports "File Must Be Specified" error - yet if I do this same operation via EPG instead of Tomcat, it works. Are there any restrictions in Tomcat to using spaces??

    Look at this thread. Re: File upload problem
    regards.

  • UploadedFile and filenames with non-ascii chars

    Hi
    I'm using an UploadedFile object in my web app, and all works fine. However, when I try to upload a file, with a filename containing non-ascii chars (e.g. Spanish), I see that the getBytes method returns an empty byte array, the filename is not stored correctly (the non-ascii chars are lost, replaced by another representation), and that the content-type is application/octet-stream instead of image/png as supposed to be.
    If I rename that same file to have only ascii chars - everything is back to normal.
    How can I upload files with non-ascii chars in their name?

    Hi, back! Spent a few hours experimenting and found
    that everything is working great (including the creation
    of international non-ASCII foldernames) when I used
    utf-8 encoding in the sieve filters rules for the
    the match strings and the folder names... at least
    so far so good... for your ref and sorry for bothering.

  • Search and replace with comma

    Hello All,
    I want some help. Please help me.
    I have comma delimited Data. When I’m converting Sting to Array, If two commas exists in between then its displaying “Zero” (because its array propriety ). Instead of that I want to display “NaN” .
    Please give me any idea to replace comma to NaN. I tried with Search and Replace but it’s not giving as I expected.
    Munna
    Solved!
    Go to Solution.

    Hello GerdW,
    Thanks you so much for your reply.
    I thought, instead of replacing trailing comma by NaN adding comma before string is more better (because to many string manipulations) But, it’s taking more execution time.
    Munna
    Attachments:
    Search and Replace.vi ‏415 KB

  • Save and open with applet?

    Hi,
    This is a quite urgent problem....
    I have uploaded an applet onto my web page. It takes an image as input, embosses it and displays it.
    At the moment the input is a text field that takes a url.
    I want to create an upload or open file button as well, so that it is possible to input an image that is stored on the users computer. In addition I need a save function to save the altered image. Can I use the JFileChooser???
    Is this possible using an applet, and if it is - where can I find some more information about this?
    Thanks in advance!!!

    Hi, as dgriffiths-leics-gov-uk said, you have to sign your applet, check the Jar files, and signing applets tutorials at java's site, or else the following URL:
    [http://forum.java.sun.com/thread.jsp?forum=54&thread=383859]
    ...there was a posted message which I replied with all the process condensed to sign and add permissions to an applet, including the use and creation of the Jar file, its way to be signed; and, the HTML code you shall use. That way you can use
    JFileChooser class and its methods in your class; therefore, the File Choosing dialog will be shown and you'll be able to Open and Save user files.

  • Mavericks wont save and open with my preferred desktop image

    After installing Mavericks my iMac opens with the "rolling surf" desktop. I can then start my preferred desktop from a saved 'photo but when I retsart the iMAc it reverts to "rolling surf". How can I get it to remeber to open with MY choice rather than Apple's?

    Hi, as dgriffiths-leics-gov-uk said, you have to sign your applet, check the Jar files, and signing applets tutorials at java's site, or else the following URL:
    [http://forum.java.sun.com/thread.jsp?forum=54&thread=383859]
    ...there was a posted message which I replied with all the process condensed to sign and add permissions to an applet, including the use and creation of the Jar file, its way to be signed; and, the HTML code you shall use. That way you can use
    JFileChooser class and its methods in your class; therefore, the File Choosing dialog will be shown and you'll be able to Open and Save user files.

  • All docs save and open in adobe

    Everything I do is either saving or opening in Adobe and I do not want it to.  What setting can I change?

    Some details would help us to understand your problem...

  • Is it possible to save and work with Excel on my Ipad?

    I need to do more than just view Excel files on my Ipad..what are my options?

    Get Numbers. Its an apple app that lets you work on excel documents. I use it from time to time with work. There is a few office apps, but I havent used them before. Once you bring up numbers in the app store, the other apps will pop up that are related.

  • Does auto-save and version work with old apps like pages '09?

    Hello,
    I'm new Lion user. I tried auto-save and version with textedit and it works.
    But i'm not sure it works with pages '09.

    It does work if you install the update from yesterday.

  • File dialog box: how get  full path and filename

    Hello All
    i have a problem to save the full path and filename with file dialog box.
    I want to save full path and filename in the database for creating a link to a file.
    I use a file-dialogbox to choose a file.
    I see in the textfiled something like this
    \FULLPATH\filename.ppt
    but when i save the textvalue in the database or look at the seesionvalue I see
    this:
    F2087258868/filename.ppt
    but I need the full path to create a link. How I can get?
    I use version 2.2.1..
    Thanks
    Putcho

    Hi Putcho,
    You can create some javascript that puts it into a hidden item.
    In HTML Form Element Attributes: onChange="$x('P15_X').value=$x('P15_FILE').value;" Then create another process that stores the value of the hidden item in your own table...
    I quickly made an example with a normal text item, so you see it copies itself to the other box: http://apex.shellprompt.net/pls/apex/f?p=286:15
    Hope that helps,
    Dimitri
    http://dgielis.blogspot.com

Maybe you are looking for

  • Unable to STARTUP after SHUTDOWN

    HELP !! My main experience is with M/S SQL Server. I am taking an Oracle class and am having a really weird problem. If I log into SQL Plus with SYSDBA privileges and initiate a SHUTDOWN IMMEDIATE, it shuts down successfully, but I am never able to s

  • FM to create subcontracting delivery lines

    Hi Folks, We are using one custom function module to create subcontracting delivery lines. Inside this custom FM, we are using ME_COMPONENTS_MAINTAIN function module first to maintain the components and then ME_UPDATE_SCHEDULES_DISPO to create delive

  • HT204387 connect ipod to blackberry via bluetooth

    can anybody help me, how to connect ipod touch 5th to blackberry ? i tried to connect it but the message show "bluetooth not supported".

  • I don't undestand what's the reason my iPad 2 doesn't charge to either my computer or car?

    How come my iPad 2 doesn't charge to my computer or either to the car?

  • Database trigger

    Hello Forum members, I have a table: quarter,config q1-2006 10 q4-2007 50 q2-2006 30 I want to replace config for other quarters based on current quarter ie i want 10,30 to be replaced by 50. SQL> select 'Q' || TO_CHAR( sysdate, 'Q') || '-' || TO_CHA