Batch export .ai to .png produces files without extension - please help

I created an Action to batch export a folder of .ai files to create 300dpi .png's of the .ai file's artboard. I did this by simply recording "Export...as png" with my desired settings then Batch running the Action on desired folder of .ai files.  The files were successfully exported, the trouble is that the exported files lack a .png file extension. My intent is to take these PNG files and
merge them into a single PDF using Acrobat Pro. Unfortunatly, without the .PNG extension, Acrobat Pro does not recognize the file types and does not let me use the Combine Files feature on them. Going back and manually adding a .png at the end of the exported files defeats the time-saving purpose of Batch Processing all together. Is there something I am missing or doing incorrectly? I have included screenshots of 1) My Batch Action settings 2) folders showing files without .png extension and 3) visual of what I see when I am trying to combine PNGs into a PDF. Assistance would be greatly appreciated!
- Erin

Yes, I am on a Mac running Snow Leopard 10.6.8 with CS5 (Illustrator 15.0.2, Acrobat Pro 9.4.6). Your suggestion did not help as "Hide Extension" is not checked. I even set "Open With" to Acrobat Pro and still get no extension or ability to import into Combine in Acrobat. Thanks anyhow. Please see below.

Similar Messages

  • Apex 3.0: export a report as .csv file without any Enclosed By character?

    In Apex "Report Attributes page/Report Export" is possible to define the Enclosed By field.
    The default Enclosed By by characters are a double quotation marks (" ").
    Is there a way to export the report as .csv file without any Enclosed By character?
    Example line format:
    a) using default Enclosed By
    "value1";"value2";"value3"
    b) using ('') as Enclosed By
    'value1';'value2';'value3'
    c) using blank space as Enclosed By
    value1 ; value2 ; value
    d) without any Enclosed By character
    value1;value2;value3
    What can we do in Apex to export a report as .csv file with the line format example d)?
    Thanks for your help.

    Hi,
    There is no Out of the box feature in Apex to achieve this functionality. But what you can do is write a page process to generate the CSV that you want.
    For this what I will do is on the first page where you press the Button it will call a PL/SQL page process which actually generates the csv. You can keep the existing report only for display purposes. Find the below process which generate the csv that you require.
    begin
    -- Set the MIME type
    owa_util.mime_header( 'application/octet', FALSE );
    -- Set the name of the file
    htp.p('Content-Disposition: attachment; filename="filename.csv"');
    -- Close the HTTP Header
    owa_util.http_header_close;
    htp.prn('columnHeader1,ColumnHeader2,ColumnHeader3'||chr(13));
    -- Loop through all rows
    for x in (
    Select column1,column2,column3 from table;
    loop
    -- Print out a portion of a row,
    -- separated by commas and ended by a CR
    htp.prn(x."column1"||','||x."column2"||','||x."column3"||chr(13));
    end loop;
    -- Send an error code so that the
    -- rest of the HTML does not render
    htmldb_application.g_unrecoverable_error := true; --You can leave out this line if you still want to display the existing HTML report.
    end;
    This will show a download box, so you can download the csv file. The page process should be called before header and the condition should be the button press.

  • How to use Terminal to Find or Locate files without extensions?

    I'm conversant with the cli, but not a power-user.  I've discovered a fairly large number of audio files, across dozens of sometimes nested folders, that (somehow) lost their '.aif' extension and now appear as Unix Executable Files.  Upon appending said files with the proper extension, they are perfectly normal audio aif's.
    My Problem: using the Terminal, how can I search a directory tree to find those files *without* an extension, discriminating between files and folders, and then append the correct extension to only the files?
    I've tried a number of queries, mostly built around the idea of using 'filename.*', but for some reason searching for an extension omission (as opposed to a specified string) isn't so simple. 
    The following: ls -al *.
    Brings up 'No such file or directory'
    And the following ls -al .*
    Brings up files AND directories
    I need o discriminate between files and directories, finds all files without extensions, and rename them with the appropriate extension.
    Can anyone help?
    Best, Tom

    The following will find files without a file extension in the current working directory and any sub-directories->
    find . -type f ! -name "*.*"
    If you are confident that the files found are the appropriate audio file (in this case aif) then you could->
    find . -type f ! -name "*.*" -exec mv {} {}.aif \;

  • Edit PHP files without extension

    Hi,
    I'm currently developing a website with DW CS3 and I'm using
    apache's mod_rewrite so I have clean URL's. The thing is that doing
    this forces me to rename my php files e.g.
    index.php to
    index. Is there a way that DW recognizes these files as PHP
    files, so I have nice highlighted code?
    Greets,
    Nick

    Hello,
    Right clicking and selecting open is exactly the answer to
    the question you
    asked about how to open files without an extension.
    There are many young people and people just learning here, so
    all questions
    are answered.
    How was anyone supposed to know you meant something else, and
    that you
    already knew the answer was to right click and select open?
    You didn't mention DW was giving you errors until after 2
    people gave the
    answer to the question you asked.
    The fact that DW is giving you an error message when you try
    to open the
    file is something else entirely.
    So, if that's your actual question, can you expand on "DW
    keeps giving me
    errors" and share what the error messages are, so we can try
    and help you?
    Take care,
    Tim
    "magoo" <[email protected]> wrote in message
    news:gcr7s0$m9n$00$[email protected]..
    > Murray *ACE* wrote:
    >> Right click on the file and select Open.
    >>
    >>
    >> "magoo" <[email protected]> wrote in
    message
    >> news:gcr39p$r7o$01$[email protected]..
    >>> Alan wrote:
    >>>>> is it possible to open files without
    extension in DW?
    >>>>
    >>>> yes- but they will be treated as a plain
    text file, they won't be
    >>>> associated with any type of scripting type
    so no code hints or code
    >>>> coloring.
    >>>
    >>> That`s fine, so how does it work?
    >
    > Wow, what an ace you are. If it was that easy I would
    not have bothered
    > posting here ...
    >
    > --
    > Regards
    > magoo

  • Quick Look for files without extensions.

    I have many files without extensions that quick look does not recognize as text files. Bash shell scripts generally do not use an extension, for example (they are identified by their first line). Similarly I have a lot of text file notes w/o a ".txt" extensions.
    Is there any way to have quick look recognize these as text files? They currently have either text edit or textmate as their default "open with" app. I presume there is a config file of some sort for quick look that will let me default files with no extension to text files, but have not found it yet.

    Can't Quick Look for some text files
    Re: Is it possible to change the viewing format?
    Quick Look for files without extensions.
    Re: Can I view text files without a .txt extension in Quick Look?
    How do I add support to Quick Look

  • FileFilter files without extension (*.)

    I want the file dialog to only show files without extension, so I set the filter to '*.', but the dialog shows no files at all.
    var legendFilter: FileFilter = new FileFilter("Legende", "*.");
    legendFileRef.browse([legendFilter]);
    These legend files are created by another application and don't include an extension.
    I cannot ask the user to rename the files prior to upload, I cannot change the output of the other application and I do want to filter to prevent selection of incompatible files as much as possible.
    Flex 4.6, Windows 7

    Would that be:
    new FileFilter("Legende", "null")
    or
    new FileFilter("Legende", null)
    If this is not correct, maybe you just use browse() without fileFilter,
    and then check the extension property of file() that selected from file browse

  • I find file without Extension after Download.

    In Firefox, when I am trying to download STL file from Email then it allows me to download such file without extension. That means I can't get file with Extension. . Why such thing happen ?

    Hi, Flash Player is a browser plug in, not a standalone player. It works thru your browser. Check in Safari and any other browser that you use for the Shockwave Flash plugin. Make sure it's Enabled.
    You can test each browser here and should be able to see the Flash Player logo(Red F) animate(spin). It will also display the version of Flash Player that you have Installed.
    http://www.adobe.com/software/flash/about/
    eidnolb

  • How do I transfer my checked songs from one computer to another - tried exporting library playlist etc but no luck! Please help! I have 26,000 songs - 17,000 are selected and I can't run down the list on my new computer and re-check 17,000 songs! Thanks!

    How do I transfer my checked songs from one computer to another - tried exporting library playlist etc but no luck! Please help! I have 26,000 songs - 17,000 are selected and I can't run down the list on my new computer and re-check 17,000 songs! Thanks!

    Make a smart playlist of your whole library but only checked songs - #4 on  http://support.apple.com/kb/ht1801
    Highlight all files in that playlist, then drag to the other drive.  This isn't preserving any playlists or whatever, just copying files from one drive to another.
    You might want to delete the smart playlist this once you are done because it will probably gobble up resources with that many files.

  • Please help, i movie is not exporting or sharing movies, it will closed unexpectedly please help?

    Please help, i movie is not exporting or sharing movies, it will closed unexpectedly please help?

    Hi Videoframe
    This was emailed to Apple Support on 23 DEc 2012 at 09:50 Eastern Australia time.
    "I continued to talk to other Apple Mac users on iMovie….Interesting to have found out that their movies were made using iDVD without any known issues as yet…Looking at the results from Apple Support Forum and Youtube, problems appears to be when NOT using iDVD. I and many others can't understand how these many technical problems were overlooked by the programmers of iMovie. One would have thought iMovie problems have been iron out prior to getting rid of iDVD. By the way when I first contacted Apple Support back on 16th Nov, I was told I need to RE-INSTALL my computer…..that I did and in the process my iDVD was removed and never was re-installed.
    May I suggest you delegate a junior person or someone string together a project consisting over near 1700 images, approx. 25mins of video footage, titles and including with and without transitions then export the project.
    I am still in the dark as to what is being done about this extended non result. I am not sure if is known by the people who is in charge of this iMovie programme. it would be nice to get some sort of feedback. Not sure if I should refer this to a third party to do the testing?? I am sure Apple's competitors would love to make a mockery of this.
    There has to be a time frame for this to end, as I and many others can't simply sit here in the dark and wait for someone to come back for a solution, this could be months or years who knows.  As you can appreciate I am not the only user anxiously waiting for a solution.
    I guess I am in a way representing other worldwide users in pursuing a solution on this matter ASAP. I therefore ask you to please make this a priority if this is at all possible.
    Many thanks."
    I've been corresponding to them since Fri 16th Nov on and off without a solution.

  • How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts- 18   movies need to go-.

    How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts… 18 plus movies need to go….  Thank you.

    Instead of removing the music from the cloud or the iTunes library why not shuffle your music using a Smart Playlist which excludes the holiday music, or tracks that are not checked. For example, use this very simple Smart Playlist:

  • Installed windows 7 64 bit on my macbook .. but now got my macbook without audio. please help me!

    Installed windows 7 64 bit on my macbook .. but now got my macbook without audio. please help me!

    You most likely installed Windows 7 in EFI mode. Can you confirm this?
    If you used Bootcamp Assistant to partition your drive, you did not install in EFI mode.
    If you selected "EFI Boot" at the boot menu before installing Windows, you started the EFI Boot installer.
    Please let us know whether or not you installed in EFI mode because audio not working is a common problem in EFI mode, but should not appear in normal BIOS mode. (Normal BIOS mode is when you used Bootcamp assistant)

  • Problem with file archival. Please help

    Hi Experts,
      I have a requirement where XI reads input file via File adapter. Once the file is read successfully I need to archive it.
    I also need to append timestamp to the archived file. After 10 days the archived file should be deleted.
    How to achieve this in XI?  Where do we  specify the retention period for archived file? DO we have to write any script for teh same? IS there any sample script code available?
    In file communication channel there is an option for archiving faulty files. Will this work for successfully processed files also?
    Please help
    Thanks & Regards
    Gopal

    Hi Gopal,
        The option of archiving the file is available in Processing Mode:
    http://help.sap.com/saphelp_nw04/helpdata/EN/e3/94007075cae04f930cc4c034e411e1/content.htm
    YOu can set the Processing mode to Archive to achieve your requirement.
    retention period setting is not done in the communication channel.
    Read more about archiving in this guide:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a236f50
    Regards,
    Ravi

  • Just updated itunes now menu bar has dissapeared no black and white box at top left and ctr b does not bring anything up. i need file view etc please help driving me crazy

    just updated itunes now menu bar has dissapeared no black and white box at top left and ctr b does not bring anything up. i need file view etc please help driving me crazy

    Is the iTunes window in FullScreen mode?
    If so, press esc key.

  • My ipod touch 4th generation won't synch.i'm trying to put a pdf file on it.please help thanks in advance...

    my ipod touch 4th generation won't synch.i'm trying to put a pdf file on it.please help thanks in advance...

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on anoterh computer to help determine if you have an iPod or computer problem.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • I need to burn a cd from itunes. There is no burn option...at all. I've tried right-clicking and file command. Please help

    I need to burn a cd from itunes. There is no burn option...at all. I've tried right-clicking and file command. Please help

    I have Windows 7 on a Dell.  Open and play iTunes in the compatability mode and use Windows XP (service pack 2).  Disregard any messsages to disable the compability mode.  This has worked for me.  I have also reinstalled iTunes and played with burn speeds etc.  These ideas did not work.  Compatability mode works.

Maybe you are looking for

  • Items Not Seen by a Non-Apple App. After Installation of 10.6.

    This happened since I installed Snow Leopard (OS 10.6) yesterday, so I'm not sure if the bug is in Poser 8 (made by SmithMicro) or the Mac Finder or in some other part of the Snow Leopard OS, or the way they work together. If I go to the Pose Library

  • How to Send HTML Email from Webpage?

    Hi Everyone! I'm Looking to Send Emails with an Option to Send Text Format (from textfile on Webserver, ex. textfile.txt) or HTML Format (from webpage on Web Server, example: test.html). I will include My Current Code at the end of this Q. What Code

  • Error -50 - Syncing iPhone photos with aperture

    Hi, The facts: OS - 10.7 Lion iTunes - 10.4 iOS - 4.3.5 So when I updated to Lion and iTunes 10.4 my photos from Aperture will no longer sync with my phone.  I get the error (-50), which to my understanding is a time out error.  Now when I sync with

  • Reg:'XPATH' Expressions in Receiver Determination

    Hi All, My scenario is an IDoc type. Structure: ZABCD IDOC TEST1 FIELD1 FIELD2 TEST2 FIELD3 FIELD4 Condition: (field1 = "500" OR field1 = "800" ) AND (field3 = "EZTU" OR field4 = "BLKB") I am trying to achieve the above condition  through own XPATH e

  • Wavelet transfprmation without SPT

    Is there anybody who implemented the continuous wavelet transform without the Signal Processing Toolkit? I am just about to do so but I need a little help.