CS4 Multi Artboards (ie: 5 pages) need to be split 5 different ai files

Hi
I'm using CS4 Mac. I have been 5 pages in one single file.
But I have to be save each page need to be 5 different ai files.
Is it any other options there. Please help me out.
Thanks
Regards
Janes Lucas

Janes_chennai wrote:
Hi Carlos,
I had tried this script but it is not working out.
Please send a suggestion!!
Thanks
Janes
I really suggest you just follow the route i suggested...
Cheers...
S

Similar Messages

  • Scheduling multiple tab BO XI3 report needs to save into multiple text file

    Hi,
    I have BO XI 3 Desktop Intelligence reports, those reports contains multiple tabs. Once after scheduling these reports the output needs to save as different text files (each tab as separate text file). Generally when select output as text file we will get the text file with the data of current tab, but in this scenario I want all the tabs data into different text files. I guess we can do this with macro. But I am not good in macro development, hope somebody can help me.
    Could you please help out for the same!
    Thanks,
    Rama

    Thanks Dan.. I made chenges in code as per your suggestion.. its working fine in DeskI -> local PC
    But this is not working in InfoView level... when i scheduled the same report its not saving into multiple text files... can you please have look...
    macro code as follows:-
    Public Sub SaveAsText()
    Dim StrTxtPath As String
    Dim BusDoc As busobj.Document
    Set BusDoc = ThisDocument
    Dim BusRep As Report
    Dim I As Integer
    On Error GoTo ErrHandler
    'StrTxtPath = "
    xxxx.xxx.xxx.com\common\Reporting\"
    StrTxtPath = "D:\Business Objects\Test_Macro\"
    For I = 1 To BusDoc.Reports.Count
    Set BusRep = BusDoc.Reports.Item(I)
    BusRep.ExportAsText (StrTxtPath & BusRep.Name)
    Next I
    ErrHandler:
    Exit Sub
    End Sub
    When i run this macro through DeskI.. its saving the report as multiple .txt files with respective number of tabs... but the same thing is not working when i tried in scheduling...
    Can you please suggest me what are the changes needs to be done...
    Thanks in Advance
    Thanks,
    Rama

  • Multi-Artboard export to multi-file PDF

    Hey gang.
    I have an Illustrator CS4 document with 51 artboards.  I would like to easily export each artboard to its own PDF file based on a PDF preset.  Currently when I do save as I can select the indivual artboard and it will only save the content on that artboard to a PDF file.  However I don't want to do that 51 times for each design file (100+ design files).
    Any thoughts on how to export a single artboard in a multi-artboard document to a single PDF file for each artboard in the file?
    Cheers!
    Tom

    Well I ended up writing something to solve this problem.  I hope this snippet helps somebody else stuck in a similar situation.  This applescript saves each artboard as its own PDF file based on a pdf preset and flattener preset.
    -- User configuration
    set PDFPreset to " " ----------- YOUR PDF PRESETS HERE -------------
    set PDFFlat to " " ----------- YOUR FLATTENER PRESETS HERE -------------
    set DefaultLoc to " " ----------- YOUR DEFAULT SAVE LOCATION HERE -------------
    -- User configuration
    set theDesignName to " "
    set destFolder to " "
    set destFile to " "
    tell application "Adobe Illustrator"
        if (count every document) > 0 then
            if (count every document) > 1 then
                display alert "Please have only 1 file open in Illustrator to perform this PDF export."
            else
                -- what file is it and where do we want to export
                display dialog "Please enter the desired export filename name:" default answer theDesignName
                if button returned of result is "OK" then
                    set theDesignName to text returned of result as string
                    set destFolder to choose folder with prompt "Please select the folder to save " & theDesignName & " :" default location DefaultLoc
                    set numArtboardsPrintable to count every artboard in document 1
                    display dialog "Exporting " & numArtboardsPrintable & " individual files."
                    -- Export the artboards to individual PDF files with a PDF presets
                    repeat with incr from 1 to numArtboardsPrintable
                        set PDFExportSettings to {class:PDF save options, PDF preset:PDFPreset, view pdf:false, flattener preset:PDFFlat, artboard range:(incr)}
                        set destFile to destFolder & theDesignName & "-" & incr as string
                        save document 1 in file destFile as pdf with options PDFExportSettings
                    end repeat
                    display dialog "All done."
                end if
            end if
        else
            display alert "Open a document before running this script"
        end if
    end tell

  • How to use dynamic action to fill multi item on a page ?

    Hi..
    I want to fill multi items on a page so I build a dynamic action ( Execute PL/SQL Code ) to do it .The problem is that when the page loads I can't see any data and I tried to see the session values using debug and I found data. Moreover when I save the row I got these data saved.
    So what is the magic there?
    Thanks

    Firstly, to get the multi-select populated with "pre-selected" values the easiest approach is to use Computation or Process at a process point On Load Before Header or After Header or Before Regions.
    All you need to do is populate your "Select List " page Item with : (colon) separated list of selected values. E.g is you want A,B and C out of A,B,C,D,E selected then get A:B:C into the Page Item.
    If you have used Dynamic Actions, what is your event on which the action fires? For Dynamic-Actions the page (HTML DOM) needs to be existing , so it must fire after the page has loaded.
    Regards,

  • Export Multi-artboard filename without prefix slash

    My mac OS version is OS X 10.10.2.
    Since i update the Illustrator from cc to cc2014,
    when i export multi-artboard images,
    the artboard image filename will be automatic added a slash mark in the first character position,
    like "/someprefix_artboardname.png"
    The correct filename should be"someprefix_artboardname.png".
    It won't happened in Illustrator CC.

    I have been using this method successfully for quite some time with these exact files, only in the last few days has this problem shown up.
    When I originally made the template in indesign, I imported the pdf, showed import options, and linked the pages to the same page number in the pdf. 1 to 1, 2 to 2, etc. My original thought was that this setting had been lost, so deleted the linked pdf and imported it again to try to get the 1 to 1 link. However, that did not change anything and I noticed that the page that shows up by itself in the pdf is almost always page 2, not page 1. If the page-to-page connection had been lost, all of the pages in indesign would be linking to page 1 as is the default behavior for linked pdfs.
    Also, I thought that the save issue would be on the illustrator side too, so I tried resaving it but that didn't work either. The only way that I can get the file to work is if I remake it completely and save over the old file.
    Now, I know that you're most likely thinking that this is an illustrator issue, but I don't think that it is one or the other, but rather both of them. The screenshots that I attached above are not the only way this error manifests itself. Sometimes the pdf looks right in acrobat, but once it is linked it displays with a transparency, shows only a few of the pages, or shows none at all.
    I'm probably going in circles here, but I cannot figure out which program is the cause of the error or if there are two different issues that are happening at the same time.

  • CS4 Multi Camera Re-recording not working!

    Ive started using multi camera monitor in CS4 for the first time today.
    Have used multi camera in the past a lot in CS3 with no problems.
    In CS3 when I made a mistake when switching between cameras I could just go back and it would over write everything as it went along. In CS4 I find that when I go back it splits the clip at the point when I click but following that when the next clip change comes up it does not over write it!
    This is highly slowing to my editing process, the help files seems 2 say that it should over write although I cannot get it to do this!
    Anyone have any advice?
    Thanks in advance
    Thomas

    Guys your charging premium dollars for you product. event videographers like myslef are phoabing in the mouth, give us somthing to say why Adobe products are more superior than Vegas Edius and other SW.
    Unfortunately, we're all just users here an no one works for Adobe*. Also, Adobe does not normally read these fora. You need to contact Adobe with your issues.
    As for PrPro not being 64-bit, that has never been stated. It has, for PS, which is the only app. that IS written for 64-bit. The rest are certified to run under Vista-64, but there is a major difference. Sorry that you got confused.
    Good luck,
    Hunt
    * now, it has been whispered that Jim Simon might be an Adobe spy, and that Harm Millaard gets to dine in the Adobe cafeteria, but those reports have not been confirmed.

  • Pages will no longer let me open files that I have previously downloaded, worked on and then saved on my mac. However it will let me open pages documents that I have started from new. I need the other documents to open and can't figure it out. PLEASE

    Pages will no longer let me open files that I have previously downloaded, worked on and then saved on my mac. However it will let me open pages documents that I have started from new. I need the other documents to open and can't figure it out. PLEASE

    I just got my mac a month ago so go easy on me but I was just working with the pages that was already on it, and then today I know it updated, and now I am unable to open a lot of my documents!:(  Idk what you mean by the icloud version lol sorry! As for the version, when I open pages from my apps and click 'about' it says version 5.1? And when I open the document it just goes grey and kind of blinks and doesnt open? No error message or any indication of why it will not open now when I for sure have opened it in the past! Andddd for the OS X I think it is 10.9.1 ??

  • Accessing multi-section templates in Pages 5... how?

    We have some templates created in Pages 4.3 that have multiple sections defined.  (A cover page, various internal Body page styles, and an end page).  We constructed our documents in 4.3 using selections from the various sections in the templates (e.g. get a cover with CC text on it, a two column body and a CC end-page, or a cover with commercial copyright, single column body text blank back page etc.).
    I can create a new document from the 4.3 template in Pages 5, but I can't work out how to access these various internal sections.  Anyone know?

    I've just confirmed that the templates features have been removed - if you 'roundtrip' a Pages 09 document into Pages 5 and then save it back to Pages 09, the resulting document has had all the template section related information removed along the way.
    This is a serious blow for us - we similarly use multi-purpose templates in Pages 09 (e.g. just one for all the variations of invoice we generate).  Initial reports in these fora and elsewhere suggest that there are several other key features that didn't make it through to the latest version of Pages - unclear whether these make the application unusable in our production environment or not.
    What is most frustrating is that the new Pages finally has proper RTL support (which we've been wanting for ages)... aaagh!
    But at least we were just about to create a new set of templates, so maybe we use this as 'final nail in coffin' and invest this time in another app - I guess NeoOffice is the most likely candidate, as MS Office (on OSX) still does not support RTL in any sensible fashion.

  • Creating multi-section templates in Pages 5 - how?

    In Pages 4.3 you could define and name various multi-page sections that lived 'within' a document template, and then pick from these to build up a document.
    You could control these internal sections within the template using the "Manage Pages..." command (having first moved arbitrary sets of pages to the template area using the "Capture pages..." command.
    I can't find any equivalent to either of these commands in Pages 5 - am I missing something?  Or is Pages 5 currently short of this feature?

    I've just confirmed that the templates features have been removed - if you 'roundtrip' a Pages 09 document into Pages 5 and then save it back to Pages 09, the resulting document has had all the template section related information removed along the way.
    This is a serious blow for us - we similarly use multi-purpose templates in Pages 09 (e.g. just one for all the variations of invoice we generate).  Initial reports in these fora and elsewhere suggest that there are several other key features that didn't make it through to the latest version of Pages - unclear whether these make the application unusable in our production environment or not.
    What is most frustrating is that the new Pages finally has proper RTL support (which we've been wanting for ages)... aaagh!
    But at least we were just about to create a new set of templates, so maybe we use this as 'final nail in coffin' and invest this time in another app - I guess NeoOffice is the most likely candidate, as MS Office (on OSX) still does not support RTL in any sensible fashion.

  • CS4 - is encountering a problem and needs to close

    Hello from Africa
    We have a newish computer system which is not connected to the internet ( photography only,, Windows XP, 2 monitors) and this evening we installed  CS4, and un-installed CS3. When we try to open Photoshop the following message appears :
    Photoshop has encountered a problem with the display driver and has temporarily disabled GPU enhancements.
    Check the videocard manufacturer's website for the latest software
    GPU enhancements can be enabled in the Perfomance panel of preferences.
    We manage to get past this and then we are unable to open any photos in photoshop and the message that is diplayed is "CS4 is encountering a problem and needs to close" . CS3 had exactly the same problem but at least we were able to open photos and even work on them sometimes! Usually it reported the same message as above and then halfway through working with the pic, it closed down. Super frustrating!!
    Does anyone have any solution for us as I see it's not a new problem - we are not very clued-up, technically speaking , so could someone explain it simply?
    Annabelle

    I think that it's linked from the PrPro Wiki, in the FAQ section.
    Close. All Adobe Technical Support Documents dealing with Premiere Pro are meticulously listed in the Support category of the wiki.
    Cheers
    Eddie

  • Bridge CS4 - pdf scrambled previews on pages after page 1

    I have a set of pdf files from InDesign that have multiple pages. On these files, the first page displays fine, but on subsequent pages the preview is scrambled and I detect some overall display glitchiness while Bridge is showing me a scrambled preview.
    I understand Adobe's hooking into OpenGL hardware acceleration, so I checked preferences in Bridge CS4 for acceleration settings. I checked the "use software rendering" option in the Advanced settings, restarted Bridge and the problem disappears.
    I'm running an ATI FireGL 3400 card with the latest driver on an XP Pro machine. Not all multiple page pdfs show the problem. The files with the scrambled previews are banner layouts and several letter size page layouts display multiple page previews normally. I'd be happy to provide Adobe support with a file (under 2MB) for testing. So far Photoshop appears to be happy with OpenGL acceleration enabled - except that I get messages that I don't have enough ram to run more than two image windows accelerated with my hardware.

    I don't have CS4 but in CS3 I could get the same results as "use software rendering" as when I clicked on "restore down" (middle symbol in upper rt corner of windows screen) even though I enlarged the window to full screen.
    In maximize window mode I had several problems with the preview without software rendering, and knew my video card was weak point. I know this is not the same issue but does not cost anything to try it. Don't know why it worked either.

  • When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    When I click on a web page link, it creates a bookmark does not open page, need to right click and open new page or tab

    My own problem not a system one

  • I can't open a file I just created a week ago and it says pages needs to be updated to open the file but its up to date

    I can't open a file I just created a week ago and it says pages needs to be updated to open the file but its up to date, what do I do?

    You have 2 versions of Pages on your Mac.
    Pages 5.2.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 110 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    You can add the icon of the missing Pages on your Dock or open Pages from the Apple menu > Recent Items list.
    Or you can archive Pages 5 so that it doesn't automatically open.
    If you are unhappy about this review/rate Pages 5 in the App Store.
    Peter

  • I have nine, 1-page PDF files that are accessible and need to combine into 1 PDF file.  I have tried appending, adding and the combine PDFs process. The file created is not keeping my changes. The created file is partially accessible but I have to re-fix

    I have nine, 1-page PDF files that are accessible and need to combine into 1 PDF file.  I have tried appending, adding and the combine PDFs process. The file created is not keeping my changes. The created file is partially accessible but I have to re-fix issues I had fixed in the single files. I need suggestions on what else can be done if any. Using Acrobat pro XI.

    Out of habit, I tend to combine PDF files in the Page Thumbnails pane by right-click then "Insert Pages" -> "From File". For me, this preserves the tags from both documents, although the tags may have to be moved into the right location (if I recall correctly the tags for the inserted pages get put at the end of the tag structure, regardless of where the pages are inserted), If I first put the tags for the document to be inserted inside a container tag like Section, it makes the process easier. Moving that set of tags to the right place is the only re-fixing that I recall having to do. What behavior are you experiencing?
    a 'C' student

  • A site I use keeps saying This page needs AC_RunActiveContent.js

    When oening up the site "www.oneinmessiah.net" I get an error message about AC_RunActiveContent.js
    Using IE8 I get no error message and the page opens correctly.
    Do I need to download this java script file and install it on my PC?

    Yes.<br />
    That script is needed to create the embed code for Firefox of two Flash objects.<br />
    If JavaScript disabled then it works with the noscript tag.<br />
    <pre><nowiki><script src="AC_RunActiveContent.js" language="javascript"></script>
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    </nowiki></pre>

Maybe you are looking for

  • Installing mac OS X leopard 10.5 version on my ibook

    i'm trying to install mac OS X leopard 10.5 version on my ibook and it's not mounting on the desk top...it tries to read the DVD disc for 2-4 seconds then spits it out. My Mac machine is described as follows: 1) machine name: iBook G4 2) machine mode

  • Can I use a Magsafe 60w charger for my mac air (late 2013)?

    Can I use a magsafe 60w charger with my late 2013 macbook air computer. The connector is right but the computer came with a 45w charger.

  • Test results showing how FCP7 running on 10.6 messes with gamma

    I've been running some simple tests to determine how FCP7 handles gamma when running 10.6.4. Note that 10.6.4 now uses a gamma of 2.2 natively (as do PCs). I created three images in targa, png and tif (also tried exr, but FCP won't read that) that co

  • Settlement rule - Internal orders

    Hi all Where do I define an automatic settlement rule for settlement of an internal order to a GL account?  I do not find any strategy sequences that would settle to a GL account.... I know that I can use those strategy sequences for cost centers, WB

  • Adobe Acrobat 10 stanadard crashes after Users emails report.

    I have user who gets 3 different reports n PDF format. They take a different pages from each PDf then emails them to the manager. After she emails the 1st one and attempts to repeat the process for a different manager all 3 PDFs crash the PC . Any Id