Remove footer from specified page range

I am modifying a pdf with a sequence of footers (A, B, C, D...) that mark subsections in the text. I removed all pages in subsection B, and would now like to update the following footers to reflect the change (make C the new B, D the new C, and so forth). However, Acrobat does not seem to recognize that the footers after A exist. When I open the "Add" or "Update" dialogue boxes, I get only the information for footer A, even when I specify the page range for other footers. So I also get bizarre preview results in which the footer text and the footer displayed do not match up (image below). I've found no way to remove or replace footers after A. Advice appreciated!!
Running Mac OS 10.6.8 with Acrobat 10.1.1

You can do customize discoverer viewer/plus using EM console
Thanks,

Similar Messages

  • Search syntax for Safari history? how to remove items from specific pages?

    I'm using Safari 5.0.3 and I prefer keeping the browsing history quite long for accessing contents I had been searching in the net some weeks ago.
    However, that way I'm collecting lots of clutter and therefore I'd like to remove selected entries from the history, e. g. from the page where I'm reading daily news etc.
    I tried to use the search field (accessible with Cmd-F in the history view) to search for parts of the corresponding web address, e. g. "http://www.heute.de", but I do not only get the history items from that site but many others from google and other pages.
    So I'd like to know: is there a search syntax to use the search field, like address=www.heute.de* which enables wild cards, operators like OR/AND etc.?
    If not, is there a 3rd party tool which can help or can I use spotlight/the finder to find and remove the unwanted items from the browser history?

    Hi beckmart
    there might be ready-made apps or add-ons to do that - but this may help...
    quit safari, open Home/Library/Safari/History.plist using PrefSetter
    enter the url you want removed in the search box, no need for quotes - say www.google.com
    expand the 'web history dates' section at left to see individual results, then select the first one & shift-click the last (don't use select all) to highlight/select all the results - then press the delete key to remove them. Then save the file.
    Naturally, a backup copy of history.plist would be wise - but the above seems to work very well.

  • Removing ADFBindingFilter from jsp page

    I have showReport()method in showReport bean (it is not registered in faces-config.xml as managed-bean) that I am calling from jsp page with JSP call showReport.showReport(). My showReport() method looks like this:
    FacesContext fc = FacesContext.getCurrentInstance();
    ValueBinding vb = fc.getApplication().createValueBinding("#{data.documentReportsPageDef}");
    DCBindingContainer dc = (DCBindingContainer) vb.getValue(fc);
    OperationBinding execute =
    dc.getOperationBinding("ExecuteWithParams");
    execute.execute();
    Headless_ documentReportsPageDef code:
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="10.1.3.36.73" id="documentReportsPageDef"
    Package="...view.pageDefs">
    <executables>
    <iterator id="DocumentReportsIterator" Binds="DocumentReports"
    RangeSize="-1" DataControl="AppModuleDataControl"/>
    </executables>
    <bindings>
    <action id="ExecuteWithParams" IterBinding="DocumentReportsIterator"
    InstanceName="AppModuleDataControl.DocumentReports"
    DataControl="AppModuleDataControl" RequiresUpdateModel="true"
    Action="95">
    <NamedData NDName="DocumentType" NDValue="@CDBR"
    NDType="java.lang.String"/>
    <NamedData NDName="RefNo" NDValue="12635"
    NDType="java.lang.String"/>
    <NamedData NDName="IsInstant"
    NDValue="1"
    NDType="java.lang.String"/>
    </action>
    <table IterBinding="DocumentReportsIterator" id="DocumentReports" >
    <AttrNames>
    <Item Value="Id"/>
    <Item Value=".."/>
    </AttrNames>
    </table>
    </bindings>
    </pageDefinition>
    It is registered in DataBindings.cpx
    Everything works fine until I remove:
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    from web.xml so ADFBindingBindingFilter would not be invoked for my jsp page. I have reason for this
    On execute.execute()line I get:
    Resolving collection source:DocumentReports for iterator binding:DocumentReportsIterator
    DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for DocumentReports
    Looking for RSI with name :DocumentReports for iterator binding:DocumentReportsIterator
    DCBindingContainer.reportException :oracle.jbo.JboException
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null
    If I restore filter-mapping so adfBindings are used for *.jsp page I get:
    Resolving VO:DocumentReports for iterator binding:DocumentReportsIterator
    DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for DocumentReports
    Column count: 13
    So everything works fine again.
    Question: Can I make this work without ADFBindingsFilter on jsp page? I am invoking everything programmatically and I don’t understand why I need to set this filter on jsp?
    With this strange implementation, I am trying to solve problem discussed in article:
    oracle.jbo.common.Lock locks the application
    If my idea is hopeless, please clarify me this :)

    Ok, this is quite clear answer. Thank You.
    One more thing:
    In oracle.jbo.common.Lock locks the application Steve M, has left the the question open by "I'll ask one of our developers to comment in this thread on ideas for implementing this long-running report.". Maybe You could close this one too?

  • Iweb question. How can you remove music from a page?

    How can you remove music from a your welcome page on iweb? Dumb but I can'f figure it out.

    Hi ...
    Try posting in the iWeb forum here.

  • Removing breadcrumbs from home page

    RH11 | WebHelp
    I apply breadcrumbs through the WebHelp Settings screen when I compile. This method applies them to every topic. However, it don't want to display them on my home page. Does anyone know if it's possible to remove breadcrumbs from an individual page after compilation?
    Thanks
    Jonathan

    Sure there is! But it may not be the most user friendly of solutions ;-)
    It may be a better idea to use master pages with a breadcrumb placeholder. Then simply assign another master page (without bread crumb placeholder) to the start page.
    If you want to remove the auto inserted breadcrumbs, open the file and look for the 3 lines starting with:
    document.write("<p style
    AddMasterBreadCrumbs("
    document.write("
    Simply remove these 3 lines or comment them out. (By placing // in front of them.)
    The exact content on these lines depend on the page you're on and the styling you've provided.
    Kind regards,
    Willam

  • How to save a specified page range in a multi page form

    Hi,
    I'm working on a multipage PDF document consisting of several electronic forms. At the end of each form there is a SUBMIT button to send the form via email. Is there a javascript to specify the page range that gets submitted, so that only the one form that is filled out gets submitted, rather than the enitre PDF?
    Many Thanks!

    I don't think that what he had in mind:
    here is what I think he wants though I don't know if possible in Acrobat. (Maybe indesign but never used indesign).
    he has 3 forms that span over a 10 page PDF. (this is all suposition)
    Say they are not necessarily related. Or do not have to all be filled out even if related.
    say first form is 3 pages long and has a Submit buttonon 3. The next starts a page 4 and goes to end of page 7 where there is a submit button. Finally the 3rd form starts at 8 and finishes at 10 where there is a submit Button.  Posibiliy there is a Submit All button  on 10 also.
    Submit button 1 would only submit 1-3
    Submit button 2 would only submit 4-7
    Submit button 3 would only submit 8-10
    Submit all would submit 1-10
    I don't if an extract and send would work.

  • How do I remove AOL from opening page?

    How do I remove AOl from the startup page on Firefox?

    See [http://support.mozilla.com/en-US/kb/How+to+set+the+home+page How to set the homepage]

  • Remove Roadmap from Portal page

    hi All,
    i want to remove Roadmap from our portal page which carrying hirarchy in ess-benifits & payments-open enrollement-shows roadmap and other. i want this page is without roadmap.Can anybody have any idea about this?
    or can you suggest me how code flows for this in webdynpro? i am trying on this but still without any clue.please help me out.
    thanks.
    Nutan

    Sai,
    For the page in question, ensure that you select the "fixed", check box to resolve the issue.
    Good Luck!
    Sandeep Tudumu

  • Iweb 08 removing photos from photo page upon save

    I am running into a peculiar bug in iweb. I have a working iweb site with mostly photo or movie pages. Was in updating the iweb site on my new MBP late 2008 adding in a new photo page.
    1) added new photo page and renamed
    2) dragged ~8 photos from iphoto to populate the page
    3) dragged additional groups of photos (~10 at a time)
    4) edited some text at the top of the page
    5) clicked save
    All but the first set of photos dragged onto the page from iphoto were deleted from the page.
    Thought this to be very strange as something like this happened two weeks ago and I thought it was an errant mouse click or something I did.
    But again - why? I went back and added more photos to the page to fix. Moved over 3 groups and then clicked save. Again the photos disappeared. Getting frustrated at this time.
    Again added photos to the page in groups and saved the file after each addition. Page eventually was created with all photos saving after each group was added.
    Has anyone else had this issue?
    Thank you,
    Keith

    After you ran the updates to iWeb on your new Mac, did you do a restart? Although you are not instructed to do this, do it anyway!
    Most problems in iWeb can be fixed by deleting the preferences file - Home Folder/Library/Preferences/com.apple.iWeb.plist, restarting your Mac and running Disk Utility to repair permissions.
    Don't forget to reset your preferences after deleting the .plist.

  • Remove "Edit" from contacts page

    Hi All,
    I have attached "Contacts" Page to my room template , created lay out set for user not to add contacts and folder ie removed new contact and new folder.
    but on right corner of the page , edit button still there for user contacts page  - where can i set to remove it.
    even news page too having the same problem.
    Regards,
    Sai Battula.

    Sai,
    For the page in question, ensure that you select the "fixed", check box to resolve the issue.
    Good Luck!
    Sandeep Tudumu

  • Specifying page range

    Ok trying to merge some templates and scripts I have to one export an .indd file would like different options per page(s).
    Here's what I currently have, that I would like to change to specify pages 1-13:
    var myPageName, myFilePath, myFile;
    var myDocument = app.documents.item(0);
    var myBaseName = myDocument.name;
    for(var myCounter = 0; myCounter < myDocument.pages.length; myCounter++){
    myPageName = myDocument.pages.item(myCounter).name;
    app.pdfExportPreferences.pageRange = myPageName;
    and also have export as:
    myFilePath = dirPath + docType + "/" + fileName;
    myFile = new File(myFilePath);
    myDocument.exportFile(ExportFormat.pdfType, myFile, false);
    Here's is another script, that I would like to change to specify pages 14-17:
    var myPageName, myFilePath, myFile;
    var myDocument = app.documents.item(0);
    var myBaseName = myDocument.name;
    for(var myCounter = 0; myCounter < myDocument.pages.length; myCounter++){
    myPageName = myDocument.pages.item(myCounter).name;
    app.jpegExportPreferences.jpegExportRange = ExportRangeOrAllPages.exportRange;
    app.jpegExportPreferences.exportResolution = 96;
       app.jpegExportPreferences.pageString = myPageName; 
    and also have export as:
    myDocument.exportFile(ExportFormat.jpg, File(myFilePath), false);
    So how can I specify some pages to export as .pdf and some others to export as .jpg with a dpi. of 96?
    Thanks in advance,
    Joe

    Fixed it here it is:
       app.jpegExportPreferences.pageString = myPageName, "14-17"; 

  • I want to access the "Page Setu " menu item of the "File" menu of the Netscape using Applet or JavaScript so that i can remove the header and footer from the page that will be printed.

    A print command should be given from a button on the page. Hope someone helps me

    If you have secondary hard drives or other writable volumes connected to your Mac, each contains an invisible Trash folder named .Trashes at the root (top) level of the volume, which in turn contains an invisible Trash folder for each user.
    -from -> Solving Trash Problems.
    Clinton

  • Remotely add and remove Instances from different pages

    Similar to my other post, I have a form that has multiple pages, one being a calculator (OA_CALC) that shows every variable for calculation; the second (OA_PG1), customer facing showing only pertinent information. So both tables should add/remove and show the data being contolled from OA_CALC. I am able to addInstance and source the date to both pages, but for some reason removeInstance only works on the page where the button exists. So rows on OA_PG1 never delete, please advise.
    On OA_CALC i have an ADD ROW button with the following code:
    form1.OA_CALC.Table1.HeaderRow.#subform[0].AddRow::click - (JavaScript, client)
    OA_CALC.Table1.RowItems.instanceManager.addInstance(1);
    OA_PG1.ProjectSavingsGROUP.Table1.RowItems.instanceManager.addInstance(1);
    and a DELETE ROW with the following code:
    form1.OA_CALC.Table1.RowItems.#subform[0].DelRow::click - (JavaScript, client)
    var vIndex = this.parent.parent.index;
    OA_CALC.Table1.RowItems.instanceManager.removeInstance(vIndex);
    OA_PG1.ProjectSavingsGROUP.Table1.RowItems.instanceManager.removeInstance(vIndex);
    One thing that I tried was creating buttons on OA_PG1 with the code specific to that table, that seemed to work. So I know the syntax works, but cannot figure out how to control it from a different page. Please help.
    Thanks

    urgh, apparently I am still very close. I have used your sample, but it seems that the execEvent("click") is not working correctly or my syntax is wrong somewhere. Where am I going wrong?
    Button Code on first table:
    form1.OA_CALC.Table1.RowItems.deleteBtn::click - (JavaScript, client)
    var vCurrentRow = this.parent.index;
    OA_CALC.Table1._RowItems.removeInstance(vCurrentRow);
    xfa.resolveNode("OA_PG1.ProjectSavingsGROUP.Table1.RowItems[" + vCurrentRow + "]").deleteBtn.execEvent("click");
    Invisible Button Code on second table:
    form1.OA_PG1.ProjectSavingsGROUP.Table1.RowItems.deleteBtn::click - (JavaScript, client)
    OA_PG1.ProjectSavingsGROUP.Table1._RowItems.removeInstance(this.parent.index);
    Edit: Here is the Console report from the Acrobat JavaScript Debugger:
    xfa.resolveNode("OA_PG1.ProjectSavingsGROUP.Table1.RowItems[" + vCurrentRow + "]") is null
    7:XFA:form1[0]:OA_CALC[0]:Table1[0]:RowItems[1]:deleteBtn[0]:clickException in line 7 of function top_level, script XFA:form1[0]:OA_CALC[0]:Table1[0]:RowItems[1]:deleteBtn[0]:click
    TypeError: xfa.resolveNode("OA_PG1.ProjectSavingsGROUP.Table1.RowItems[" + vCurrentRow + "]") is null
    7:XFA:form1[0]:OA_CALC[0]:Table1[0]:RowItems[1]:deleteBtn[0]:click

  • Remove Options from iView, Page - Tray

    How do I remove the Options from an iView, Page Tray in ESS & MSS:
    'Add to Favorites' Option
    'Details' Option
    'Expand'/'Collapse' Icon in Tray
    'Help' Option
    'Open in New Window' Option
    'Personalize' Option
    'Refresh' Option
    'Remove' Option
    I wish do this global for my ESS and MSS user when they view any Pages and iViews
    Thanks
    WB

    Hi there,
    Make the necessary settings here:
    SPRO -> Personnel Management -> Employee Self-Service -> General Settings -> Homepage for Self-Services -> Resources-> Define Resources -> Define Resources (Add Entries)
    Changes made to this service will appear in ESS/MSS and will affect the Icons the manager or an employee will be able to see on the portal.
    Goto the below link too:
    http://help.sap.com/saphelp_erp2004/helpdata/en/f6/263359f8c14ef98384ae7a2becd156/frameset.htm
    Regards,
    Ponneswari.

  • Removing Banner from Customization Page (PL/SQL)

    Hi,
    There seems to various postings regarding this issue, but I have never come across one that could tell me how to do it.
    And that is, how, in a PL/SQL portlet, do I remove the 'Oracle Banner' from my customization page or how do I add my
    own, default banner? When I say my customization page, I am referring to the page that comes up when I click on the
    portlet customize link.

    Hi,
    Try using all the three plsql blocks in one <oracle> tag. This should help.
    Thanks,
    Sharmila

Maybe you are looking for

  • Blackberry Desktop Software V6.0.2

    I just recently joined the RIM Blackberry family. I've installed the latest version of the Blackberry Desktop software, but am having trouble loading the program. I get a Windows error report... "BlackBerry Desktop Software has encountered a problem

  • Edge animation doesn't work properly or display properly in IE

    I've created an animation using Edge CC. It contains a graphic created in illustrator which has a gradient in it. I've inserted it using the OAM method into my webpage in Dreamweaver. My first issue is that the animation doesn't display in IE10 unles

  • Backup validate check logical database

    What is exactly the following RMAN command do? I want to know Is it doing a full backup or not? rman> backup validate check logical database' . Kindly help me.

  • Printer selection problems

    I had to reinstall my PSE 10 and my HP printer prem410 series and when I select the printer in PSE it goes to the 410 series fax printer, no matter what I choose.  The prem 410 series printer is set as the system default and other programs correctly

  • Camera RAW update with errors

    I am running CS6 on a Macbook Pro.  Photoshop cannot read camera raw files from my new Canon 6D.  I went through the update process and as expected I needed a newer version of ACR.  I completed the update process but with errors.  Camera Raw was not