Apply watermark and then apply Flattener Preview via JavaScript

Hello all,
I have a bunch of PDF files which were generated from InDesign.
Currently I am applying a watermark to all the PDFs in Acrobat XI and then a flattener preview to all of the PDFs manually one PDF at a time.
I want to make a script which does all this.
I also tried the Action panel, but it didn't automate the flattener preview part.
I am comfortable with JavaScript and scripting in general.
Any help or a pointer to resources will be appreciated.
Thanks and regards.

Thanks for replying.
The flattener preview is located under "Print Production" panel. Where one can configure the text flattening options, among many other settings.
I want to flatten the text (convert it to outlines) via JavaScript as you have suggested.
Please suggest any sample code.
Thanks and regards.

Similar Messages

  • How to set a default value for a drop down list box and then apply cascading based on the default value in Infopath 2010.

    Hello Everyone
    I have two drop downs. Both are coming from look up fields from two lists. i want to set a default value(first list item) for the first drop down list box and then apply cascading based on the default value for the next drop down list box. I found one article(http://www.bizsupportonline.net/infopath2010/display-first-item-drop-down-list-box-infopath-2010.htm)
    where in i can set a default value but i can't apply cascading based on that default value. Any suggestions would be highly appreciated.
    Thanks
    Ramanjulu Naidu N

    Hey Ramanjulu,
    Take a look at the below article which I believe will answer your question.
    http://basquang.wordpress.com/2010/03/29/cascading-drop-down-list-in-sharepoint-2010-using-infopath-2010/
    Daniel Christian (MCTS)

  • Bought a new macbook and want to manually manage music onto my iphone 4s but when i click 'manually manage' and then 'apply' i get the message saying it will erase everything already on there. Need help please!

    Bought a new macbook and want to manually manage music onto my iphone 4s (as it is already full of music from old windows laptop) but when i click 'manually manage' and then 'apply' i get the message saying it will erase everything already on there. Need help please!

    Before you sync your iPhone make sure that all the music that was synced to your phonereviously has been copied to your iTunes on the new MacBook Pro. Then when you connect your phone you will be able to either sync all music or select only those playlists that you want on the phone.

  • I am triying to manually add files to my iphone and dont let me. When I check mark on manually manage box on itunes and then apply, itunes said that I already synced my iphone in other computer.  I never had use another itunes to synced my iphone. How can

    I am triying to manually add files to my iphone and dont let me. When I check mark on manually manage box on itunes and then apply, itunes said that I already synced my iphone in other computer.  I never had use another itunes to synced my iphone.
    How can I solve these stupid restrictions?

    Where are iTunes files located?
    No, I do not mean just the music.  Copying just the media/music files or the media folder creates problems.

  • I used firefox 3.6.14 on windows 7 x64 (firxfox x32). I found a problem when I develop my website and alert data or value via javascript , firefox hang (not response) every time. What's happend? How to solve is problem?

    I used firefox 3.6.14 on windows 7 x64 (firxfox x32). I found a problem when I develop my website and alert data or value via javascript , firefox hang (not response) every time. What's happend? How to solve is problem?
    Thank you for help
    Lohkaeo

    Oops - for some reason, this problem now seems to have gone away. May have had something to do with Flash. I'll keep my fingers crossed.

  • My black Nano: discharges and then won't charge via USB

    (I'm going to cross post this as I mistakenly replied to a thread in the first gen. nano forum)
    (december 25 2006)
    Took a new 8gb black nano out of the box this morning and it looks dead in the water. When it's plugged into my macbook pro via USB, it makes a very faint rapid clicking sound. Nothing comes up on the screen. Attempts to get a spark of life from other computers (iBook, G5 iMac) were fruitless.
    Charging, letting it sit, attempts at resetting.. nothing has had any effect.
    We'll be bringing it back to an apple store tomorrow morning.
    (december 27 2006)
    Ok, a little update. My dad brought the nano down to the apple store (two hours away - he was going to be in the area for work) and purportedly they hooked it up to a wall charger and it fired right up. Started charging and worked. They handed it back to him and he came back home.
    When he got home, we tried to power it on: no luck. Reset sequence: no luck. Plugged it into the USB cable: nothing. Tried it on other macs in the house with the same cable: nothing. Finally had the bright idea to try the firewire cable from my sister's older iPod. Wham! Charging, but the nano doesn't support data over firewire. So we let it charge for a little and then plugged it back into my MBP with the USB; now there was both charging and data action. It got all charged up and loaded with music.
    Today it came off the USB cable, fully charged, and was used intermittently during the day. I was watching the battery indicator; it seemed to be going down rather quickly. In the afternoon I charged it back to full again and went for a run with the nike+ kit (totally awesome, by the way)
    By the end of the run (40 minutes) it was in the red. I plugged it in for a few minutes to sync, and then disconnected it and left it alone.
    7 hours later, it's bedtime - and the nano is unresponsive again. Totally dead. No power. Doesn't charge.
    I just found the firewire cable and plugged the nano into my MBP using that - charging! It's alive. I'm just going to let it charge all night. We'll see what happens tomorrow after a run in the morning.

    There was a power change for Nanos a couple of versions back from Firewire to USB. This means that some car adapters and wall adapters will work with older iPods, but not newer ones.
    i

  • How do I import an existing cell number to SAMSUNG GUSTO 3 - Verizon Prepaid?  What number do I call?  Do I activate first and then request the import via the new Verizon (not wanted cell number)?

    The enclosed ACTIVATION & USE MANUAL is very limited.  It only tells you how to activate the phone after inputting a zip code.  On the web there are many contact numbers for customer service but ALL REQUIRE a Verizon cell number. 

    A friend I know had this issue and was told to activate the phone first and then call *611. You also can dial from any other phone this number 1 888 294 6804 and choose 1.  They both can handle the tranfer without any problem.

  • How I can edit and then update multiple rows via JSP to Action Class?

    Hi All,
    I have a JSP page which allows users to edit the some properties for all Object returned by the db. They can then submit the changes to a Action Class which i.e.
    <form action="/SaveUserNames">
    <table>
    <c:forEach items='${requestScope["users"]}' var='user'>
    <tr align="center">
    <td><input type="text" name="userBean[ i ].firstname" value="..."/></td>
    <td><input type="text" name="userBean[ i ].surname" value="..."/></td>
    </tr>
    </c:forEach>
    <tr>
    <td><button type="submit">Save</button></td>
    </tr>
    </table>
    </form>
    In the ActionForm, there is a method, which would allow the Struts code to update my beans with the data the user editted:
    public UserBean getUserBean(int i) {
    return userBeanList.item(i);
    Although I am not sure how I can update the beans in the Action Class with what the user submitted.
    Can somebody help me for this point or can me suggest any design pattern to solve this points?
    Thanks
    Amit

    Fetch values for each user data and put into a Hashtable and then update.
    Userid is the key
    User related data is the bean (like firstname, lastname, age, job, etc), so you have ArrayList of user bean.

  • Applying watermark and password, is there a "quick" way?

    Im starting to protect PDFs I send out with a watermark to prevent from being edited and low quality only printing.  Its a little bit of a timely process to do this every time I want a PDF like this when I want this for all PDFs I make.  I create them from InDesign to start if it matters but the password and watermark is applied with the Acrobat Pro methods.  Is there some way I can create more of a one click method in Acrobat to apply all this as well as the password which is always the same?  Ive atleast saved a template for the watermark but something for the password also would be nice.
    In addition, you can limit printing to low quality at 150dpi.  Actually, this isnt THAT low quality.  If I had a PDF that was limited to 150dpi and was for business cards, I would have no problem using that file.  Is there any way to go lower, like maybe to 72 or even 50?

    It works just the same on the Mac, but images can be encoded in many different ways in the browser, sometimes, not being copyable, or copying along with extra formatting and text.
    Click on the image and go Open Image in New Window then try to copy that, often it has less or no formatting.
    You can also try dragging the image to the desktop first then dragging it into Pages.
    I do not want to contradict Viking, but the image will be whatever resolution it was in the browser.
    Peter

  • HT1386 When I try to sync changes from my playlist to my iphone the sync process gets to step 7, applying changes and then freezes up, the changes are not being put on my iphone. What do I do to correct this issue?

    When I try to sync changes from my playlist on the computer to my iphone the sync process gets as far as step 7, applying changes, then freezes up and the changes are not getting to my iphnoe.  How do I fix this issue?

    Are all these songs associated with the same Apple ID or were some purchased on another account?
    Are they tagged properly? In the library does it break an album out into several different albums with a few tracks each?
    Check your sync settings for each device. Do you accidentally have only certain songs/albums syncing?

  • This isn't a critical issue, but why do I get the message all the time on screen that my Firefox isn't up to date, and then when I check via the help button it shows that it IS up to date?

    I have tried to solve the problem by downloading and reinstalling, to no avail. As I said, it doesn't cause a problem exactly, just a bit annoying!

    Hi MJAUK,
    Looking at your system details, you are running the latest version. You may see that message below the Google search box on www.google.com/firefox which is the old Firefox default home page. That page is no longer being maintained by Google.
    You should try changing your home page to:
    about:home
    If you don't know how to change the home page, you should take a look at the Knowledge Base article [[How to set the home page]].
    Hopefully this helps

  • Can I crop an image then apply the Ken Burns effect?

    I shot a panoramic still with the iOS6 on my iPhone 4S.  I guess because I didn't hold it steady there are white boundries on the top and bottom.  I would like to crop these pieces out and then apply the Ken Burns effect. 

    Crop the image in Preview or iPhoto.

  • Editing low-res proxy, then applying changes to high-res

    Hello
      I'm developing one continuous image for a large wall that will be seen from about 1-2 feet viewing distance. It has to be about 100 dpi.
      My image is currently 21,600 x 8100 pixels at 8 bits CMYK. It may get bigger. I don't have to do much manipulation, but a lot of it is using brushes and the smudge tool.
    2 issues:
    1) I have a 12-core Mac Pro with 24GB RAM. The smudge tool is sloooooow when working on this image (like one smudge at max brush size takes 15-20 seconds to take effect).
    2) IS there a "warp mesh" tool that I can use in place of the smudge tool?
      Is there a way for me to edit a lower-resolution version of this image, then apply the changes I made to the high-res version? then I can use the smudge and brush tools and finessé my work without the machine bogging down, and the imagery will look correct. I'm looking for a way to use these tools more in real time while working with this big image.

      This appears to be the solution (at least, it is for me). I can apply my changes to the low-resolution proxy by saving the mesh and then applying that same mesh to the high-resolution image. The large brush sizes (in comparison to the image resolution)  that I am afforded in the low-res version are brought across to the high-res because the changes are not applied as brush strokes, but rather as alterations to an overall mesh. the changes to the mesh are what is transferred when I export and import.
      Applying the mesh is pretty slow, and it requires a few tweaks at the high-res level, but it gets me 95% of the way there. I think this is workable.
    To recap - here are the steps:
    1) I make a low-resolution version of the image (like 1200px wide)
    2) I make my edits to the image using Liquify
    3) before committing the Liquify changes, I "Save Mesh" in the Liquify tool
    4) I open my high-resolution image
    5) I use liquify, but I do not use any brushes, but in stead load my saved mesh from the low-res
    6) profit.
    thanks for the help folks!
    --------------S

  • Applying Bolds and Italics while doing a Find/Replace on Data Merged content

    Hi,
    Wonder if you kind knowledgeable folks can help me with a Find/Replace question.
    I am doing a data merge of a book contents into indesign, where my data merge file is a straightforward text csv file which is tab delimited. I have two (almost similar) things I would like to do to specific parts of the text but don't know how to achieve this. 
    -  Firstly, I would like to preserve words/sentences with an 'italic' form but this is obviously lost in a csv file.  Is there anyway I can mark these words in order that a find/replace can make this word italics.  Im hoping there is a solution which resembles something like this;
    eg.  Book content is "The Word Italic needs to be adjusted".
    Original content is amended to be "The Word $Italic$ needs to be adjusted", so that a dollar sign encapsulates the word to be made Italic.
    Then I am able to data merge the csv file and somehow do a find/replace of words/sentences which are encapsulated by the dollar sign.  Thus, doing a find/replace of all words/sentences which satisfy this condition and then apply italics to all words between the dollar signs.
    - My other issue is I am using the '|' character in my text to determine the paragraph seperators.  I then do a find/replace after importing the text to replace all instances of '|' to the paragraph seperator (a kind of $ symbol, a representative character from the pop-up menu to the right of the Change To box). This works fine, but I'd like to make the paragraph seperator to be a BOLD format so that it can distinguish better the seperating sections of text.
    But this is different from my 'italics' issue above since I am trying to apply a BOLD format to the 'Change to' character, rather than something which exists in my original csv.
    Hope I make sense but I'd be happy to provide screenshots etc (when I get home )
    Best Rgds
    L

    two solutions.
    for the italic solution, i'd say the OP answered his own question with one exception - don't use dollar symbols, instead use = or another character which isn't reserved by GREP.
    the solution i would use for italics would be a GREP search once the merge is complete. have a look at the picture to see what i've done.
    the second solution: GREP styles.
    this assumes that the text will have a paragraph style assigned to it. make a character style called BOLD and within that style, the only thing to change is within basic character formats, make the font style bold. could even make the character another colour such as cyan so it is more easily idenfiable.
    next, go to the paragraph style options, go to GREP styles and match the following screengrab
    the advantage with a GREP style is that once the pipe symbol (|) is replaced, its bold GREP style character formatting is lost; and it means less post processing and no need for a second search of the text - it's all live.

  • Program won't load, icon 'bounces' up and down and then...stops!

    Any help please? I click on my Sims 2 icon to load up the game and all of a sudden it's stopped working. The icon bounces up and down in the sidebar and then stops. I have plenty of space to run the game and it's only just started happening.

    Perhaps the game has become corrupted. Try reinstalling the game from the original install source and then apply any available online updates.

Maybe you are looking for

  • You are an iPod expert if you can solve this one

    Here's what's happening: ~I plugged my iPod into the wall, and it worked perfectly fine...UNTIL I hit the play button. Then it starts to make a clicking noise approximately every five seconds ~I wiped out all of the songs by manually restoring it, bu

  • Edit Button not visible in portlet

    Hi Every one, Even adding the portlet mode as EDIT in the portlet.xml, i am unable to see the EDIT button on the portlet. Could someone help to solve this? Is there any thing else to be done? Here is the snippet of portlet.xml <supports> <mime-type>t

  • Copy text from outbound delivery to billing document

    Hi Gurus, Is there a way to copy a text from outbound delivery to billing document? I found text determination. It is only possible to maintain text from Sales to Billing. Thanks. Stéphane.

  • What characters are allowed in an Apple ID Password?

    My mom has "changed" her password because she said she was asked to when logging into Facetime. Now she can't log in. When I asked her what it was, she read to me and it had both a space and a period. I don't believe those are accepted. I tried to lo

  • Emu 1212m Setup Issues

    Hello. I am having issues with my Emu 1212m. I have installed the soundcard and followed the instructions in the tutorial below. Yet when i play anything in my windows media player, I see that the audio is detected in the patchmix, but there is no au