I get this warning from Acrobat when I am editeda pdf, can somene explain itr in lay persons language so I canfix the type when it gets strange?

This text has an annotation associated with it it and will not displace along with edited text. you will need to create the association in case the text is displaced.

Thanks I would agree, I don't have the original and the PDF is 30 pages long, so its a lot of recreating in indesign for a few corrections I wouldn't do any heavy lifting in acrobat.

Similar Messages

  • [svn:fx-4.x] 14337: Revert this file from mirroring PARB change 14431 until I can figure out why it is causing a graphic test failure .

    Revision: 14337
    Revision: 14337
    Author:   [email protected]
    Date:     2010-02-22 12:31:24 -0800 (Mon, 22 Feb 2010)
    Log Message:
    Revert this file from mirroring PARB change 14431 until I can figure out why it is causing a graphic test failure.
    QE notes:
    Doc notes: None
    Bugs:
    Reviewed By:
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/primitives/supportClasses/Graph icElement.as

    Revision: 14337
    Revision: 14337
    Author:   [email protected]
    Date:     2010-02-22 12:31:24 -0800 (Mon, 22 Feb 2010)
    Log Message:
    Revert this file from mirroring PARB change 14431 until I can figure out why it is causing a graphic test failure.
    QE notes:
    Doc notes: None
    Bugs:
    Reviewed By:
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/primitives/supportClasses/Graph icElement.as

  • I want to search Time Machine for an appointment that has been deleted from my current view of iCal.  Can I "restore" a previous version of iCal without losing all the entries I've made to the calendar since that prior date?

    I want to search Time Machine for an appointment that has been deleted from my current view of iCal.  Can I "restore" a previous version of iCal without losing all the entries I've made to the calendar since that prior date?

    No. I tried it on my Time Machine (I had just made one change today, so I knew I would not be left in the lurch if I failed) and when I clicked on restore I got this message:
    It seems you have several options.  I chose 'Keep Both'.  I suggest that you proceed with your search.
    Ciao.

  • I accidentally deleted some drivers from my macbook air and now i can not access app store and system preferences as it says the following message (You can't open the application System Preferences because it may be damaged or incomplete)

    i accidentally deleted some drivers from my macbook air and now i can not access app store and system preferences as it says the following message (You can't open the application System Preferences because it may be damaged or incomplete)

    Repair the Hard Drive and Permissions - Lion/Mountain Lion
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu. Select Restart from the Apple menu.

  • I get a message saying "Firefox has prevented this page from reloading" when I am trying to load video to Facebook which stops it from loading. I click "allow" and the message just reappears. How do I allow this function?

    Message reads "Firefox prevented this page from automatically reloading".

    See:
    * Firefox/Tools > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    The setting in "Tools > Options > Advanced > General" is meant as an accessibility feature, as you can see by the label of that section, so that people with disabilities or people who use screen readers do not get confused and is not meant as a safety protection to stop redirecting.
    See also:
    * https://support.mozilla.com/kb/Options+window+-+Advanced+panel#General_tab
    * http://kb.mozillazine.org/accessibility.blockautorefresh
    * http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • When opening up Firefox, I kep getting a message: Firefox kept this page from reloading". My home page opens up but some other websites do not open until I hit the "allow" but. How do I remove this or adjust this?

    My home page opens up fine, and there is a message, " Firefox kept this page from automatically reloading", and this same message shows up all the time. When I got to new websites, they will not open until I hit the "allow button" How do I turn this on or off, or adjust it?

    Go to Tools --> Options.
    In the Advanced tab go to "General". Uncheck the check box "Warn me when websites try to redirect or reload the page"

  • Why this warning is rised when creating database in RAC?

    Oracle 11.2.0.3 RAC in RHEL 5.8
    Whether in runinstall or in dbca,there is always a warning : 
    Entreprise manager configuration succeded with  the following warning
    Error starting Database Control on nodes rac2. Execute the following
    command(s) on nodes:rac2.
    1)Set the environment variable ORACLE_UNQNAME to Database unique name
    2)/u01/apporacle/product/11.2.0/dbhome_1/bin/emctl start dbconsole
    I have set it in /home/oracle/.bash_profile:
    export ORACLE_UNQNAME=orcl.localdomain
    export ORACLE_SID=orcl2
    Why?How could I do?(I know I can execute it manaully). Thanks!

    "The cast fromObject to List<String> is actually
    checking against the erased type of List"
    I m getting this warning whenever I am fetching any
    List<String> from a
    Map object.
    headerList = (List<String>)listMap.get("headerList");Assuming the following code (or something similar) is before the line you posted
        HashMap<String, List<String>> listMap;
        ArrayList<String> headerList;
        //fill in map and some other stuffall you have to do is
        headerList = listMap.get("headerList");because ALL the values in the listMap MUST be List<String> objects
    The warning/error tells you that you're trying to cast against a "generic type" which is actually erased when the code is compiled. Remember that generics are only compiletime checks. The cast should refer to a runtime type (generics are not runtime types). I hope I made myself clear. Feel free to ask any further doubts and even better, read the Tutorial

  • Warning from Excel when opening Excel document in JSP

    Hi,
    I populate a HSSFWorkbook with data retrieved from a database using user input. I then want to open the excel file up so the user can see it.
    This works fine, but prior to the file opening I get a warning message from Excel saying that the file is of another format etc etc do you still want to open. It actually takes the name of the JSP page as the name of the file I want to open. The file opens if I ignore the warning.
    I do the following when opening the file:
    FacesContext facesContext = FacesContext.getCurrentInstance();
    ExternalContext externalContext = facesContext.getExternalContext();
    HttpServletResponse response = (HttpServletResponse) externalContext.getResponse();
    ServletOutputStream out = null;
    try {
    // Initiate servlet response
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-disposition", "inline;filename=\"" + excelSheet.getFile().getName() + "\""); //ExcelSheet getFile() returns java.io.File
    out = response.getOutputStream();
    excelSheet.getWb().write(out); //get HSSFWorkbook
    // Finalize task.
    out.flush();
    } finally {
    // Gently close stream.
    close(out);
    Any tips?

    This would occur only in a certain widely used webbrowser developed by a team in Redmond. It completely ignores the filename part of the content disposition header, takes the part after the last slash of the URL as the actual file name, examines its extension against the platform specific list of file associations and in case of an unknown filetype it reads the content type header and gives a warning before when the content type is different.
    To solve this problem, you need to append the filename as part of the URL. You can get some ideas out of this: [http://balusc.blogspot.com/2007/07/fileservlet.html].
    Its market coverage if fortunately shrinking, but until then we, developers, have to live with that product. It works perfectly in all other webbrowsers.

  • Firefox prevented this page from automatically reloading ... How can I fix this?

    I use firefox with my earthlink account. When the earthlink browser page loads .. and for that fact, when most pages load, a bar appears that says "Firefox Prevented this Page from Automatically Reloading." on the far right side of the bar is a Box " ALLOW" and the Red "X" Box.
    When I click Allow, for about 20 to 30 seconds the bar is gone, but then slowly comes back. When I click the Red X ... it leaves and does not come back until I do something using the right mouse button or the enter key!

    See: Tools > Options > Advanced > General : Accessibility : [ ] "Warn me when web sites try to redirect or reload the page"
    See: [[Options window - Advanced panel#General_tab]]
    See also: http://kb.mozillazine.org/accessibility.blockautorefresh

  • When I try to use the clone stamp another layer of my picture is copied on the photo I'm working on.  Is this a defect or is there a tool I can use to stop it and return to normal usage of the clone stamp?

    When I try to use the clone stamp another layer of my picture is copied on the photo I'm working on.  Is this a de@@@@fect or is there a tool I can use to stop it and return to normal usage of the clone stamp?

    The "Sample Field" letters are very dim.  After punching several times the right click revels "Clone stamp mode".  The next little circle has a line through it and after several right clicks, it says: "turn on to ignore adjustment layers when cloning,"  Despite this I cannot get any kind of a response to change any of the existing entries.  Bob
    Robert Mcdonough
    [email protected]

  • Avoid Info messages from Acrobat when open broken PDF document

    I'm using Adobe SDK to check and fix a bunch of PDF files
    Dim avDoc As AcroAVDoc = Nothing
        Dim pdDoc As CAcroPDDoc = Nothing
        Try
            avDoc = New AcroAVDoc()
            If (avDoc.Open(sourceFile.FullName, String.Empty)) Then
                pdDoc = avDoc.GetPDDoc()
                RemoveIfExists(destinationFile)
                CreateIfNotExits(New DirectoryInfo(destinationFile.DirectoryName))
                pdDoc.Save(3, destinationFile.FullName)
                pdDoc.Close()
                avDoc.Close(1)
                Return True
            End If
            Return False
        Catch generatedExceptionName As Exception
            Me.logger.Error(String.Format("Error while converting {0} to {1}. The error message: {2}", sourceFile.FullName, destinationFile.FullName, generatedExceptionName.Message))
            Me.logger.Fatal(generatedExceptionName.StackTrace)
            Return False
        Finally
            If (avDoc IsNot Nothing) Then
                avDoc.Close(1)
            End If
            If (pdDoc IsNot Nothing) Then
                pdDoc.Close()
            End If
        End Try
    But when I try to open PDF that can't be opened for some reason the info message appeares
    How to avoid this?

    Open the document first as a PDDoc, then convert to an AVDoc. Use an error
    handler to catch the error that gets thrown by the Open call when the file
    cannot be opened.
    pdDoc.Open("c:\test\dummy.pdf")
    pdDoc.OpenAVDoc ("")
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    PDF Software Development, Training and More...
    [email protected]
    http://www.khkonsulting.com

  • HT4236 When I am trying to delete albums from my phone, I went through all of the steps on this page but the pics were only deleted from my pc not my phone. Can anyone explain this to me I am trying to delete from my phone.

    I need to delete the photo album on my iphone 4, I went though all of the steps on the support page but the only place the pics were deleted were on my pc not my phone. When I selected selected alnums, it only gave the options of albums on my pc. it did not list the albums on my phone. These albums have completly used up all of my storage. Please help. If you know how to help me you can email me directly to [email protected] Thank you.

    That file could be set as a Launch Agent or Daemon in your ~/Library or /Library, You could try to look for it or Safeboot your computer and then empty the trash. Safebooting disables Launch Agents/Daemon and Third Party Kernal extensions. Here's the article to Safeboot OS X: What is Safe Boot, Safe Mode? - Apple Support

  • I'm trying to print from Acrobat to my printer, but I can't make changes to the document size or anything!

    I'm trying to print a set of plans onto 11x17 paper but I can't find anywhere to make formatting changes.  Can anyone help?

    Hi Paul,
    What version of Acrobat and you using, and are you on Mac OS or Windows?
    What do you see in the Print dialog box? If you select Size under Page Size & Handling, the PDF should print at the same size as the page size in Acrobat (if your printer supports that page size).
    You can also click Printer at the bottom of the Print dialog box to override Acrobat's print settings, and use the settings specific to your printer driver.
    Please let us know how it goes.
    Best,
    Sara

  • SELECT {data} FROM (SELECT...) query. Can anyone explain the logic to me? PLEASE!!!!

    I've seen an example of this but I don't understand the logic behind this concept. I would really appreciate if someone could help me out with this.

    Hi Shawn Jefferson
    ============================================
    EXAMPLE 1
    ============================================
    select 1 from (select * from dual)
    1
    1
    ============================================
    Please see the above example. the second select statement execute and return only one record. so the first select based on the result of the second statement.The first select execute and return only 1 record.
    ============================================
    EXAMPLE 2
    ============================================
    now see this
    select 1 from (select * from emp)
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    1
    14 records.
    it return the 14 records. because the second select statement I apply on table emp. and emp table return the 14 records . so first select statement execute 14 times.
    Regards
    ASIF RASHID

  • TS1424 I have downloaded 2 songs from iTunes on my iPad but I can't seem to play them, there picture is there but the writing is grey out, meaning I cannot click on it. How do I resolve it?

    How do I solve the problem?

    You need to contact iTunes Customer Support.
    I had the exact same problem and they gave me a full refund so I could download the movies again.
    The cause is at Apple's end and you can't fix it from yours.

Maybe you are looking for

  • Cant Activate 8.1 Pro on new PC

    Hi Technet  I recently bought a new toshiba notebook which came preinstalled with windows 8 standard, i am trying to do a clean install of window 8.1pro but even though my key will work on install, when i get to activation screen it shows the wrong p

  • How much memory does SQL Server 2008R2 Standard use on Windows Server 2008 R2 64-bit?

    Hi, can anyone tell me how much RAM will really be used by SQL Server? 72 GB are currently installed. As Windows is only able to use 32 GB is SQL Server able to use the other 40GB + the unused part of the first 32 GB? Thank you very much! BR Matthias

  • Optical Drive makes noise twice on startup

    Hi all, This problem first appeared when I first changed my RAM from 4GB to 8GB last year. After a year, the RAM broke down, failed the hardware test. I replaced it and though the hardware test is passed, the optical drive noise issue persists. The p

  • Opening new tab with java/javascript/javafx?

    Are there any methods that allow to open a new Tab? No tab in a TabPane, in your Browser. Thanks in advance

  • RBDAPP01 - First IDoc the CMOD works all subsequent ones don't..

    Hi All I have an interesting issue with RBDAPP01, I have developed a CMOD in Include ZXVEDU04 to block duplicate orders based on the cust PO number and to convert the quantity coming in if certain Units of measure are specified by the trading partner