Reset PDF export preferences

This is for Indesign Server but applies to Indesign desktop as well.
Using javascript, I actually changed the settings of the default PDF export presets. Is there a way to reset them to the default values or do I have to reinstall Indesign?

That must be done in Acrobat.
Bob

Similar Messages

  • [AS][IDCS3] PDF Export Preferences Color Conversion setting

    I want to set the field of Color Conversion (as equivalent to manual setting under Output>Color>Color Conversion) to "No Color Conversion" in Applescript but couldn't figure it out.
    My skeleton Applescript is as follow:-
    tell application "Adobe InDesign CS3"
       tell PDF export preferences
           -- I want to set No Color Conversion for Color Conversion here
       end tell
       tell document 1
           export format PDF type to filename without showing options
       end tell
    end tell
    I have search through Applescript ID CS3 dictionary but couldn't find the answer. Hope someone can advise. Thanks!

    Use:
    set effective PDF destination profile to use no profile
    Shane Stanley <[email protected]>
    AppleScript Pro Sessions <http://scriptingmatters.com/aspro>

  • IDCS3 - PDF Export Preferences for Initial View?

    Is there a way to set preferences for an exported PDF's initial view? I'd like my PDFs to open as single-page (not continuous), sized to Fit In Window, without changing them manually in Acrobat. Thanks for any ideas you can offer!
    Nat

    That must be done in Acrobat.
    Bob

  • [CS2][AS] PDF Export timeouts...

    I have a massive applescript that preps Indd files for print or export, everything works great except the export will timeout.
    I have tried using "with timeout" of varying lengths, even up to 3 days.
    with timeout 86400 seconds
    or
    with timeout 72* hours seconds
    Still times out...
    So I thought I would get creative:
    on letswait()
    tell application "Finder"
    activate
    set indyfail to display dialog "InDesign thinks it has failed
    Wait and Acrobat will probably open with the proof
    Click continue when it does, click quit if it doesn't" buttons {"Quit", "Continue"} default button 2 giving up after 120
    end tell
    if (button returned of indyfail = "") then
    letswait()
    end if
    if (button returned of indyfail = "Quit") then
    return {quitting:"true"}
    end if
    end letswait
    on ExportPDF(savePath)
    tell application "Adobe InDesign CS2"
    set myDocument to active document
    activate
    -- exporting
    tell PDF export preferences
    --page range can be either all pages or a page range string
    set page range to "2-" & (count of pages of myDocument)
    set view PDF to true
    end tell
    end tell
    try
    tell application "Adobe InDesign CS2"
    tell myDocument
    with timeout of 400 seconds
    export format "Adobe PDF" to savePath using "Export Proof"
    end timeout
    end tell
    end tell
    on error
    --delay 60
    letswait()
    end try
    end ExportPDF
    The above is saved on the server and is called from the main script:
    set foo to load script file "Artwork:Libraries:Automation:Proofs:Export.scpt"
    set exported to foo's ExportPDF(savePath)
    Ok, so the idea is that I am expecting InDesign to report a timeout. Finder then pops up a dialog telling the user that they need to just wait. When Acrobat opens with the PDF (because the setting is there to open PDF after) they click continue. The Finder dialog is set to close every 2 minutes and reopen if no button was clicked.
    Now I'm getting a Finder timeout... I can't win :P
    I've had a timeout on the finder part, I've had a timeout of much greater length on the PDF export. Nothing seems to matter, it fails.
    I could probably use better error handling because there are times when the export legitimately fails to export. That is not as common as the timeout which happens with almost every single run of the script.
    I've searched these forums looking for a solution, but no luck. :(
    Any ideas?

    with timeout 0 seconds disables the timeout it seems
    oh....

  • InDesign CS5 PDF export status

    It seems that now with CS5 we no longer receive a pdf export status bar. Export is running in background. When exporting large files, the only way I know it's still working or exporting is the error message when I try and close document... Saying task running in BKG.
    In Cs3 and 4 there was a status bar that displayed progress. Is this a preference that can be turned on or off?
    Annoying when exporting large files with many pages...
    Any help?
    Thanks

    OK, well, here we go. I hope people find it useful -- if so, I'l make an announcement thread so people are more inclined to see it.
    You can also download it from here.  See How to Install InDesign Scripts for installation instructions. If you save it in the
    Startup Scripts folder, it will run automatically when InDesign is started. Running it a second time disables it.
    // exportPop.jsx -- pops up Background Tasks when you start an export
    //   and a modal dialog when an export finishes.
    // Beta version. Please post feedback at
    //   http://forums.adobe.com/thread/822192
    // John Hawkinson, 17 March 2011
    // Save in STARTUP SCRIPTS folder to start automatically.
    #targetengine session
    (function() {
        var
            old1 = app.eventListeners.itemByName("exportPop1"),
            old2 = app.eventListeners.itemByName("exportPop2");
        if (old1.isValid || old2.isValid) {
            if (old1.isValid) { old1.remove(); }
            if (old2.isValid) { old2.remove(); }
            alert("Export pop up window removed.\n"+
                "Indesign will behave as normal.");
            return;
        app.addEventListener("beforeExport", function() {
            var
                tasksPanel = app.panels.itemByName("Background Tasks");
            if (tasksPanel) { tasksPanel.visible=true; }
        }).name = "exportPop1";
        app.addEventListener("afterExport", function(ev1) {
            var task, listener;
            task = app.idleTasks.add({ name: "exportPop", sleep: 1000});
            listener = task.addEventListener(IdleEvent.ON_IDLE,
                function(ev2) {
                    listener.remove();
                    task.remove();
                    alert(ev1.format+" export complete of "
                        +ev1.fullName+" at "+ev1.timeStamp);
        }).name = "exportPop2";
        alert("Export pop up window installed\n"+
            "Background Tasks will appear the start of an export\n"+
            "and a dialog will appear after each export complete.");

  • Questions about PDF exporting with InDe CS5.5

    Hey all,
    A couple questions about exporting to PDF from the latest version of InDe.
    First, I have noticed that it seems to take a lot longer to get to a PDF. Any suggestions for how to speed up the process? It took 8 minutes or so to generate a low-res PDF (for print) of a 24pp document with a few placed images and vector graphics. Wow, that's a long time to wait, especially for a proof.
    Second, the background task... if I get it going on making that 8-minute PDF and then work some more on the document, what exactly is in the PDF? Usually I save before making a PDF or printing. So, is the last version saved what will be in the PDF?
    (As an aside, this ability to work on the doc while generating a PDF seems kind of weird. Generally one makes a PDF for proofing, or even for printing, when all the changes have been made and everything is "final". So, I see no benefit to being able to work on my document while it's making a PDF, as I'm probably finished making revisions for the time being. I have to say that I kind of like the progress bar you get when you make an interactive PDF, as you know you can't work on the document when that's on the screen... )
    Thanks as always.

    First, I have noticed that it seems to take a lot longer to get to a PDF. Any suggestions for how to speed up the process? It took 8 minutes or so to generate a low-res PDF (for print) of a 24pp document with a few placed images and vector graphics. Wow, that's a long time to wait, especially for a proof.
    Yes, this is abnormally long (and too long), something is wrong. What's the full version of InDesign you are running, as reported by holding down Cmd or Control and selecting About InDesign?
    Second, the background task... if I get it going on making that 8-minute PDF and then work some more on the document, what exactly is in the PDF? Usually I save before making a PDF or printing. So, is the last version saved what will be in the PDF?
    Saving is not related. InDesign makes a database snapshot of your document the moment you begin the PDF export, and makes the export relative to that snapshot, regardless of edits you continue to make during the export process, and regardless of saving. Of course saving first is a good idea, for several reasons, not the least of which it sounds like something's fairly seriously wrong with your document or your InDesign installation.
    We recommend you trash your preferences and export your document to IDML and see if either of those things changes this 8-minute behavior...err, assuming you're running 7.5.2.318.
    (As an aside, this ability to work on the doc while generating a PDF seems kind of weird. Generally one makes a PDF for proofing, or even for printing, when all the changes have been made and everything is "final". So, I see no benefit to being able to work on my document while it's making a PDF, as I'm probably finished making revisions for the time being. I have to say that I kind of like the progress bar you get when you make an interactive PDF, as you know you can't work on the document when that's on the screen... )
    Yeah, I think the primary benefit is if you are likely to work on 2 or more files in parallel, so you can finish A and export A and then switch to B. If you'd like a dialog box to pop up when export is done, check out my exportPop script from this post: ANN: automatic dialog after background export (exportPop.jsx.

  • Table of Contents pdf export issues

    I create large documents that are exported as pdfs and viewed by users on PCs and Macs. I recently discovered a problem with pdfs created from InDesign, CS4 (viewed on a PC only) where the ToC "hangs up" and will not scroll. The longer the ToC, the longer it takes for the page move. The problem seems to be confined to PC viewers and Macs are not affected. The problem also does not appear when pdfs are exported from InDesign CS3. Files are created on a Mac, and no unusual preferences are set for pdf export. Any ideas?

    First off, thanks for the book K T, it's a great edition to my learning how to use iBooks Author, but it was no help.  After playing around and becoming quite frustrated I started digging around in the the TOC I've figured out how to format the TOC a cross the entire book - getting rid of the formatting issue awonacott is experiencing.  I too am (was) experiencing that TOC formatting issue.  Here's what I did to rectify it:
    1: Go into your TOC.
    2. Go into any Section heading list and double click, then change the TOC to TOC Heading 1, 2, or 3. 
    For some reason the default TOC gets all wonky when you try to insert a section into an already created chapter.  I was having this funny formatting happen to all sections of the iBook I'm creating, not just beyond the 10th section.
    I refused to just deal with this crazy formatting, as I believe you should be able to add as many sections as you please without having to trim it down to fit within a 10 sections.
    Anyways I hope this helps.
    Semper Fidelis,
    Tomas

  • My PDF export has been terminated due to invalid former credit card. how

    My PDF Export has been terminated due to invalid former credit card. How I can continue by means of pay by new credit card?.

    you might be able to re-enable it via this page : http://appleid.apple.com, then 'reset your password'
    You might then need to log out of your account on any iOS devices that you have by tapping on your id in Settings > iTunes & App Store (Settings > Store on iOS 5 and below) and then log back in so as to 'refresh' the account on them
    If that doesn't fix it then contact iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • HELP - lost pdf export presets?!

    Help! This morning I began work in ID and suddenly discovered that my long list of PDF export presets (which I use for work daily) was simply gone. I have only the default list - screen, print, press, etc. These are very complex presets that I need on a daily basis to produce files for my clients - I really need them.
    What happened?? Nothing is different about today; I went through my standard work process this morning. Nothing traumatic happened to ID. I repaired disk permissions and restarted yesterday, but that was a standard maintenence procedure for me - nothing unusual.
    This morning I noticed that the files in the user>library>pref?Adobe InDesign folder all showed as being modified at 8:30 this morning, when I started work.
    I back up my files and can probably (I hope) recover any missing file - but where exactly is it? I can simply replace the entire preference folder in my user folder...
    thx
    Libby
    TiBook G4/IDCS 1

    Just checking: I think this is what I do now: open Export PDF dialog; set all options,
    and click Save Preset... in bottom left? they then all appear permanently under File>PDF Export Presets and in Export PDF dialog. Is that what you mean?
    (don't mean to bug you, Buko; I appreciate all the help as ever. just trying to collect all new info.)

  • Bug - PDF export missing brush strokes

    Can anyone reproduce this apparent bug in FHMX?
    1. Apply a brushstroke to an object.
    2. Group with 'Transform As Unit' checked.
    3. Duplicate object several times. Scale some of the copies
    larger and some
    smaller.
    4. Export document to PDF.
    Open exported PDF in Acrobat, Illustrator or Preview.
    Unexpected results:
    All of the scaled copies of the object are missing from the
    PDF.
    Judy Arndt
    FHMX 11.0.2, Mac OS 10.4.6

    Rich Hudgins wrote:
    > Confirmed in FH10 - OSX 10.4.x. I tried opening the PDF
    back into FH
    > just for kicks... very interesting. There are the exact
    number of
    > originals and dupes directly on top of the original.
    i.e. I made an
    > original and two smaller and two larger dupes, offset
    from the original.
    > In the FH opened PDF there were 5 exact copies of the
    original item
    > directly on top of each other. There were also 5
    nostroke-nofill copies
    > of the original shape without the brush stroke.
    Wow! Yes! Same here.
    Any transforms done to an object after being grouped with
    'Transform As
    Unit', are being ignored by the PDF Export.
    This series of steps will produce the same problem described
    by Makate.
    1. Apply a brushstroke to an object.
    2. Duplicate object and move it to another location on page.
    3. Group the duplicate object with 'Transform As Unit' (TAU)
    checked. Then
    scale it larger.
    4. Export document to PDF.
    Unexpected results:
    The duplicate object will be the same size as the original
    object.
    This will happen not only with brush strokes but with
    ordinary strokes. PDF
    Export is missing all transformations made after TAU is
    applied. If I
    remember correctly, TAU, which has been in FH since very
    early versions, is
    a kind of Postscript envelope. My theory is that because FH
    doesn't have a
    Postscript interpreter, it's missing the Postsript
    transformations.
    This limitation in PDF Export is very unfortunate because the
    default
    preference setting in a new FH installation is "Groups
    transform as unit by
    default". It is the logical way to preserve the appearance of
    artwork with
    strokes, brush strokes and vector effects. New users could
    not possibly know
    that this is one of the many limitations of PDF export. It's
    not listed in
    the technote, but it may be the reason for 'missing objects'.
    http://www.adobe.com/go/tn_13496
    Using Acrobat Pro/Distiller is the only safe way to generate
    PDF files from
    FreeHand.
    Judy Arndt

  • PDF Export: Missing Graphics

    PDF Export: Missing Graphics<br /><br />Below is a section of code we are using to export a document as a PDF. The code will work 99% of the time, but occasionally we are getting the resulting PDF with some of the linked PDF components completely missing!<br /><br />The only way we have been able to reproduce this is (strangely) by continually opening and closing 'Windows Explorer' windows (We are using CS2 on XP), just as the process begins, until the final PDF is created.<br /><br />Our customer (who has hilighted the problem) would clearly not be doing this but we feel there is an issue here. (If the keyboard and mouse are left completely alone, the process is successful... 100% OF THE TIME!).<br /><br />The problem occurs both on site and at base, the linked PDF's are located on the LAN.<br /><br />The code snippet (with error checking taken out for brevity) is below:<br /><br />     UIDRef pageUIDRef = PCSImageUtils::GetFirstPageUIDRef();<br />     UIDList temp = ((UIDList)(pageUIDRef));     <br /><br />     ErrorCode status = kFailure;<br />     do<br />     {<br />          // obtain command boss<br />                InterfacePtr<ICommand> pdfExportCmd(CmdUtils::CreateCommand(kPDFExportCmdBoss));<br />          <br />          // set export prefs<br />          InterfacePtr<IPDFExportPrefs> pdfExportPrefs(pdfExportCmd, UseDefaultIID());<br />          InterfacePtr<IPDFExportPrefs> appExportPrefs((IPDFExportPrefs*)::QuerySessionPreferences(IID_IPDFEXPORTPREFS));<br />          pdfExportPrefs->CopyPrefs(appExportPrefs);<br /><br />          // set SysFileData<br />          PMString pmFilePath("C:\\Outputfile.PDF");<br />          IDFile sysFilePath(pmFilePath);<br />          InterfacePtr<ISysFileData> trgSysFileData(pdfExportCmd, IID_ISYSFILEDATA);<br />          trgSysFileData->Set(sysFilePath);<br />          <br />          // set UI flags<br />          InterfacePtr<IUIFlagData> uiFlagData(pdfExportCmd, IID_IUIFLAGDATA);<br />          uiFlagData->Set(kSuppressUI);<br />          <br />          // set UIDList containing pages to output (item list of command)<br />          UIDList theList(temp);<br />          pdfExportCmd->SetItemList(theList);<br />          <br />          // set UIDRefs containing pages to output (IOutputPages)<br />          InterfacePtr<IOutputPages> outputPages(pdfExportCmd, UseDefaultIID());<br />          outputPages->Clear();<br />          IDataBase* db = theList.GetDataBase();<br />          outputPages->SetMasterDataBase(db);<br />          int32 nProgressItems = theList.Length(); <br />          for (int32 index = 0 ; index < nProgressItems ; index++) <br />          {<br />                  outputPages->AppendUIDRef(theList.GetRef(index));<br />          }<br /><br />          // set PDF document name (get name from IDocument)<br />          InterfacePtr<IDocument> doc ((IDocument*)db->QueryInstance(db->GetRootUID(), IID_IDOCUMENT));<br />          PMString documentName; <br />          doc->GetName(documentName);<br />          outputPages->SetName(documentName);<br />          <br />          // finally process command<br />          status = CmdUtils::ProcessCommand(pdfExportCmd);<br />     } while(false);<br /><br />Thanks in advance.<br /><br />Dave Wilson.

    Hi Dave,
    It looks like a problem with unsafe threads inside command ...
    Did you tried set some preferences from next ?
    SetPDFExOmitPDF( kExportOmitPDFOFF )
    SetPDFExOmitBitmapImages ( kExportOmitBitmapImagesOFF )
    may be help you stabilize export process ...
    Pavol Nachaj
    www.exec.cz
    Prague

  • PDF export from Pages fails "Print - error while printing"

    Every month I have been generating PDF versions of my invoices by using the 'export' function of Pages. This has always worked fine without any problems.
    Today (end of Feb 08), the pdf export function always fails with 'Print - error while printing". A pdf file is saved to disc but it is corrupted and unreadable. I can still export as rtfd.
    I don't see anything about this in the logs, but I do notice that there was a Pages software update to 3.0.2 earlier this month.
    Anybody know how to fix this?

    Hello
    Before re-installing, it may be useful to
    a - repair permissions with Disk Utility
    b - trash the preferences file: <bootVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Pages.plis t
    if it's not sufficient, try to print from an other user account.
    If it works this way, you will know that the application's files are not the wrongdoers as every account calls the same application file.
    Yvan KOENIG (from FRANCE samedi 1 mars 2008 15:33:41)

  • PDF Export Crash (follow-up)

    There was a thread a while back titled "PDF Export Crash." Because it was archived, I was unable to post my findings there. This issue recently became front and center for me within the last 24 hours. For those unaware, I am referring to an issue where Pages crashes every single time you try to export to PDF on certain documents (even through the print dialog). Using a different computer only produces the same results!
    After some investigation and testing, I was able to discover that the presence of footnotes was directly tied to the problem. Once removed, seamless exporting followed. However, not all footnotes were responsible. I found the third page of my document, when isolated, exported just fine along with its footnote; while the fourth page of my document, when isolated, did not export (crashed). Footnote along are there NOT directly responsible.
    Although I am still unable to determine the exact problem, I would like to make these observations available along with another workaround I discovered. It is a little tedious, but absolutely guaranteed to work for someone who is desparate.
    1. Copy and paste your entire document into TextEdit.
    2. Create a new blank Pages document and past it back in.
    3. Manually add your footnote back in one at a time.
    4. Make any minor formatting corrections from the transfer.
    After using this method to recreate the original document, while visibly symmetrical, the recreation process somehow eliminated the "quirks" that were causing Pages to crash during a PDF export.
    If anyone is still having this issue, I'd be interested to hear from you. Especially if you have discovered exactly what causes certain footnotes to disrupt the PDF export process.
    iMac G4   Mac OS X (10.4.2)  

    In order to isolate the problem as much as possible, you may want to delete parts of the document, step by step, and see how small it can be and still crash.
    If you are lucky, that may tell us exactly what causes the crash.
    If you are unlucky, the reason is an exceptional corruption of the document, which happened some time in the past, and which cannot be isolated this way.
    Good luck!

  • Script that worked in CS does not work in CS4 - multiple open page, print , pdf export and close

    I had a script that worked great for me in Indesign CS. But now does not work in CS4. Anyone knows what needs to be done to make it work again ?
    When I drop folder with indesign files on top of this script:
    1. opens first page
    2. turns specific layer on
    3. prints using preset
    4. exports using preset
    5. close without saving
    6. next page
    Anyone who can give me solution or idea how this should work is greatly appreciated.
    on open sourceFolders
    repeat with sourceFolder in sourceFolders
    tell application "Finder"
    try
    -- If you would like to include subfolders, you say - every file of entire contents of folder…
    set idFiles to (every file of folder sourceFolder whose file type is "IDd5") as alias list
    on error -- work around bug if there is only one file
    set idFiles to (every file of folder sourceFolder whose file type is "IDd5") as alias as list
    end try
    end tell
    if idFiles is not {} then
    tell application "Adobe InDesign CS4"
    set user interaction level to never interact
    repeat with i from 1 to count of idFiles
    open item i of idFiles
    tell document 1
    try
    set visible of layer "ImagesTag_Layer" to true
    end try
    set myPreset to "letter size" -- name of print style to use
    with timeout of 700 seconds
    print using myPreset without print dialog
    end timeout
    set myPreset1 to "pdf preset name" -- name of pdf export style to use
    set myName to the name -- name includes .indd should remove at some point          
    with timeout of 700 seconds
    export format PDF type to "users:temp:Desktop:pdf:" & myName & ".pdf" using myPreset1 without showing options -- set path here format ComputerName:Folder1:Folder2:......:FileName.pdf
    end timeout
    close without saving
    end tell
    end repeat
    set user interaction level to interact with all
    end tell
    end if
    return 10 -- try again in 10 seconds
    end repeat
    end open

    (Disclaimer: me not an AS guy!)
    First thing I noticed is the interaction level is set off. If you comment out this line
    set user interaction level to never interact
    you might be able to pinpoint the exact error -- ID will display a standard "failed" dialog, hopefully showing the line that it fails on.
    A quick question: the script assumes two presets in your InDesign: one for print ("letter size") and one for PDFs ("pdf preset name"):
    set myPreset to "letter size" -- name of print style to use
    set myPreset1 to "pdf preset name" -- name of pdf export style to use 
    Do these actually exist in your CS4, with the same (non)capitalization and spaces?

  • Reseting File Sharing Preferences for admin account

    Hello:
    Was recently trying to network my macbook with my brothers Vista laptop.
    Followed a few websites, could get his pc to access my mac but couldn't access the PC.
    At any rate -- now I have been getting a lot of permission errors on my macbook.
    I repaired permissions via disk utility. Still -- some folders are randomly loading up as read-only and I have to change them to read/write in getinfo.
    Is there anyway to reset my sharing preference pane? Or at the very least stop the random permission errors.
    Haven't had an OS issue prior to this.
    thanks.

    Chr,
    why not use a Group Policy?
    Shaun Pond
    newly reminted as a Knowledge Partner

Maybe you are looking for

  • Field Status Group influence when Purchase Requisition being created

    Hi! I have a requirement from a client regarding the influence of the Field Status Group on Purchasing Documents. A Filed Status Group has been created in which has the CO/PP order set as Required entry for the Account Assignment. This Group was then

  • Adding More than one document to a cell in a dataform

    Hi All, I am using EPM 11.1.1.1.0 . I have a planing application and I need to add three documents to a cell in a data form. Is there a way i can do this... I can add one document and can open it as well but did not find a way of adding more than one

  • Trouble shoot opening attachments in gmail

    cannot open documents which come as attachments in gmail

  • Hp laserjet 1020 plus

    i have hp laserjet 1020plus i am install in windows xp and shaed the printer some time working some time when the restart mechin only the printe is working

  • Remote stops working after a few days

    I've recently run into a problem at one of my sites. Nothing has been changed on the Netware server, and nothing was changed in ZenWorks, but I get a message stating, "The Remote management agent was unable to locate the workstation in NDS" The serve