Fireworks CS6 export all pages as PDF crash

I cannot for the life of me Export all pages as pdf from FW CS6 on my Mac. All software is fully up-to-date. I have many times Exported scucessfully before, but now the same file is no longer exportable. I'm going crazy. The source PNG file is a 15 MB file of 68 pages, it is filled with hotspots that should export an interactive PDF. (I deleted all of the "unused library symbols" (even though that deletes symbols that are actually in use)). My Mac is a PowerMac 8GB RAM... I can't remeber the processor setup... I can tell you later when I'm at work...
I have been using FW since late 90s. FW crashes a dozen or more times a day these days. I'm tired of fighting it. Adobe has frankly been woeful in updating FW (on the Mac at least). It is an excellent product... but at best an unfinished product. I've sent bug reports through official channels for years and every year Adobe fails to fix them. It is quite shocking really.
I hope I can get a quick answer, or else my job will become much more difficult.

Here's a partial Crash output, let me know if more would help:
Process:         Adobe Fireworks CS6 [5239]
Path:            /Applications/Adobe Fireworks CS6/Adobe Fireworks CS6.app/Contents/MacOS/Adobe Fireworks CS6
Identifier:      com.macromedia.fireworks
Version:         Adobe Fireworks CS6 version 12.0.0.236 (12.0.0)
Code Type:       X86 (Native)
Parent Process:  launchd [163]
User ID:         502
Date/Time:       2013-02-05 17:33:03.564 -0500
OS Version:      Mac OS X 10.8.2 (12C60)
Report Version:  10
Interval Since Last Report:          95268 sec
Crashes Since Last Report:           72
Per-App Interval Since Last Report:  84851 sec
Per-App Crashes Since Last Report:   17
Anonymous UUID:                      EDC2114F-8AD4-DC55-0A2A-EC60302FB1F0
Crashed Thread:  0  Dispatch queue: com.apple.main-thread
Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib                  0x9856fa6a __pthread_kill + 10
1   libsystem_c.dylib                       0x935caacf pthread_kill + 101

Similar Messages

  • Export all pages to dreamweaver

    Can you export all pages you have made in Fireworks CS4 to
    Dreamweaver at the same time, and if yes, how?
    / Lena

    Lena, resolution of your document makes a huge difference
    when printing. I'm guessing here, but are you using a resolution of
    72 dpi? If so, that won't look very good when printed (that
    includes 'printing' to a .pdf file) A resolution that low will only
    look good on screen. If you must print and have it look good,
    you'll need to use a higher resolution.
    Jim

  • Script or way to delete or export random pages from pdf...

    hello
    I have many request to export random pages from pdf doc. etc.. 1-3,51,63,78-92...I think that easy way is to have some script which will open dialog box and ask for which pages I want to export or delete from pdf. Anyone have something for this?
    thanks

    I find way for this on adobe blog. I am so stupid that I miss this "choose pages" button!!! You can combine more files and in list select pdf, and choose which pages from individual doc you want. Great
    http://blogs.adobe.com/educationleaders/2008/05/extracting_non_sequential_page.html

  • [AS] Problem with exporting all pages individually

    Hi, I ain't found any solutions by my self or on the web, so I hope, someone can help here.
    I wrote this piece of AS code. I wish it exports all the pages as separate PDFs.
    Alas, it crashes saying that the script ca't understand the page range.
    Could you please telle me where I do bad ?
    set Fpath to (choose folder with prompt "pick") as string
    tell application "Adobe InDesign CS3"
    set mydoc to active document
    set pcount to count pages of mydoc
    repeat with p from 1 to pcount
    tell PDF export preferences
    set page range to p as string
    end tell
    set docname to "toto" & "_" & p & ".pdf"
    set pdfname to Fpath & docname
    export to file (pdfname) format PDF type using "[PDF/X-1a:2001]" without showing options
    end repeat
    end tell
    thanks in advance,
    Loic

    Hi Loic,
    Here is a little altered version of the ExportEachPageAsPDF script from the examples provided by Adobe. I assume, from the script you posted, that you want exported files to be named in the following way: toto + _ + page number + .pdf. But in my judgement, it would be more reasonable to use the name of active document without extension instead of "toto".
    Why are you trying to reinvent the wheel? Isn't it better to take a ready-made script and remake it to your needs?
    Kasyan
    tell application "Adobe InDesign CS3"
    if (count documents) is not equal to 0 then
    my myChooseFolder()
    else
    display dialog "Please open a document and try again."
    end if
    end tell
    on myChooseFolder()
    set myFolder to choose folder with prompt "Choose a Folder"
    --Get the folder name (it'll be returned as a Unicode string)
    set myFolder to myFolder as string
    --Unofficial technique for changing Unicode folder name to plain text string.
    set myFolder to "class ktxt" of (myFolder as record)
    if myFolder is not equal to "" then
    my myExportPages(myFolder)
    end if
    end myChooseFolder
    on myExportPages(myFolder)
    tell application "Adobe InDesign CS3"
    set myDocument to active document
    --set myDocumentName to name of myDocument
    repeat with myCounter from 1 to (count pages in myDocument)
    set myPageName to name of page myCounter of myDocument
    set page range of PDF export preferences to name of page myCounter of myDocument
    --Generate a file path from the folder name, the base document name, and the page name.
    --Replace any colons in the page name (e.g., "Sec1:1") so that they don't cause
    --problems with file naming.
    set myPageName to my myReplace(myPageName, ":", "_")
    set myFilePath to myFolder & "toto" & "_" & myPageName & ".pdf"
    tell myDocument
    --The export command will fail if you provide the file path
    --as Unicode text--that's why we had to convert the folder name
    --to plain text.
    export format PDF type to myFilePath using "[PDF/X-1a:2001]"
    end tell
    end repeat
    end tell
    end myExportPages
    on myReplace(myString, myFindString, myChangeString)
    set AppleScript's text item delimiters to myFindString
    set myTextList to every text item of (myString as text)
    set AppleScript's text item delimiters to myChangeString
    set myString to myTextList as string
    set AppleScript's text item delimiters to ""
    return myString
    end myReplace

  • Export wiki pages into PDF AND/OR word document

    We are working on an Enterprise Wiki Site collection inside SharePoint 2013. and we need to be able to export existing wiki pages  into pdf and/or MS word ? so is this possible out-of-the-box to achieve using SharePoint ? if the answer is No , then
    are there any 3rd party tools that can achieve this ?
    Thanks

    Hi,
    Here is a blog from MSDN for your reference:
    Export SharePoint Wiki to Word/PDF without 3rd party tools
    http://blogs.msdn.com/b/thomsven/archive/2011/09/09/export-sharepoint-wiki-to-word-pdf-without-3rd-party-tools.aspx
    Or use 3rd party solutions, such as the
    Wiki Publisher from Bamboo solutions.
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected].
    thanks for the reply, i tried installing the Wiki Publisher from Bamboo , but i got the following error during installtion :-
    ***** Bamboo Core V2 (Prerequisite Component) *****
    ***** ERROR *****
    Timeout error
    CodePlex.SharePointInstaller.InstallException: Timeout error ---> CodePlex.SharePointInstaller.InstallException: Timeout error
    at CodePlex.SharePointInstaller.InstallProcessControl.WaitForJobCompletionCommand.Execute()
    --- End of inner exception stack trace ---
    at CodePlex.SharePointInstaller.InstallProcessControl.WaitForJobCompletionCommand.Execute()
    at CodePlex.SharePointInstaller.InstallProcessControl.TimerEventInstall(Object myObject, EventArgs myEventArgs)
    [17/04/2015 02:12:18] The Solution was not removed. Make sure all jobs against the solution are executed.
    ***** Bamboo SharePoint Wiki Publisher *****
    ***** ERROR *****
    Timeout error
    CodePlex.SharePointInstaller.InstallException: Timeout error ---> CodePlex.SharePointInstaller.InstallException: Timeout error
    at CodePlex.SharePointInstaller.InstallProcessControl.WaitForJobCompletionCommand.Execute()
    --- End of inner exception stack trace ---
    at CodePlex.SharePointInstaller.InstallProcessControl.WaitForJobCompletionCommand.Execute()
    at CodePlex.SharePointInstaller.InstallProcessControl.TimerEventInstall(Object myObject, EventArgs myEventArgs)
    [17/04/2015 02:27:38] The Solution was not removed. Make sure all jobs against the solution are executed
    not sure what could be casing this ?

  • Trying to export all notes to PDF

    Hopefully someone here can help me... this is a problem we've had for several years and I would like to find a solution for it.
    We are currently doing a project with a client that requires K4. The editors and our comp operators are communicating using Notes.
    For billing purposes as well as tracking purposes, I open the ID CS2 files with IC CS2 and export the files as PDFs. After I select Export..., I make sure in the Layout view that I check "Include Notes as Annotation".
    The problem we are having is that not all the notes get exported. There is no rhyme or reason to this. I've looked at this from every angle I can think of and can't come up with a solution.
    The ID files that our client sends back are heavily annotated, so if not all the notes are exported, I have to make screenshots of the ones missing. I just had a file with 66 notes and only 40 exported, so having to make screenshots of 26 notes is very time consuming.
    Has anyone else had this problem? Were you able to fix it? Help!!!

    Roch,
    Is it possible that your client is using the Softcare Notes Manager plugin? This should not cause this problem, but it is a variable to check on.
    The other question that I have is whether the notes that do not export were all created in either InDesign or InCopy. Since you stated that it doesn't matter who added the note, my assumption is that the notes that do not export were added in both InDesign and InCopy.
    Have you tried to create your own InCopy files from InDesign and created notes with your own files? If your notes all export from internal files, it might show that it has something to do with difference on your clients side.
    Sorry that I can only provide more questions, but it is a strange problem and the only way to find out what is causing it is to eliminate the variables.
    Good luck

  • Export single Pages (as PDF) from a .indd file

    Hi folks
    i use ID CS2 and i'm trying to export single pages from an indd file (using C#).
    i tried to make an example first and thats my code so far:
    [CODE]
    InDesign.Application App = (InDesign.Application) COMCreateObject("Indesign.Application");
    InDesign.Document doc = App.ActiveDocument;
    InDesign.Page page = (InDesign.Page)doc.Pages[1];
    doc.Export(IdExportFormat.idPDFType, @"C:\indesignTestFile.pdf", false, "[High Quality Print]", "Some Comment", true);
    [/CODE]
    Now it says that the IdExportFormat command is not known.
    any suggestions would be very great.
    kind regards

    thx for the quick answer. this piece of code is from a sample and i changed id to this one:
    in the very top of the program - using InDesign (so that the idExportFormat works)
    doc.Export(idExportFormat.idPDFType, "C:\\indesignTestFile.pdf", false, //object using)
    now i have no idea what i should enter at object using
    could you explain that to me a little bit further? do i have to make a constant var that has the value 1952403524 and then use idExportFormat.idPDFType as well or idExportFormat(1952403524)?
    i haven't progged a while and i feel a little bit dumb right now =D so sorry for this newbie questions.
    thanks for your help, i realy appreciate that
    kind regards

  • Place all pages in pdf into indesign

    I want to place all pages in a pdf file into indesign, I mean need to load all pages in a pdf in single place method and place every pages individually on iterating through pages in indesign.
    Note: Manually this can be done by enable "Show import option",which opens preference window in which we can prefer to ALL option under PAGES menu under GENERAL tab while preforming Place pdf.

    You are finding PlaceMultipagePDF.jsx script and here is it for you
    //PlaceMultipagePDF.jsx
    //An InDesign CS3 JavaScript
    //Places all of the pages of a multi-page PDF.
    //For more on InDesign scripting, go to http://www.adobe.com/products/indesign/xml_scripting.html
    //or visit the InDesign Scripting User to User forum at http://www.adobeforums.com
    //Display a standard Open File dialog box.
    var myPDFFile = File.openDialog("Choose a PDF File");
    if((myPDFFile != "")&&(myPDFFile != null)){
         var myDocument, myPage;
        if(app.documents.length != 0){
            myDocument, myNewDocument = myChooseDocument();
        else{
              myDocument = app.documents.add();
              myNewDocument = false;
        if(myNewDocument == false){
             myPage = myChoosePage(myDocument);
        else{
            myPage = myDocument.pages.item(0);
        myPlacePDF(myDocument, myPage, myPDFFile);
    function myChooseDocument(){
        var myDocumentNames = new Array;
        myDocumentNames.push("New Document");
        //Get the names of the documents
        for(var myDocumentCounter = 0;myDocumentCounter < app.documents.length; myDocumentCounter++){
            myDocumentNames.push(app.documents.item(myDocumentCounter).name);
        var myChooseDocumentDialog = app.dialogs.add({name:"Choose a Document", canCancel:false});
        with(myChooseDocumentDialog.dialogColumns.add()){
            with(dialogRows.add()){
                with(dialogColumns.add()){
                    staticTexts.add({staticLabel:"Place PDF in:"});
                with(dialogColumns.add()){
                    var myChooseDocumentDropdown = dropdowns.add({stringList:myDocumentNames, selectedIndex:0});
         myChooseDocumentDialog.show();
        if(myChooseDocumentDropdown.selectedIndex == 0){
            myDocument = app.documents.add();
            myNewDocument = true;
        else{
             myDocument = app.documents.item(myChooseDocumentDropdown.selectedIndex-1);
            myNewDocument = false;
        myChooseDocumentDialog.destroy();
        return myDocument, myNewDocument;
    function myChoosePage(myDocument){
        var myPageNames = new Array;
        //Get the names of the pages in the document
        for(var myCounter = 0; myCounter < myDocument.pages.length;myCounter++){
            myPageNames.push(myDocument.pages.item(myCounter).name);
        var myChoosePageDialog = app.dialogs.add({name:"Choose a Page", canCancel:false});
        with(myChoosePageDialog.dialogColumns.add()){
            with(dialogRows.add()){
                with(dialogColumns.add()){
                    staticTexts.add({staticLabel:"Place PDF on:"});
                with(dialogColumns.add()){
                    var myChoosePageDropdown = dropdowns.add({stringList:myPageNames, selectedIndex:0});
        myChoosePageDialog.show();
        var myPage = myDocument.pages.item(myChoosePageDropdown.selectedIndex);
        myChoosePageDialog.destroy();
        return myPage;
    function myPlacePDF(myDocument, myPage, myPDFFile){
         var myPDFPage;
         app.pdfPlacePreferences.pdfCrop = PDFCrop.cropMedia;
         var myCounter = 1;
         var myBreak = false;
         while(myBreak == false){
              if(myCounter > 1){
                   myPage = myDocument.pages.add(LocationOptions.after, myPage);
              app.pdfPlacePreferences.pageNumber = myCounter;
              myPDFPage = myPage.place(File(myPDFFile), [0,0])[0];
              if(myCounter == 1){
                   var myFirstPage = myPDFPage.pdfAttributes.pageNumber;
              else{
                   if(myPDFPage.pdfAttributes.pageNumber == myFirstPage){
                        myPage.remove();
                        myBreak = true;
              myCounter = myCounter + 1;
    Shonky

  • Export from Pages in pdf and word

    I made a report in Pages (05) (only 4 pages long) with a few photographs and exported it into a Word file because I needed to print through Microsoft (using a usb stick); Microsoft could not open the file; the same problem with this file exported in pdf (Adobe Reader); also on my own computer the Word program does not open the file (office 2004 for Mac); the pdf works fine;
    after installation of iWork 06 the problem remained the same;
    other files from Pages, from the past wich I saved in Word, don't have this problem; opening is not a problem;
    is there a special reason for this one file to cause problems??
    thanks, Dag

    I've checked the foto's and their info once more, and there all in .jpg;
    in fact, I 've opened the same template again, imported one of the same foto's and exported it in Word,.....no problems!!!
    I guess it stays a mistery, any way many thanks for your reply,
    greetings, Dag

  • Corruption of weblinks containing '%20' when exporting from pages to pdf

    When I export a document in pages to a pdf file, embedded weblinks which contain the code '%20' as part of the web address (which I understand to be HTML code for a space?) these are converted to '%2520' which then leave the weblinks unusable. Any ideas on how to fix this, is this a known bug in Pages?

    Yes, %20 is code for space. %25 is code for %, hence %2520. I don't think this is just Pages having problems. It reads/translate what is written. I have seen numeral times in saved web pages opened again in browser. Sometimes the URLs work anyway and sometimes not.
    My advise is that you change all %20 to space before saving. Can be done with the search function, Cmd + F in Pages.

  • How to batch export certain pages from pdf to excel

    I have several thousand pdf files that I need to convert into excel files. The files are 20 pages each but I only need 4 pages from these. I worked with a sample and was able to convert the entire document for each file but would like to sellect certain pages to be converted. Is there any way to do this?
    I am using acrobat 11 pro. Any help would be much appreciated!

    If you know the pages you want to extract, you could use JavaScript to extract them and then batch export to Excel using an Action. Here is a tutorial on how to Extracting pages from a PDF with Acrobat JavaScript.

  • Exporting ePub won't export all pages

    I am trying to create an epub document that is 95% images (children's book). The images are placed inline and not dropped in like images would normally be. When I export the document and open it in iBooks I only get 1/2 of the pages exported. Not sure what is going on. get a formatting error when I export the epub, but I can figure out what is causing the error. Any ideas?

    donny,
    How exactly did you fix this problem?  I am having the exact same issue (also trying to put one of my daughter's books into the iPad via Pages), and like you, I don't get all of the pages.  I have Pages '09 4.1, and working on a MacBook Pro (2010 vintage).  I have spent days trying to get this project sorted.   I started with iBook, but the Apple ibook ePub like standard does not support the page turning function.  I downloaded Pages last night and have this problem now.  BTW, I tried to create a second book with a whole new set of images, and got the same problem (although on a different page number).
    Any help would be appreciated, as my daughter is growing up fast.  

  • Convert terminal man page to pdf/export man page as pdf

    Hi there,
    Would anyone of you know how to export a man page as a pdf?
    -jns

    I've read several books on UNIX and the bash shell, and read the sections of several MacOSX books on UNIX. I started dabbling way way back, used Linux a bit on a rebuilt 486, installed some UNIX based stuff on pre-OS X Macs (there was Yellow Dog, and something else, whose name escapes me, I used on my 7100). Back then it was best to buy books. These days you can find anything you want to know along those lines on the internet. An excellent place to start:
    http://www.osxfaq.com/Tutorials/LearningCenter/index.ws
    Whenever I discover/see a useful command I add it to my "cheat sheet" along with an example and an explanation of it. I've organized my "cheat sheet" into categories that make sense to me, so that I can quickly find what I want.
    A really handy helpful application for this sort of thing is Clix from Rixstep:
    http://rixstep.com/4/0/clix/index.shtml
    It has various lists of commands, categories and explanations. Truly great software, and it's free.
    Francine
    Francine
    Schwieder

  • Need help ASAP! Can't print all pages to PDF!

    I'm trying to print to PDF a 44-page document for client proofing in Indesign CS4. When selecting the print range I always click "All", and "Spreads".
    Last week out of the blue it only printed to page 16, with the above settings. I don't have any sections or page numbers or anything that would cause it to not print certain pages.
    There are no errors when it's generating the PDF, in fact it goes through the entire print dialogue box just fine; except the "finished" PDF will pop up early with only 16 of the pages, while the print dialogue box is still going. I have to go back afterwards and print range "17-44" to get it to print the rest, and even then it will only print to page 41, and I'll have to go again and print "42-44", so I end up with 3 documents.
    It does it with multiple documents. It seems to be random, too, as today I was able to get it to print out a different document in it's entirety as I wasn't able to earlier.
    What on earth could be going on? I haven't changed any settings since the problem appeared. Thanks for your help.

    I think if there was a problem in the driver it would be obvious. You might want to try trashing the prefs before doing anything  more drastic. See Replace Your Preferences
    There are some scripts for doing imposition, but Print Booklet is the built-in choice.  That said, unless your printer specifiacally told you to make spreads, or you are the printer yourself, DON'T DO IT. It is the printer's job to impose your file to fit his equipment and you'll just make more work for everyone, or even make your job impossible to print, if you try to do his job for him.

  • Export form pages to pdf

    hi, i can't find export in archive tab.. i need to save in pdf..

    Peter, in the menu under File there is an Export option! I wrote Archive in ( ) because
    pattinatore89
    English version
    Swedish version

Maybe you are looking for

  • Any Mac expert who can solve my Printing problem? PLEASE HELP!!!!

    So I am asking this again... I have a Samsung 4200 SCX Series printer. It was able to print everything properly till the 14th of April when I installed the latest Security update and the thing stopped working after that (When I give a print command,

  • IDOC to Web Service

    We currently have an IDOC in our R/3 System. Whether it is possible for us to convert the IDOC functionality into a WEB Service, if possible how to perform the Task. Thanks.

  • Web gallery - any way to use IPTC data by itself beside metaset??

    Hi, I try to customize a template. I know that I can use the metasets to include the requested metadata - BUT is there any way to use other fields? so far I found PageTitle metavalue But even those spaceholders can't be used as i.e. the alt tag. Is t

  • COLOR MANAGEMENT PROFILE

    Hello!       I would like to ask this: I want to export my project and in such a way that the final clip to look the same in every monitor (PC, Mac, TV, even film). The only way of achieving that is by embeding a color profile. That can be done only

  • How do I plug in iPod nano without launching iTunes?

    When I plug my iPod into the computer to charge it up, iTunes opens automatically and I just have to close it again. Is there a don't-launch option somewhere?