Import and Update PDF Export Preset

Hey there again!
I'm now trying to define a preset for the PDF Export process... it's based on the "High Quality Print" (from the Adobe PDF Preset list), and then I want to change "one or two" parameters.
Changing one or two parameters is easy, I've been doing that already, but since most of them are already defined by the "High Quality Print" Preset, my idea was:
Load the "High Quality Preset"
And after that change the required parameters
And then export to PDF of course!
How can this be done?
Many thanks!!
Best regards.

Uwe Laubender wrote:
@m8r-vrpa5v – I think, it is not best practice to change a default PDF Export Preset. Instead I would add a new preset based on the default one.
When looking at your code you have to use the right syntax.
Every time you assign a value to a property you have to use the right object that property belongs to.
Some values are only functional, if some other property is set (this goes especially for the bleed settings).
Do not write:
bleedTop='0mm'; 
ExtendScript cannot know by itself where this property and its value should be assigned to what object.
Right syntax would be:
myPDFExportPreset.bleedTop='0mm'; 
Or (I used no meassurement units, the value 0 does not require this):
myPDFExportPreset.properties = { 
useDocumentBleedWithPDF : true, 
bleedTop : 0 , 
bleedBottom : 0 , 
bleedInside : 0 , 
bleedOutside : 0 
Hi Uwe,
Thanks for your remark... that was my mistake when using copy paste.
I was reusing code from another script where I used the WITH function, in here I was using a different structure and I didn't correct this.
But thanks again for the remark!

Similar Messages

  • Importing of  PDF Export Preset

    Does anyone know how to import an existing PDF export preset into IDS. Ideally I'd like to set up Presets in InDesign desktop and then copy them into IDS, but I cant find where the preset files are stored. Alternatively, I could save existing presets as .joboptions files, and then use the script interface to import them. I cant find the right calls to make.
    Thanks.

    PDF presets are all stored in the same place for all Adobe applications.  If you create a new preset using InDesign desktop it will automatically be available to IDS, and vice versa.<br /><br />On the Mac they're stored in : '/<user>/library/Application Support/Adobe/Adobe PDF/Settings'<br />On Windows: '<user>\Application Data\Adobe\adobe pdf\settings'

  • PDF Export Presets

    Hello guys,
    to add a pdf export preset to the indesign server the file has to be placed into a directory like
    /Library/Application Support/Adobe/Adobe PDF/Settings
    on OSX systems and additionally the server has to be restarted. Is there a way to update the preset list without restarting the server? Maybe something similar to
    Application.updateFonts()
    ? I know that a preset can also be added by scripting
    Application.pdfExportPresets.add()
    but what if I would like to import an existing preset file automatically?
    Thanks!

    try below code
        for(var Ep=0; Ep < app.pdfExportPresets.length; Ep++)
            var myPdfPreset = app.pdfExportPresets.item(Ep);
            if (String(app.pdfExportPresets.item(Ep).name) != '[Default]')
                myPdfPreset.remove();
        var pdfExportPresets;
        myPreset=File("path");///give full path of the job option
       app.importFile(1918071916, myPreset);
        myPdfPreset=app.pdfExportPresets.lastItem();
    Mi_D

  • How do I set a PDF Export Preset to force a minimum line weight on output?

    How do I set a PDF Export Preset to force a minimum line weight on output?  I'm currently using one that came from a printer that works great - but I can't seem to find the option when creating one myself.  I have some placed Illustrator line art that is built with .25 line thickness and when I have it placed at 20% scale the lines are too thin to see in the PDF output.

    There is absolutely no way to force minimum line widths within InDesign itself, certainly not as part of the PDF export process!! And even one writes a script to go through every object within an InDesign document and both validate and fix line widths less than some particular threshold, such a script would be useless against placed artwork, the contents of which are not available for manual or programmatic inspection within InDesign.
    Note that one should be exceptionally careful in “fixing” hairlines, especially if you are placing vector artwork at very low magnification. It may actually be OK to let certain lines drop out. After a fixup on some content, you could end up with a messy mass of lines.
              - Dov

  • [CS5] Using PDF Export Preset from Distiller with InDesign, doesn't work the same?

    Hello,
    We are in the process of reworking one of our workflows in which we would manually use Distiller to create a PDF. Now we are trying to automate this with InDesign. My first thought was that I could try using the same PDF Export Preset (.joboptions file) used in Distiller, load it into InDesign, and export my book as a PDF using this preset.
    For my current testing example, there are about 115 pages in this PDF document. The PDF that Distiller created is of pretty good quality, and is about 34MB. When I used the same .joboptions file to export an InDesign book of the same original documents as a PDF, the result is equal in quality, but is about 119MB.
    Does anyone know why they aren't even close in file size? Is InDesign packing more stuff (maybe related to the actual InDesign documents, or the book itself) into the final PDF? If so, is there anyway to get InDesign to give a similar PDF (in terms of both size and quality) using the .joboptions file from Distiller?
    Thanks in advance!

    Thanks for the reply!
    I won't be able to use Acrobat Pro, and my hope is to continue using InDesign/InDesign Server. Since my goal is to match what Distiller produces, is there a way (with InDesign) to export PDFs but to strip out the layers/interactivity/transparency that Distiller does not support? The output PDF will be used for archive purposes only.
    Thanks again for any advice!
    -Lloyd

  • [AS][INDCC] How to set Color Conversion field to No Color Conversion when creating PDF Export preset

    How can i set Color Conversion field in Export to PDF dialog to No Color Conversion when creating PDF Export preset? i have done a bit of searching and have found where it has been recommended to set effective pdf destination profile to use no profile but it doesn't seem to be producting the expected results.

    Yes, it seems that i had to make the change after creation, not while creating the preset. thank you.
    tell application "Adobe InDesign CC"
         set newPreset to make new PDF export preset with properties ¬
              {name:"preset name", standards compliance:none, acrobat compatibility:acrobat 7}
         tell newPreset to set PDF color space to unchanged color space
    end tell

  • 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.)

  • Which PDF Export Preset used?

    I have an Acrobat PDF that I made about 3 months ago with InDesign CS3 with one of my own PDF Export Presets.
    Is it possible to work out from the PDF which of the Export Presets I used?  I have a new version of the InDesign file that I need to get printed.
    Thanks.

    As someone whose memory seems to be on the decline myself I can sympathise.
    There really is nothing magic about a preset -- it's just a collection of settings with a name that you can pick so you don't have to go through the dilgo adjusting stuff, but if you know what settings are appropriate for the job you can do tham manually, too. There are only so many options.
    There are checks in Acrobat's Preflight that would give you some clues. You can search for images greater or less than certain resolutions, look for color spaces, and so on.

  • LR 3.6 stopped showing/updating my export presets

    LR 3.6, Win 7 ultimate 64 bit. Yes, I am so afraid of all the talk I hear about LR 4 being slow (it DID slowed down from 2 to 3) that I still work in 3.6
    It is no longer showing/updating my export presets (see left column). Whether I add folders from the OS or from withing LR, they are not visible. If I select them in FOLDER CHOOSE (see right side of the screen shot), then it will export them properly to the right folder but I have no way to UPDATE FOLDER WITH CURRENT SETTINGS.
    Help, I am working on a project with deadline
    THanks you so much in advance
    Oliver
    Message was edited by: [email protected]

    Apparently the thread opener solved his problem since the discussion stopped here.
    I have a similar problem and I can't think of a solution.
    WIN 7 64 bit
    LR 3.6
    After setting up my system on a new C:/ Drive (SSD), I successfully restored LR and all Settings and continued working.
    Then I noticed that there was a strange problem with the export settings.
    I have a large number of export setting groups and settings and they have all been restored. All but their paths!
    No matter which setting I am selecting, it won't choose the export path I originally saved with the setting, but rather it will have remembered the path I used with the last export - in any of the saved export settings!
    If I change a setting and right click to "save with current settings", it will save any new settings but the path!!?
    It's not too critical but very annoying.
    Can anyone help?`
    Thank you!

  • CC InDesign PDF Export Presets

    Hi folks.
    So before I went to CC, if I wanted to export to PDF, I would File>Export and choose PDF then get a dialog box.
    I made a few presets and they worked just fine. I would choose File>Adobe PDF Presets> choose one and I would still get the dialog box in case I needed to change anything. Then hit ok.
    Now that I went to CC, when I choose one of my presets, I get a weird little dialog box at the top of my app window that says "save preset, cancel or export". Er, what? And it has no items in it in case I need to change something. If I go to define a new preset, I get all the options but what's with this new dialog box that ninjas in. I missed it the first few times and wondered why my file hadn't exported.
    How do I turn this off and get back to my dialog box? Also, is there a key command (or do I need to make one? can I even make one?) that just exports as if you hit ok?
    Please help.
    Thanks,
    Dot

    The first thing to try is repalcing the preferences and restarting the computer. See Replace Your Preferences
    If that doesn't work, I've put a folder of the older prests here: https://www.hightail.com/download/OGhkZ285Q1JBNkUwTWRVag

  • Importing and Updating Non-Duplicate Records from 2 Tables

    I need some help with the code to import data from one table
    into another if it is not a duplicate or if a record has changed.
    I have 2 tables, Members and NetNews. I want to check NetNews
    and import non-duplicate records from Members into NetNews and
    update an email address in NetNews if it has changed in Members. I
    figured it could be as simple as checking Members.MembersNumber and
    Members.Email against the existance of NetNews.Email and
    Members.MemberNumber and if a record in NetNews does not exist,
    create it and if the email address in Members.email has changed,
    update it in NetNews.Email.
    Here is what I have from all of the suggestions received from
    another category last year. It is not complete, but I am stuck on
    the solution. Can someone please help me get this code working?
    Thanks!
    <cfquery datasource="#application.dsrepl#"
    name="qryMember">
    SELECT distinct Email,FirstName,LastName,MemberNumber
    FROM members
    WHERE memberstanding <= 2 AND email IS NOT NULL AND email
    <> ' '
    </cfquery>
    <cfquery datasource="#application.ds#"
    name="newsMember">
    SELECT distinct MemberNumber
    FROM NetNews
    </cfquery>
    <cfif
    not(listfindnocase(valuelist(newsMember.MemberNumber),qryMember.MemberNumber)
    AND isnumeric(qryMember.MemberNumber))>
    insert into NetNews (Email_address, First_Name, Last_Name,
    MemberNumber)
    values ('#trim(qryMember.Email)#',
    '#trim(qryMember.FirstName)#', '#trim(qryMember.LastName)#', '#
    trim(qryMember.MemberNumber)#')-
    </cfif>
    </cfloop>
    </cfquery>
    ------------------

    Dan,
    My DBA doesn't have the experience to help with a VIEW. Did I
    mention that these are 2 separate databases on different servers?
    This project is over a year old now and it really needs to get
    finished so I thought the import would be the easiest way to go.
    Thanks to your help, it is almost working.
    I added some additional code to check for a changed email
    address and update the NetNews database. It runs without error, but
    I don't have a way to test it right now. Can you please look at the
    code and see if it looks OK?
    I am also still getting an error on line 10 after the routine
    runs. The line that has this code: "and membernumber not in
    (<cfqueryparam list="yes"
    value="#valuelist(newsmember.membernumber)#
    cfsqltype="cf_sql_integer">)" even with the cfif that Phil
    suggested.
    <cfquery datasource="#application.ds#"
    name="newsMember">
    SELECT distinct MemberNumber, Email_Address
    FROM NetNewsTest
    </cfquery>
    <cfquery datasource="#application.dsrepl#"
    name="qryMember">
    SELECT distinct Email,FirstName,LastName,MemberNumber
    FROM members
    WHERE memberstanding <= 2 AND email IS NOT NULL AND email
    <> ' '
    and membernumber not in (<cfqueryparam list="yes"
    value="#valuelist(newsmember.membernumber)#"
    cfsqltype="cf_sql_integer">)
    </cfquery>
    <CFIF qryMember.recordcount NEQ 0>
    <cfloop query ="qryMember">
    <cfquery datasource="#application.ds#"
    name="newsMember">
    insert into NetNewsTest (Email_address, First_Name,
    Last_Name, MemberNumber)
    values ('#trim(qryMember.Email)#',
    '#trim(qryMember.FirstName)#', '#trim(qryMember.LastName)#', '#
    trim(qryMember.MemberNumber)#')
    </cfquery>
    </cfloop>
    </cfif>
    <cfquery datasource="#application.dsrepl#"
    name="qryEmail">
    SELECT distinct Email
    FROM members
    WHERE memberstanding <= 2 AND email IS NOT NULL AND email
    <> ' '
    and qryMember.email NEQ newsMember.email
    </cfquery>
    <CFIF qryEmail.recordcount NEQ 0>
    <cfloop query ="qryEmail">
    <cfquery datasource="#application.ds#"
    name="newsMember">
    update NetNewsTest (Email_address)
    values ('#trim(qryMember.Email)#')
    where email_address = #qryEmail.email#
    </cfquery>
    </cfloop>
    </cfif>
    Thank you again for the help.

  • 2 Problems with PDF Forms:  Import and Launcing PDF Form in Browser

    We are installing SAP sersion 2004s and I have encountered 2 problems while working through several tutorials.
    1.  When Adobe Designer opens from the layout in SE80, the IMPORT option (under TOOLS) does not appear.  Is there an installation step(s) missing?
    2. I created a simple Adobe Interactive form based on T. Jung's demo (but without the imported PDF form).  Enabled is on and the binding is ok; yet, when I test the application the browser displays only a blank screen.  Other Web Dynpro for ABAP tutorials have worked fine, but not the Adobe Forms.  Again, is there an installation step(s) missing?
    regards,
    john

    First make sure that you have the correct version of the Adobe Lifecycle Designer installed.  I am running 7.0.050519.0.  There are some OSS notes on how to upgrade to the 7.X version of the designer.
    On the second problem, you probably don't have the correct version of the ACF installed.  The ACF (Active Control Framework) is only used when running Interactive PDF documents - not print version ones.  Have a look at OSS note 766191 and 846952.  I had to uninstall my current ACF and install the 04S SP7 version (according to the two notes listed) before I could build the demo in question.

  • Can't move imported and embedded pdf

    I have the following pdf what was created with Wolfram Mathematica 8:
    https://cdn.anonfiles.com/1350042951313.pdf
    When I import it in Adobe Illustrator (CS5.5 on mac), embed it, and tren try to move it,  I get the following error message:
    "Can't move the objects. The requested transformation would make some objects too large"
    Would anybody know what the problem could be?
    Thanks!

    Try turning off the preview and zooming out as far as you can go.
    Select All and look for stray points, clipping masks and other stuff that might cause this.

  • Two workflow questions, (1) importing and (2) saving/exporting

    Apologies if the below questions are too elementary. I've just started using Lightroom. I've been trying out various editing/organizing programs and I haven't yet found the perfect one. Can someone tell me if Lightroom is capable of the following:
    1. I shoot in Raw+Jpeg format. When I copy images from my camera to my computer, I always create a new folder that represents my event and put the jpegs in \Pictures\[Event]\ and the raw images in \Pictures\[Event]\Raw\. Is there a way to instruct Lightroom to perform this function through the import module, i.e. have a single import event that copies jpegs in an \...\[Event]\ folder while copying dng to \...\[Event]\Raw\ and importing only the dng files into my Lightroom catalog. Is this possible?
    2. Also, can someone explain how Lightroom handles edits? Say I've edited a dng in my library. Is the dng file changed on my computer itself? How about the jpeg (remember, I copy jpeg+dng to my computer)? Is there a way to instruct Lightroom to automatically (i.e. default behavior) overwrite the jpg file when any changes are made to the dng file, but prevent the dng file from being overwritten? What about instances where I also want to overwrite the dng - how do I accomplish this?
    Thanks.
    =|

    theNE0one wrote:
    I completely understand and appreciate how Lightroom treats raw images. However, if I shoot Raw+jpg, what difference does it make whether or not the jpg file changes? If my raw file is untouched, I don't also need to make sure that the jpg remains in its virgin state...even if the majority of users prefer to keep both untouched, at least allow the option for people that want a different method of handling their files!
    Lightroom has no feature to overwrite your JPGs automatically.
    Might I suggest a workflow change ... shoot raw only, when you need a .jpg, have Lightroom export one for you.
    If Lightroom handled Face/Places/Sharing well, I wouldn't need to mess with a second program (i.e. Picasa), but right now it doesn't look like it can handle what I want. I understand that I can use Metadata/Keyword tags to identify People and Places, and that there are plug-ins to upload to Picasa web albums, but these options aren't executed well enough in LR3 for me to give up Picasa. The plug-in doesn't work nearly as cleanly as the native Google program, and "Faces" is a chore in Lightroom. Picasa can automatically detect faces and makes tagging/organizing/working with images much easier. While I'm on the topic, can anyone explain why such a useful feature (that's available on free and basic image software) is not included in Lightroom? Is there any possibility that it'll be included in the final version of LR3? What about the upcoming Aperture 3? Is it that "Faces" is perceived as a basic consumer feature that isn't used in higher-end software? Will this always be excluded from this "class" of software?
    Using LR3 Beta to decide whether the software works the way you want isn't a good idea. I'm guessing, but I don't know for sure, that the uploading to Picasa will work a lot better in the finished product. Hard for me to imagine a program being easier to tag/organize than Lightroom, and while I don't use Picasa, I can't see how it could be easier in tagging and organizing. It is my opinion (and you might think differently) that using two different organizing software programs on your photos is more trouble than it is worth, especially since you have to constantly "synchronize" the two different organizers.
    No one here works for Adobe, and even if there was someone here from Adobe, they can't tell you what will be in future releases. We can only guess, and we don't know.
    Finally, can you explain xmp? I've done some keyword tagging on my images within Lightroom. If I were to later use another program, would the keywords be picked up? From your explanation it sounds like there are two aspects to a file, the image section and the xmp section. Is the xmp section the part that includes information about the photo? I.e. settings, metadata, etc.??
    Keywords that Lightroom writes to xmp should be readable by almost every other photographic application. But please be aware that Lightroom, by default, does not write keywords to the photo files. You have to specifically tell Lightroom to do so, by either turning on an option, or by using Ctrl-S on selected photos. Xmp includes all the metadata, which includes captions, keywords, Lightroom edits, and basically any information supplied by the user rather than by the camera.

  • CS2 PDF Export Presets

    Hi everyone.
    i managed it to export single pages as pdf from .indd files.
    (see http://www.adobeforums.com/webx/?13@@.59b67ccb/2)
    but now i wanna use diffrent presets like "high quality print" or something. i tried a few things but none of them worked.
    [CODE]
    doc.Export(idExportFormat.idPDFType, "C:\\testfile.pdf", false, App.PDFExportPresets.FirstItem());
    [/CODE]
    i found something thats written in javascript
    - app.PDFExportPresets.item("prepress")); - but there is no such command as .item in c#.
    it doesn't matter wheter i choose FirstItem, LastItem, NextItem or else, it makes no diffrence...
    could anyone give me a hint how to solve that problem?

    try below code
        for(var Ep=0; Ep < app.pdfExportPresets.length; Ep++)
            var myPdfPreset = app.pdfExportPresets.item(Ep);
            if (String(app.pdfExportPresets.item(Ep).name) != '[Default]')
                myPdfPreset.remove();
        var pdfExportPresets;
        myPreset=File("path");///give full path of the job option
       app.importFile(1918071916, myPreset);
        myPdfPreset=app.pdfExportPresets.lastItem();
    Mi_D

Maybe you are looking for

  • 3rd Gen Nano-Problems with iPod Clock Radio.

    Hey All, I'm having problems w/new Nano and an Alarm Clock Radio for iPods. 1) When the alarm time is reached, the iPod display lights up like its been triggered, by the alarm clock base, but music doesn't play. The unit then reverts to the beeper. 2

  • Bup, dat, ifo, vob formats- how can I read these files?

    Hi- I have a MBP running Leopard and have a DVD of my grandson in utero that I want to play on my computer but these formats are not recognized by iDVD. Any ideas of what I can do? I am stumped. Thanks, Judy

  • Migration wont work on my mac air?

    Ive tried to migrate my itunes from my old laptop to my new air and when i try to open migraiton on my air it says it isnt supported or something along those lines not 100% sure of the wording?

  • Help with a Kernel Oops that I don't understand

    I'm in the process of installing Arch on a new setup based on a Zotac-IONITX-b motherboard. I have pretty much come to the end of the initial set up of Arch but I am experiencing something that makes me clueless, A kernel Oops. This is the output fro

  • DVD player not reading

    I'm being told that I've inserted a blank DVD.  The same DVD contains videos and opens fine on other MacBooks.  Any advice? Thanks