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

Similar Messages

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

  • 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

  • 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!

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

  • 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'

  • InDesign CS2 PDF Export is Screened

    This problem just started happening to me last night.  All solids are appearing in PDFs as screened, however when I pull the PDFs I create into Illustrator to check them, they are fine.  Please help!  I usually export as press quality and a preset I made called press quality native color.
    Thanks!

    It is screened when I print it out thru Preview on my Mac also thru Acrobat Professional.  When I import the PDF into Illustrator and print it out...everythig is solid (correct).  I don't want to go thru the extra hassle of printing thru Acrobat...just want to use export to PDF from InDesign as I was doing prior.
    Also, if I open the screened PDF in Illustrator (where it is solid) and re-save as a PDF, it becomes screened again!
    Help:(

  • 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

  • CS2 pdf export file naming

    When exporting to pdf, the pdf is not given the indesign file name but uses the previously saved name which then has to be manually altered. Can not find in preferences where to change this. Any suggestions?

    Every person is entitled to an opinion. Everyone else is entitled to agree or disagree.
    In my real world workflow, the ideal would be that the PDF file defaults to the current name of the file... not a name that could have been a one time export, or could have been an export of an older version last month, or last year.
    Instead of honoring the current filename, it 'remembers' the first name that the export is changed to if the file is saved after the export. The waste of time comes in when I have to then 'fix' the file for future revisions, or retype the name of the file.
    Again, I don't agree with calling it a waste of time to have InDesign behave the way the user desires.
    If you want it to call a file by the last export name... great, it happens to work that way if you save after exporting.
    If you happen to want it to use the filename as the export name, well, then you have to either not save after any export, or waste your time fixing what is broken (my opinion).
    Perhaps an option or preference is warranted?
    "use indesign filename when exporting"
    "use last export name when exporting"
    -mt

  • PDF Export Preset

    Hi I noticed that when my PDF preset is using Acrobat 5 and above, I could not Simulate Overprint.
    Is this a bug?
    Can someone please explain. Thank you

    You only need to "simulate" overprinting when you flatten the transparency (which for spot colors works by overprinting). Since you are leaving the transparency live there is nothing to simulate.

  • Indesign PDF Export issue - quality

    I have InDesign Desktop CS5 and InDesign Server CS5.5
    When I export using InDesign Desktop, it exports a 2.16mb file and everything is sharp.
    When I export using Indesign Server, it exports a 264kb file and at 125% zoom level, it looks blurry.
    The preset we used was High Quality Print.
    I cannot get the file over 2mb on InDesign Server (max was 1.2mb with all the settings turned on).
    How can this be when it's using the same pdf export preset and same template? I also tried manually creating new preset based on the High Quality Print settings but it's still blurry.
    Just for testing, I tried this on the regular InDesign Server CS5, and it exported fine. What settings were changed between CS5 and CS5.5 (everything is set to default settings)?

    The directory structure for the template files are the same for Desktop and Server.
    When I open up the PDFs generated by both, doing a side by side comparision, the server looks blurry at 125% zoom level while desktop looks sharp.

  • Type shifts upon PDF export

    I have been wrestling with an issue for a while now and hope someone can shed some light on it.
    When exported from InDesign as a PDF, type often shifts vertically, horizontally, or both. The problem appears to get worse from left to right and top to bottom. The more columns there are, the worse it gets across columns.
    This problem was first caught on a commercial printer's proof when I noticed the type had shifted from my InDesign file to their proof. Since most commercial printers use PDF workflows (as this one did), any bug in PDF export represents a major issue. I have had projects print incorrectly due to this and I am in need of a fix that commercial printers can also implement because current projects are suffering from it and past projects have come out wrong.
    I have replicated the issue on numerous different machines (and even had it tested by friends around the country) running everything from CS3 to CC, so it seems to be a systemic and possibly old InDesign / PDF export issue. The problem seems to happen with any font format — OT, TT, orPS. The PDF settings (x-1a, x-4, etc) don't seem to affect the issue.
    Anyone can probably create a test file that will show the issue by making a vertical tabloid document with three columns, threading text to fill all three columns, and then setting the type to be 9pt / 12pt leading. Export a PDF and then import it and lay it directly on top of the page in InDesign, after having changed the type in InDesign to another color. In the samples below I changed the InDesign text to magenta, and the black is the PDF laid on top of it.
    Any advice is appreciated. Thanks!
    Mike

    So I think we have a working solution for PDF/X-1a or simply a PDF with version Acrobat 4 (PDF-v1.3).
    The trick is to force transparency reduction to the text frame. One can do it without converting text to outline.
    Just put a rectangle with a fill of 100% [Paper] set to transparency 0% on top of it. Downside is, that the exported PDF will get a white background.
    Currently for PDF/X-4 I see no chance to work around the issue, if:
    1. Point size is 9 pt *
    2.1. A baseline grid of 12 pt * is used and the paragraph styles are set to align to it
    or 2.2. If the pointsize is extactly 9 pt * and the leading is exactly 12 pt *
    * I did not check all other creteria you mentioned in your 7th post: the ratio assumption between pointsize and leading, maybe the formula is something like that: Text Line Distance = n * (Pointsize + Pointsize / 3 ) => creep.
    I packed all documents to a zip archive that you can download from my Dropbox account:
    Dropbox - 150127-1-TextShift-CS5.5.zip
    150127-1-TextShift-CS5.5.zip contains the following files:
       150127-1-TextShift-CS5.5.indd
       150127-1-TextShift-CS5.5.idml
       Layer-Text2Path-VISIBLE-PDF-X1a.pdf
       Layer-Text2Path-NOT-VISIBLE-PDF-X1a.pdf
    "150127-1-TextShift-CS5.5.indd" contains several layers (from top to bottom):
    Text2Path  (currently invisible)
    Layer1
    PDF-Layer-Text2Path-VISIBLE-when-exported   (currently invisible)
    PDF-Layer-Text2Path-NOT-VISIBLE-when-exported  (currently invisible)
    The mentioned white rectangle is placed on master spread A on layer "Text2Path".
    Live text in a text frame is on "Layer1" (visible).
    Layer "PDF-Layer-Text2Path-VISIBLE-when-exported" contains the placed PDF "Layer-Text2Path-VISIBLE-PDF-X1a.pdf", layer color is green, because here we can see no issues.
    Layer "PDF-Layer-Text2Path-NOT-VISIBLE-when-exported" contains the placed PDF "Layer-Text2Path-NOT-VISIBLE-PDF-X1a.pdf"; layer color is red and showing the issues.
    Both PDFs are exported with the same PDF Export Preset.
    Uwe

Maybe you are looking for

  • IPod Touch accelerometor doesn't work, what can I do?

    When I turn my iPod Touch on Safari or Albums, my screen doesn't turn, what can I do? Thanks

  • TV Mobile app for Windows 8 tablet & phones

    How do locate the apps for Windows 8 tablet (pro/rt) and for the Windows Phone 8? All I can find is the iPhone/Android. I have a windows 8 PC Pro, and a Windows 8 Tablet Pro and a Windows Phone 8.

  • IOS 5 photo edits not really saved?

    I cropped and applied auto-enhance to photos on my iPhone 4S running iOS 5then uploaded what I thought were edited photos to Facebook. It turns out the edits were not really saved even though I saved the edits. Original photos before the edits were u

  • What is better/easier  GUI Interface and Code

    I'm trying to write a GUI interface that will constantly update a bunch of variables with whatever the user inputs. Is it better to make a GUI and then try to pass the updates back to other underlying code which is in seperate Classes and methods or

  • IBook crashed, how do I upload my iPod to my new G5?

    I can't get my iPod to update iTunes on my new computer. It wants to erase my iPod. I don't want to lose my songs. The hard drive on my ibook is completely dead and I didn't have anything backed up so I don't want to lose all of my music. Any help wo