About the validity of CosObj after PDDoc save

I know that a CosObj will be invalid after PDDoc save with linearize or full save.
But I'm not sure that CosObj is still valid after save with increment.
By now I use the CosObj after increment save is OK,i just want to confirm that this is OK.
Any advice?
Thanks.

lrosenth wrote:
You are removing the CosObj from an Array and then saving the changes incrementally.  That means that the object is still in the PDF but "unattached" to anything (I am assuming) so it is now marked as free in the xref.
BUT then you want to reattach it back to the same array?   Are you going to save again?  Don't understand the workflow involved....
Yes, you are right. I want to reattach it back to the same array.Only one precondition:not want to create a new CosObj.
After that, save again.

Similar Messages

  • AI plugin: When I try to close the file( not Illustrator), after I save, I've to close it manually.

    HI All,
    I use AI plugin- custom defined. When I try to close any AI file after I edit(without saving it), it gives me a pop-up saying "Save changes to AI document "xxxx.ai" before closing?" with three options- Yes, No or Cancel. If I click on "No" or "Cancel" it behaves normally(as expected) and when I click on "yes", it saves the file but doesn't close it. I have to close the file again, which is not the expected behavior. Please help me....

    This isn't an answer to your question, but rather some general debugging tips to use with the Illustrator API.
    First of all, almsot every API call returns an AIErr value.
    You can start to debug this code with
    AIErr error=kNoErr;
    AIDocumentHandle doc;
    error = sAIDocument->GetDocument(&doc);
    if(error)
      //There was a problem in the GetDocument call.  Inspect the value of 'error' to see which error it reports.
    error = sAIDocumentList->Close(doc);
    if(error)
      //There was a problem in the Close call.  Inspect the value of 'error' to see which error it reports.
    I wouldn't recommend it except when debugging because the API may change between versions, but the Handle classes are all pointers, so you can initialize them to zero.  Then, you should be able to see if GetDocument is changing doc and whether your error is from using -> with an uninitialized pointer.

  • Where do I complain about the 5s charger? After having my phone 5weeks and being careful with it, the charger has broken.

    Where/ how do I complain about a broken charger? I have had my phone 5 weeks and been very careful on how I remove the charger from my phone but it has broken.

    So ,take it to an Apple Store genius bar ,it has 12 months warranty

  • How to avoid the switch user screen after screen saver

    HP Pavilion HPE, Model: h8-1280t, Intel i7,. Win 7 Home Edition - 64 bit - brand new
    Following screen saver, computer returns to a "Switch User" screen.  There is only 1 user and I want to avoid going to that screen since it dramatically slows the recognition and return function.  How can I go from Screen Saver directly back to the screen I was working on without going through the Switch User screen first?
    Seahorse2
    This question was solved.
    View Solution.

    Hi,
    Open windows Control Panel, open Personalization, click the Screen Saver link in the bottom right and in the following window remove the tick from the box next to 'On resume, display log-on screen'.  Click Apply, then Ok to save this setting.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • About the gift card balance after purchasing an item

    My apple gift card balance remain the same after I purchase an iPhone.
    I want to buy an iPod now, using my gift card and a debit card.
    But I can not use it without minus the money used by the iPhone!
    Help me!

    iTunes gift cards can't be used to purchase hardware (iPhones, iPods, etc), they can only be used to buy content from the iTunes store (music, films, tv shows, audiobooks), the ibookstore, app store and Mac app store.

  • A new question about the x and y after the addChild

    when i addChild an object to the stage the x and y placement
    of that object is always diff from the ones people display in
    tutorial.
    nowhere in their code or mine did i define the x or y yet....
    so how is it that there placement of when they add the object
    onto the stage is diff then mine???
    Is there something i forgot or do not know of obviously???
    Thank you

    I agree and did always think its 0,0 ..............
    but when i did the tutorial and loaded the movie the card
    lets say was like ot the 0,0 ............
    BUT the tutorials displays like somewhere i'd say 100,100 or
    50,50 ...............eitherway its not like mine at 0,0 ...
    so unless i not seeing something but i am sure as i looked at
    his code and I THINK its the one i showed you too ...
    remove some of the codes and leave the card only and the
    memory addchild code. Then see where the card loads up to
    Eitherways i agree it is always to me at 0,0
    ................so i think i maybe making a mistake.

  • How to get the value of the current form values after "save" in MD form

    Hi,
    I am trying to run a procedure using the form values right after I save the current records in a master-detail form. When I pass the value using p_session.get_value to the procedure, there is only null value passed. I checked the package body generated and found that the OnReset function runs immediately following the saving of the current records and this onReset function is called within the OnSave procedure. So when I save the current changes, I loose the values in the p_session. Any PL/SQL code I write after OnSave, does not get any p_session value.
    Interestingly, in case of just one table form, the OnReset is not within the OnInsert function and it is possible to get the p_session values. OnReset runs after OnInsert and within this two functions we can write any pl/sql code on the Insert button PL/SQL handler.
    I have the following questions:
    1. Why is the procedure written differently in case of master-detail form ? Why is the OnReset inside the OnSave ? How do we write codes which we want to execute before onReset and after OnSave ?
    2. I want to run a procedure after onSave and before OnReset. How do I do that ? Do I have to change the package manually ?
    3. If the above is not possible, I can also try to store the values I need to run the procedure before I save in some variable. How do I do that ? It seems I cannot declare variables to store session values inside the pl/sql event code on Save button, because it gives me error. The variable declaration code goes in between the begin and end of genesys.. procedure and that is not allowed in pl/sql
    Please help me with this. I definitely need to run a procedure after saving for almost all of my forms. Otherwise I am not sure what to do with my development. I am completely stuck with this. Thanks a lot for helping me out.
    Mainak

    Never mind. I found the answer.

  • Question about the choice of containers of the J2EE application server

    Hello,
    I need to be clarified about the J2EE technology. After read some documentation about J2EE, I saw that it is possible to use different kind of containers in order to develop a J2EE application.
    Actually I use an application server (JONAS) with tomcat embbeded so I develop my application that is composed by EJB and servlet. So when I build and deploy my application at the end I have got a .ear, and everything works well.
    But my questions are:
    1- If I installe a J2EE server where a web server (Tomcat or another) is already installed can I use this web server as my web container.
    2- If it is possible how can I indicate to my J2EE server that I want to use this web server as a web container?
    3- And for my application does the .ear will work or do I have to split my entire application in .jar for the EJB and .WAR for the servlet.
    4- My last question, how my .war and .jar will know that they have to work together, in fact do I have to precise a link between them if yes how?
    Thank you very much for any information

    1. Every J2EE server must have a web container, so one will always be installed. As long as you write a compliant .war that is deployed either stand-alone or as part of an .ear, you can be guaranteed it will deploy and run.
    2. The fact that you are deploying a .war or an .ear that contains 1 or more .wars is enough for the J2EE product to know you need to run the web-application on the web container. Many people uses the terms
    web server and web container interchangeably. Often people are more likely to use the term web server if it runs as a separate process. If it helps, you can think of the J2EE web container as being an implementation of a servlet and jsp container that runs on top of a regular HTTP engine, but J2EE vendors don't necessarily have to have separate products for each.
    3. You can either deploy a standalone .war or embed 1 or more .wars within an .ear.
    4. The fact that you have a .war and an ejb-jar within the same .ear tells the application
    server that they're part of the same application. If you need to talk between your web application
    and the ejb, there are number of ways to express that dependency. E.g., if you want to invoke on
    an ejb through its Remote client view, you would define an ejb-ref in the environment of the web-application.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • The question about the HA installation on ECC6.0

    Hi Experts,
    We are about to implement a project with HA environment on the ECC6.0 in the near future, which is just about the ABAP stack. After reading the Installating Guide, I stil have several questions related to the procedures of HA installation.
    In the guide document, I got the following steps to process for realizing the HA of ECC6.0:
    1. Run SAPinst to install the central services instance (ASCS) using the virtual host name on the primary cluster node, host A.
    2. Prepare the standby node, host B, making sure that it meets the hardware and software requirements and it has all the necessary file systems, mount points, and (if required) Network File System (NFS), as described in Preparing for Switchover .
    3. Set up the user environment on the standby node, host B. For more information, see Creating Operating System Users and Groups Manually. Make sure thatyou use the same user and group IDs as on the primary node. Create the home directories of users and copy all files from the home directory of the primary node.
    4. Configure the switchover software and test that switchover functions correctly.
    5. Install the database instance on the primary node, host A.
    6. Install the central instance with SAPinst on the primary node, host A.
    7.If required, install additional dialog instances with SAPinst to replicate the SAP system services that are not a SPOF. These nodes do not need to be part of the cluster.
    My Question is that does standby node(host B in above context) need to install the ASCS, database instance and Central Instance?
    If host B does not need to install the database instance, how about the whole system would be when the primary cluster node (Host A in above context) totally crash, such as power failure.

    Hi Rong,
    I would try to explain it in simple words...
    My Question is that does standby node(host B in above context) need to install the ASCS,
    database instance and Central Instance?
    If host B does not need to install the database instance, how about the whole system would be when
    the primary cluster node (Host A in above context) totally crash, such as power failure.
    1. You don't need to install ASCS on Node B. You are installing it using a VIRTUAL HOSTNAME which represent cluster not individual node. VIRTUAL HOSTNAME is assigned to cluster package, so whichever Node is the owner of the package, will have the VIRTUAL HOSTNAME. (it will switch with cluster switchover)
    2. It is actually a cluster package configuration magic. When Node A is active, cluster package owner is Node A. So all mount points (which is on SAN disk) is mounted on Node A. When you switchover the cluster, those packages will be mounted on Node B.
    Some time single cluster package is used (which includes mount points for SAP instance + Database directories). You can also use 2 cluster package seperating SAP and Database directory structure.
    Only OS related directories should be on servers local disk. All other application related mount points should be on SAN disk which is configured in "Cluster Package". (For example /sapmnt, /usr/sap, /oracle etc.)
    You only need identical users and their enviornment settings on both Nodes.
    In simple words, When primary node fails or crashed only users and thier enviornment setting will be lost. On second node, because of identical users and their profiles, same settings will be available to bring up the SAP system. Your all SAP and Database data is intact as it is on SAN Disk.
    I hope, your confusion is cleared now...
    Regards.
    Rajesh Narkhede

  • Form save problem - lose data after first save

    Hi,
    I have used Reader Extensions to permit Adobe Reader to fill in and save a form but find that after one save the rights are lost. Can you tell me what limits rights? Are there features of a form that may result in the rights being removed after a save? The form in question has some automation, for example it allows a user to click a button to reveal more subforms. It loses the save data rights even if the user just opens the form and then saves it. The next time it is opened the save data usage rights have been removed.

    Check the data binding on the field that loses its value. If it says "none", that's the problem. A quick way to check the bindings is to use the bindings tab on the Report pallette. To see the Report pallette, go to (menu)Window-->Report.
    Jared Langdon
    www.jlangdon.ca

  • I just got my MacBook Pro a month ago. However I am realizing I need more hard drive space due to aps and programs.  I use am external but am concerned about the space. Is there a way to upgrade my hard drive from apple and keep my warranty valid?

    I just got my MacBook Pro a month ago. However I am realizing I need more hard drive space due to aps and programs.  I use am external but am concerned about the space. Is there a way to upgrade my hard drive from apple and keep my warranty valid?

    That would depend on whether your model actually has a hard drive. If you have the new 2013 Retina model, then you have a fixed storage device built-in that cannot be modified after purchase.

  • I am trying to update a chart in Pages that I created in Numbers, but the refresh button does not show up after I save the Numbers file. Thoughts?

    I am trying to update a chart in Pages that I created in Numbers, but the refresh button does not show up after I save the Numbers file. Thoughts?

    It is hard to exactly understand what you have  done or not by you one sentence description. My thought is have you read in the Pages User Guide? Here is what it says about updating a chart in Pages:
    Updating a Chart Copied from a Numbers Document
    If you’ve created a chart in Numbers, you can copy it and paste it into your Pages document. After it’s been pasted into Pages, the chart remains linked to the data tables it references in Numbers. To change the chart data, open the original Numbers document and edit the data there, save the Numbers document, and then refresh the chart data in Pages.To update a chart after you’ve updated its linked Numbers table:
       Select the chart on the page and click the Refresh button that appears.
    Note: You must save the Numbers document before copying and pasting your chart into your Pages document and after editing the Numbers data tables that the chart references.
    I hope it has helped you.

  • It's so annoying!! I have created a new Apple ID but after I click verify it just goes back to the previous page!!! It''s really frustrating I have tried for more than 4H, and the problem is not about the apple ID. I can download apps with the apple ID, w

    It's so annoying!! I have created a new Apple ID but after I click verify it just goes back to the previous page!!! It''s really frustrating I have tried for more than 4H, and the problem is not about the apple ID. I can download apps with the apple ID, which means IMessage is the problem! I restarted my iPad, I logged in and out of the apple ID in the store, AND YET IT STILL WON'T WORK, PLEASE HELP!

    Hi Vmanfromusa!
    It sounds like you are having an issue with activating your iMessage app on your iPad. An article outlining some troubleshooting steps for this issue can be found here:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • I have created a form in InDesign, exported to a pdf, created an editable form and saved.  When I open the form and make changes and save, the reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is alway

    I have created a form in InDesign, exported to a pdf, then created an editable form and saved.  When I open the form and make changes and save, then reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is always minus the edits.   ????

    Hi chuck,
    If you ave created the form and then filling it yourself and saving the form, the filled data should be there when you reopen the same form.
    Can you please send the form to me at [email protected]  so that I can have a look.
    Regards,
    Rave

  • To Disble the Field in Table Control after clicking Save button

    Hi,
    I have a requirement as follows. i need to disable one field in the table control after clicking save button. i tried with SCREEN elements but it disabling whole the table control but i need to disable that particular one record only in the table control. i found Structure CXTAB_COLUMN in documentaion. it has the properties like invisible. can any body tell how can we disble that particular field in table control only for the one record. and how can we use CXTAB_COLUMN.
    Thanks in advance.

    hi,
    do like this...
    in USER_COMMAND_1000 module of PAI,
    MODULE user_command_1000 INPUT.
      CASE ok_code.
        WHEN 'BACK' OR 'UP' OR 'CANC'.
          LEAVE PROGRAM.
        WHEN 'SAVE'.
          fl = 1.
          GET CURSOR LINE lin.
      ENDCASE.
    ENDMODULE.                 " user_command_1000  INPUT
    and make on module disable in Loop Endloop in PBO.
    and write like this...
    MODULE disable OUTPUT.
      LOOP AT SCREEN.
        IF tab1-current_line = lin AND fl = 1.
          screen-input = 0.
        ELSEIF tab1-current_line < lin.
          screen-input = 0.
        ELSE.
          screen-input = 1.
        ENDIF.
        MODIFY SCREEN.
      ENDLOOP.
    ENDMODULE.                 " disable  OUTPUT
    here fl and lin both are type i.....
    and there will b one module in PBO
    MODULE tab1_change_tc_attr.
    in that put if condition....
    MODULE tab1_change_tc_attr OUTPUT.
      IF sy-ucomm <> '' AND sy-ucomm <> 'SAVE'.
        DESCRIBE TABLE itab LINES tab1-lines.
      ENDIF.
    ENDMODULE.                    "TAB1_CHANGE_TC_ATTR OUTPUT
    ur problem will solve...
    reward if usefull....
    Edited by: Dhwani shah on Jan 2, 2008 1:17 PM

Maybe you are looking for

  • Special case of removing duplicate rows ...

    There is small issse that we are facing in SQL. We have a table say A which has a two column ACOL1 and ACOL2. The datatype of ACOL1 column is char(6). This column also has a PK constraint on it. The ACOL2 has a varchar2 datatype. Table A contains val

  • Reg: convertion of char format to RAW.

    hii all,           I am trying to convert the char data of length 22 to RAW16(output length 32) in the below manner.   data : ip type char22,          op type RAW16.   field-symbols: <ptr_y> type RAW16.   assign ip to <ptr_y> casting.   move <ptr_y>

  • Cfoutput query and form field names

    I have a form that have two field inputs. I would like to repeat the form fields as part of a cfoutput query. The first field of the form automatically populates the different person's name (via cfoutput query) and this form field is called "tenant".

  • International contacts on iphone

    hi , I am having a problem with my contacts , i added the numbers but when i receive a msg from the number i just saved it doesn't show up with the name i saved instead it shows up as a number n the general option ( international autematior i think )

  • Every time I publish my captivate 6, the backgrounds change? Anyone have this problem? Or a solution

    I am trying to publish my captivate 6 simulation. I just published it, the backgrounds keep changing or don't pull through and I have a blank screen. Any solutions to this problem?