Acrobat 7.0 properties not getting updated

Hello Everybody,
The PDF properties of the file that i am changing in my application is not reflected in the PDF File
I have used the below code to set the property:
CAcroPDDoc acroPDDoc;
acroPDDoc.SetInfo (_T("Creator"),pdfDocProperties.m_Creator);
acroPDDoc.Save(1,strFileName) ;
The document properties sets fine for the file in Acrobat 9.0 where this is not properly setting for Acrobat 7.0.
Below is the code for the acroPDDoc.Save
long CAcroPDDoc::Save(short nType, LPCTSTR szFullPath)
long result;
static BYTE parms[] =
VTS_I2 VTS_BSTR;
InvokeHelper(0x17, DISPATCH_METHOD, VT_I4, (void*)&result, parms,
nType, szFullPath);
return result;
Is the syntax wrong or its as per the specification of Acrobat 7.0?
Regards,
Nethaji

ok Aandi
let me summarize what our problem is
we are using the below code for setting document properties say "Eg: Title " for PDF file through our application
CAcroPDDoc acroPDDoc;
acroPDDoc.CreateDispatch(_T("AcroExch.PDDoc"))
if ( acroPDDoc.Open( strFileName ) )
acroPDDoc.SetInfo (_T("Title"),pdfDocProperties.m_Title);
acroPDDoc.Save(1,strFileName) ;
acroPDDoc.Close();
The title field is not getting updated in the PDF FILE; Whenever "acroPDDoc.Save" is executed the Title filed gets updated with "Title" as it is .we have tried several scenarios given by you but still we cannot conclude this one.
The acroPDDoc.Save code is :
long CAcroPDDoc::Save(short nType, LPCTSTR szFullPath)
long result;
static BYTE parms[] = VTS_I2 VTS_BSTR;
InvokeHelper(0x17, DISPATCH_METHOD, VT_I4, (void*)&result, parms, nType, szFullPath);
return result;
The above acroPDDoc.Save works properly for Acrobat 9.0.it updates the title field
This problem occurs in Acrobat7.0 and not in 9.0
This is our problem please help us.

Similar Messages

  • Backing bean properties not getting updated

    I have an input text in my JSP page and it is component-bound to backing bean. The problem is that when I change value of the InputText in the JSP, the value is not getting updated in the backing bean.
    Here is the InputField definition in JSP page.
    <h:inputText binding="#{backing_employeeEdit.firstName}"
    id="firstName"/>
    and here is the setter in backing bean
    public void setFirstName(HtmlInputText inputText1) {
    this.firstName = inputText1;
    Pls note that there is no validation errors because the page navigates successfully. The only problem is that new value is not updated.

    I don't know, wht exactly u wants to do... Here is java code and is working fine for me...
    Emp.java
    public void action() {
         System.out.println(inputText.getValue());
         Emp tt = new Emp();
         inputText.setValue(inputText.getValue().toString()+"bilal");
         tt.setInputText(inputText);
         System.out.println(inputText.getValue());
    JSP...
    <f:view>
    <h:form>
    <h:inputText binding="#{emp.inputText}" />
    <h:commandButton value="submit" action="#{emp.action}" />
    </h:form>
    </f:view>
    faces-config file contents....
    <managed-bean>
              <managed-bean-name>emp</managed-bean-name>
              <managed-bean-class>
                   com.nous.application.Emp
              </managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
    Here scope has to be session, otherwise u will lose old value...

  • Properties not getting updated during dimension build

    Hi-
    I'm building an Account dimension. The build only updates the aggregation property and not the storage property. Any pointers at what can be the issue?
    I've a rule file that is set to allow property changes.
    thanks
    PARENT0,Account     CHILD0,Account     ALIAS0,Account     PROPERTY0,Account     PROPERTY0,Account
    AC_1     AC_2     Desc1     +     Dynamic Calc
    AC_1     AC_3     Desc2     +     Store
    AC_2     AC_2a     Desc3     +     Store

    Check out the link here: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/dotrules.htm
    Table 39. Member Property Codes shows the proper coding for properties. As far as I know, you need to use the codes instead of the store option names. S for store, X for dynamic calc, etc.
    Cheers,
    Mehmet

  • Descriptor properties not getting updated from the BPEL console.

    Hi,
    I am facing issues with updating the descriptor properties, like path for the rejectedMessageHandlers for file adapter, from the BPEL console. The issue is indeterministic in nature, meaning sometimes it happens and sometimes it doesn't, but majority of the times it does.
    I tried this putting the BPEL process in the turned off sate as well, but no good.
    The BPEL PM version is 10.1.2.0.2
    Thanks,
    Prem.

    Hi Clemens,
    Could you please update me on this issue, if this is a bug.
    Thanks & Regards,
    Prem.

  • 544 Movement ,Qty & value is not getting updated in MC.9

    Dear friends,
    MC.9 & MB5b report is showing difference in Qty & Value.In my analysis i came to know that 544 movement is not getting updated in MC.9. I also Checked the Statistically relev. key as 2 and Consumption posting   G  in OMJJ.
    I require the info about MC.9 configuration or any info related to this.

    Hi,
    Please refer SAP note 581240 for this.
    For these stocks you have three valuation types for selection:
    ' ' = no inventory valuation
    'A' valuation = without reference to sales document ('make-to-stock
    inventory')
    'M' = separate valuation with reference to the sales and distribution
    document/project
    ONLY stock/stock movements with special stock valuation 'A'
    (make-to-stock inventory) are updated in Inventory Controlling.
    Thus, if you find a document which is not updated in the info structures
    of Inventory Controlling (S031-S039) and you require this, check the
    corresponding documents in the materials management tables. You can find
    the special stock indicator and indicator of the valuation of the
    special stock, for example, in document segment table MSEG in the
    following fields:
    MSEG-SOBKZ = Special Stock Indicator
    MSEG-KZBWS = Indicator: Special Stock Valuation
    Only A type (make to stock ) are updated in the info structures.
    Hoping this helps.
    Regards,
    Rajesh.

  • Master Data is not Getting Updated Properly.

    Dear Expert,
    I am trying to pull the data by Info package but The text is not getting updated.
    The Master data object is    0BPARTNER .  To update this Master data , we ghave 2 info packages
    0BPARTNER_ATTR   and    0BPARTNER_TEXT.    But the text is not getting updated ( like the fiels E-mail address, Address 1, Address 2, Address 3, Address 4,.... Phone No,Etc.
    What could be the Reason for this and How can I solve this issue  ?
    Tahnks,
    Utpal

    Hi,
    Could you please check the data in RSA3.
    If everything is there in R/3 side.Then,please check are you giving any
    condition in the infopackage .
    Please run the infopackage without giving any condition.
    Thanks,
    Saveen Kumar

  • Tax is not getting updated in Sales Order Pricing Conditions

    Hi ,
    Tax is not getting updated in Condition of sales order when creating Sales order but when we click on update button it is calculating correctly.
    Following are the changes for in the standard Pricing:
    1) Created ZPSC condition type to calculate the sur-charge from Z-table
    2) ZPR0 Condition type to calculate the sum of PR00 and ZPSC
    So tax has to be calculated based on the ZPSC value, but it is calculating the tax based on the PR00 base price.
    We implemented the logic for updating values of  Amount and condition values for ZPSC and ZPR0 by creating custom Routine 904 in Calculation types and assigned the routine in Pricing Procedure.The correct values are coming till NET VALUE 3 but tax is calculating based on the PR00 net price.
    I debugged the code for Tax Routine the value for Net value (NETWR) is the base value price but displaying correctly in Net value screen of Conditions tab.
    Please suggest how to update the Tax values correctly without manual update.
    Thanks ,
    Rajesh Sanapala.

    Hi Lakshmi,
    I am using a TAXINN procedure.....to correct my self can u brief me abt the CIN configuration settings required from SD point of view......how many tax codes have to be maintained for capturing the BED,EDCess,SHED cess,VAT,CST and what are the condition types required for capturing the same.....
    I am using JEXQ-A/R BED ......for capturing the BED....and so on ......I feel that i have missed out on some settings ,thats why few conditions are getting captured and some are not.....It would be great if you ca nhelp me on this.
    Thanks
    Ivy

  • Data is not getting updated in CRM

    HI experts,
    I am updating the new address and postal codes in ISU.And now if I check these address for buisness partner in CRM. Its not getting updated.
    why this is happening?
    Is there any BDOC used in this case then how we can check that BDOC?
    Thanks,
    Jassi

    Hello
    I am sure that the problem occurs due to this.
    You need to know the error message. To do this:
    1) Choose any red document from transaction SMW01
    2) Click on button "Show BDoc message errors/receivers" (9th button from the left)
    3) In the opening window there is a button "Errors". There is where you can find the error message.
    I hope it helps. Please, provide points if helpful.
    Joaquin

  • Data is not getting updated in table using RFC

    Hi Experts,
    In my scenario, I am calling one RFC using RFC receiver channel. After running scenario, channel is showing status that RFC executed successfully. But when I am checking tables in R/3 system, data is not getting updated.
    Moreover , when we tried to execute the RFC manually in R/3 system, that time data uploaded into table successfully.
    Could anybody tell me what would the reason that data not uploading into table when we send it through XI.
    Regards,
    Sari

    HI Sari,
    as you have scenario with RFC receiver.. and as you mentioned that it not updating tables when run through PI but when you execute RFC manually tables got updates.. then following are the options you can check..
    -- if you check RFC communication channel and if everything ok on then.. this means that your RFC is getting triggered successfully..but as you said tables are not updated.. for this you can go to SXMB_MONI and check the log take payload after mapping.. and compare it with the input when you try to execute it manually.. I think the input when you try manually and input to RFC when you try through PI is different and that is causing the Problem.. you will be able to see the difference in input then check.. I think the problem is data and not RFC communication channel..so by using this you will come to know difference
    -- else if possible configure your ID in PI in RFC Receiver and then check and put breakpoint on ABAP side.. so that when PI will hit RFC you will get it in debug mode and able to see what is going wrong..
    Thanks,
    Bhupesh

  • The currency is not getting updated in the table VBAP

    Hi ,
    The currency is not getting updated in the table VBAP. The currency was suppossed to be copied from the header table VBAK for a Sales Order. When the user creating a Sales Order the currency WAERK is not shown in VBAP table. VBAK-WAERk is in EUR . Does anyone know why is this happenning?
    Currency is maintained in the Customer Master, Material Master and Sales Org. Any suggestions?.
    Also it is happened for only one line item in a set of line items , Other line items did display the currency field.
    The net Value has data in it .
    The system is ECC 5.0
    Regards,
    Senthil

    Dear Senthil,
    Please apply the following notes (if they apply to your support pack level) and retest:
    1460621 VBAP-WAERK is deleted after the sold-to party is changed
    1426441 VBAP-WAERK deleted for subitems
    1493998 VBAP-WAERK deleted for subitems
    This should resolve the issue. I hope this helps.
    Best regards,
    Ian Kehoe

  • Data is not getting updated in DB table

    hi all
    i am doing IDOC to jdbc scenario
    i am triggering idoc from R/3 and the data is going into DB table
    sender side:       ZVendorIdoc
    receiver side:
    DT_testVendor
      Table
        tblVendor
          action       UPDATE_INSERT
          access      1:unbounded
            cVendorName 1
            cVendorCode 1
         fromdate    1
         todate      1
          Key
            cVendorName  1
    if i trigger idoc for example vendor 2005,2006 and 2010 data is getting updated in the table
    but again if i trigger idoc for same vendor nos data does not get updated in DB table while message is successfull in moni and RWB both
    plz suggest if any change need to be done to update the data
    Regards
    sandeep sharma

    Hi Ravi
    you are right, vendor no is my key field . problem is when i send data again then it should Update the data but it's not updating the data again
    i did on exp with this : i deleted all the record from the table and then  triggered idoc for vendor 2005 , 2006,2010 after this data is updated in the table i deleted the rows for vendor no 2006 and 2010 and kept the row for vendor 2005
    then i again trigered the idoc for vendor no 2005,2006 and 2010 now this should update and it should insert rows for vendor no 2006 and 2010 but i am surprised its not updating the data
    Thanks
    sandeep

  • Data is not getting updated in R3 from CRM

    Hi All,
               I have a small query pertaining to CRM Middleware.
    We have extended the standard scenario using EEWB for sending few customer fields thru CUSTOMER_H. This is assigned to the adapter in R3AC1.
    The data is getting populated in the structure correctly. But the problem is that the Z* field is not getting updated in R3. The more strange thing is that it is getting overwritten in CRM by data from R3.
    I have checked the problem and found out that the updateflag for z* field is missing. But the problem is that I donot know, how to populate the update flag for the field.
    Is there any customization or setting in EEWB for updating the flag?
    Please help... Please let me know if u want more informaiton.
    Thanks
    Sanu

    Sanu,
    The reason for R3 data getting overwritten in CRM is because the BSS_CENTI has a blank record
    and BSS_CENTIX structure might have a X indicator within BAPIMTCS structures.
    BSS_CENTI holds central data for the customer and BSS_CENTIX holds the change flags for the fields in central data.
    To fix this issue, you have to use CRM table SMOFSUBINT and configure a custom function module which basically yanks the 2 structures from BAPIMTCS table.
    Note:- You do this ONLY if you don't want custom fields from ECC to update CRM. Otherwise you have to make sure the BSS_CENTI and BSS_CENTIX structures are consistent in CRM and ECC.

  • PO Vendor Email ID is not getting updated in PO Output Tab

    Hello Experts,
    We are facing any issue with the PO vendor email id.
    Scenario: While creating the PO, we are mapping the vendor address (Like, Email, phone no, fax no .)From shopping cart which are custom fields of shopping cart.
    And these address details getting flowing to PO while creating PO.
    And we can see the updated address in partner details for the vendor.
    But the issue is coming as, this email id and fax no has get update in the PO Output tab also. This is not working for only email id, where as fax no id getting updated in the PO Output tab.
    Can you please check this and provide us a solution for this issue. Why only the email is not getting updated.
    I noticed that, there is FM module which gets address details of the vendor BBP_OUTPUT_PO_PARAMS_GET from the memory which is not getting the correct details
    Seeking your help.
    We will appreciate if somebody can provide us solution for this issue.
    Thank you,
    Bharathi.
    Edited by: Latha V on Feb 11, 2009 10:01 AM

    Hi check follwoing
    1. Set Delivery complete indicator at plant leve
    spro - mm --inventory mgmt ---Goods receipt --- Set delivery complete indicator
    2. Control field selection for MIGO to disable users from changing it.
    spro -- Materials Mgmt -->Inventory Mgmt -- Settings for enjoy Transaction -->Field Selection for MIGO
    and chek this link
    ["Delivery Completed" Indicator
    Regards
    Kailas Ugale

  • Item text (BSEG-SGTXT) is not getting updated in Payment document generated

    Hi All,
    Item text (BSEG-SGTXT) is not getting updated in Payment document generated through F110.
    After generating the payment document via Transaction Code u2013 F110, system is not updating the
    Text field (BSEG-SGTXT) in the payment document with the text that we have entered in the Invoice (MIRO or FI Invoice).
    In case of manual payment (F-53) we can input the text manually hence that will get updated in
    payment document but this thing is not possible with F110.
    How can I update it?
    Is there any configuration for that?
    Thanks
    Daniel Dorta

    Hi All,
    I've applied the two notes as recommended. However, when I run FBL3N for payment run items, the Text field is update with wrong data, i.e. not from the Text field in FB60
    Thus, I'll like someone to help me with what should exactly be done on the 'Step', 'Pre-requisite' and 'Substitution' side of the Substitution rule (TCode GGB1), I did not fill anything in the Pre-requisite box - is this right?
    Thanx in advance.

  • Leave approved in Portal is not getting updated in Infotype 2001

    Hello,
    I am using the standard WF - WS12300111 for Leave Request in the Portal.
    The workflow is working fine in the portal; Manager could approve / reject the leave request in MSS and it is updating the portal Team calendar and ESS Employee Leave details.
    However the approved leave is not getting updated in the Absence infotype 2001 in the back-end system.
    Could you help ? 
    Kind Regards
    Desy

    Program (SE38) - RPTARQPOST has to be scheduled in order to update the status of leave requests and post to PA2001 after they have been approved.
    Is there any other way ?

Maybe you are looking for

  • Time-dependent Vendor Master & Handling Special Characters

    Hi, I need to extract time-dependent Vendor Master. 1. The data source for <b>0VENDOR</b> does not have fields to hold the valid date range. 2. Does the Master data in R/3 for Vendors will hold the valid date range? 3. The text for <b>0VENDOR</b> pro

  • HP LaserJet Pro MFP M127fw

    We kept getting the first page of a 14 page fax (about 20), nothing else.  Now the machine is constantly saying "receiving page 1" and nothing is happening.  When we turn it off and back on, in about 10 seconds it goes back to saying "receiving page

  • Scrolling issues with a PDF in Preview application

    I have a Macbook Pro Retina 15 Inch. When I view a pdf in the Preview app, the document stops scrolling after two pages. I saw in other forms to change my mouse settings to scrolling with inertia, however, that setting was already in place.

  • APs joined wrong Controller...

    Just plugged in 5 3602i APs and instead of joining the controller for this building they joing a controller for a different building. Not sure what to look for on the controllers or what to post...but why would this happen? How can I get them off the

  • Duplicating items in subcontracting challan, referring Tranfer posting doc.

    Hi all, If I issue 2 items thru MB1B ,for a subcontracting vendor and when iam creating subcontracting challan referring this mat docu(tranfer posting), system is defaulting 4 entries(in the challan) , two for each component. I want to know     wheth