[CS4 / Win] Could you give me idea how to export indd to WMF?

Hello,
My task is exporting InDesign document to WMF.
I tried to do the following:
1. created kWindowViewPortBoss boss:
InterfacePtr<IWindowPortData> pWinPortData(::CreateObject2<IWindowPortData>(kWindowViewPortBoss));
2. got IWindowPortData interface and set SysPort which I created before:
pWinPortData->Set(hWnd, hDC);
3. created context for IDrawMgr::Draw:
InterfacePtr<IViewPort> pViewPort(pWinPortData, UseDefaultIID());
AGMGraphicsContextWith<AGMAcquireCoordSys, AGMAcquireClip> context(pViewPort.get(), PMMatrix());   
4. called IDrawMgr::Draw:
InterfacePtr<IDrawMgr> pDrawMgr(pWinPortData, UseDefaultIID());
piDrawMgr->Draw(&context, page_item_ref, 0);
The InDesign falls on IDrawMgr::Draw with access violantion error
Is my way of exporting right?
Which of my steps are not right?
May be is there simpler method of exporting indd to wmf?
Could you suggest to me directions where to look for solution of my problem?
thank you in advance!

To Csound1
Hi mate, thanks for the info, the original Server p09- etc remains in the box in Mail Preferences, but I went into
System Preferences Mail section and entered your suggestion in the imap box.
I ran a test email, IT WORKS!
You certainly deserve to double your status of Level 2 (12,355 points).
All my best wishes.
Incidentally, I'm a retired electrician, so if anybody in the community needs a question answered, let me know.
Deerick.

Similar Messages

  • Who could you give me some general idea

    hi all
    who could you give me some general idea about that
    developping a web service that may be used for monitoring the performance of the Windows PC on which it runs. The web service will return key performance metrics, such as peak performance,maximum memory, current load, and current available memory. A secondary aim will be to develop a portlet that will provide an interface to the service.
    Tomcat or J2EE web server, JSR-168 compliant portlets, and Web Services for Remote Portlets (WSRP) should be metioned!
    thanks
    with regards
    Dashan

    First of all, if you want to create a chess board, create a panel with a grid layout. The grid layout will carry the number of rows and columns that you need.
    Second, you will have to set the color of each grid alternatively to black and white.
    After you have done this, your chess bord is ready.
    Now...coming to the mouse events:
    You will have to implement a MouseListener and implelemnt the method mouseClicked(MouseEvent e) attached to the container.
    So when you use the methods getX() and getY() based on the MouseEvent e...
    e.getX(); //Returns the horizontal x co-ordinate
    e.getY();// Returns the horizontal y co-ordinateHope this helps.
    Vijay :-)

  • Did anyone ever do wedding invitations in pages if so could you give me some info on how to do this

    did anyone ever do wedding invitations in pages if so could you give me some info on how to do this

    Why did you pay for Pages 5? Nearly everyone gets it for free and if you have iWork '09 you can upgrade for free, all 3 apps.
    For the layout of a Wedding Invitation, either buy a set of templates from the Mac App Store or places like Jumsoft, or look for a Word template you like from the Internet and open that in Pages.
    A wedding invitation just consists of text and some graphics on a specified sheet of paper. Usually quality paper you can buy precut and which may be folded to purpose. Just position the text and the graphics where you want on the page, do a few test prints to see if you like it and everything is OK, then reproduce.
    If you want to merge names and addresses from either Contacts or a Numbers spreadsheet, I repeat you can not do this in Pages 5.
    You need Pages '09. You can buy iWork '09 which has Pages, Numbers and Keynote '09 in it for US$26.99 from Amazon.
    Or do it with LibreOffice [free].
    Peter

  • Design patterns,about value object ,how?why?could you give me a soluttion

    design patterns,about value object ,how?why?could you give me a soluttion
    use value object in ejb,thanks
    i want not set/get the value in ejb,find the method to solve it ,use value
    object ?
    how? thanks.

    Hai
    Enter your telephone number here, at the top it will say your Exchange, Phone and cabient number. If it doesn't mention cabinet that means you are directly connected to the exchange and not via PCP.
    If you are connected to a cabinet and it doesn't say FTTC is available, ask your neighbor to-do the same test (they have 2 be infinity connected). If they are, then proceed to contact the moderators here. Though it could not be showing because all the ports have been used up in the FTTC Cabinet.
    If this helped you please click the Star beside my name.
    If this answered your question please click "Mark as Accepted Solution" below.

  • I'm unable to download the German dictionary. I tried to do it with a 3g connection, but I failed because of that. Now I have a wi-fi connection, but I still can't download it. Could you give me advice please?

    I'm unable to download the German dictionary. I tried to do it with a 3g connection, but I failed because of that. A message said that I had to have a wi-fi connection to contine the download. Now I have a wi-fi connection, but I still can't download it. Could you give me advice please?

    I did activate the German keyboard, and I entered in the application "notes",in which I typed a german word with the german keyboard... But I can't get "define". It only appears to me when I select a word from an ebook, but when I ask for the definition of a German word there, it simply says "no definition found", as if the German dictionary didn't exist. I know that it exists... When I tried for the first time to get a definition for a German word, it appeared a writing which asked me if I wanted to download the German dictionary. I selected "yes", but I was connected to a 3g connection at the moment, so the ipad didn't download the dictionary, but another writing told me that the download would have continued when I was connected to a wi-fi. It didn't. And now I don't know how to continue the download. I've installed the French dictionary and the English one, but for the German one that's what happened. Maybe the ipads work differently in each country?

  • Could you please tell me how to find the cause that made I/O high

    Could you please tell me how to find the cause that made I/O high
    please let me know

    hi ,
    Without any backgound inforamation it is very difficilate to help u out .
    Please Provide the statpack/Awr report durring that priode. oherwise top 5 wait event. so we can give some suggestion on this.

  • Please give me idea how I highlight the gird row which have

    Sir
    I have gird with 5 column
    Vno
    Code
    Dept
    Date
    Amount
    Sir my need is which record have above 5000 amount that color read and other color blue
    It means above 5000 highlight in grid
    Please give me idea how I highlight the gird row which have above 5000 maount
    Thank
    aamir

    PROCEDURE pr_Set_VA (p_VA IN VARCHAR2) IS
    v_Feld VARCHAR2 (30);
    v_Item VARCHAR2 (61);
    v_Block VARCHAR2 (30);
    BEGIN
    v_Block := :SYSTEM.CURSOR_BLOCK;
    v_Feld := Get_Block_Property (v_Block, FIRST_ITEM);
    WHILE (v_Feld IS NOT NULL) LOOP
    v_Item := v_Block || '.' || v_Feld;
    Set_Item_Instance_Property (v_Item, CURRENT_RECORD, VISUAL_ATTRIBUTE, p_VA);
    v_Feld := Get_Item_Property (v_Item, NEXTITEM);
    END LOOP;
    END;

  • Within redbox I can not click on a movie and get information about it, instead I get an error message that says that the situation may be temporary. yet i keep having the same problem. Do you have any idea how to fix the problem?

    Within redbox I can not click on a movie and get information about it, instead I get an error message that says that the situation may be temporary. yet i keep having the same problem. Do you have any idea how to fix the problem?

    Did you delete all receipts with iDVD in the file name  with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder before installing the new copy?  If not then do so and delete the new application also.
    Click to view full size
    Then install iPhoto from the disk it came on originally and apply all necessary updaters: Apple - Support - Downloads
    OT

  • You have any idea how to fix an accelerometer in iphone 4 void of warranty?

    do you have an idea how to fix the accelerometer in an iphone 4? (the warranty is void)

    Check your local CraigsList. There are often many people claiming they will repair iPhones at lower prices than Apple will charge. But you get what you pay for; you're better off going to Apple and getting it repaired by them, even though you're out of AppleCare and will have to pay for it.
    Did you jailbreak your iPhone? If that's what has disabled your accelerometer, you might be able to "repair" it yourself. Do a Google search on "iphone 4 accelerometer repair" for videos and instructions.

  • TS1453 Hi, I bought Apple tv traying to rent a movie but there problem with itunes, and there is on apple tv don't have my country. could you help me please how can I solve this problem?

    Hi, I bought Apple tv traying to rent a movie but there problem with itunes, and there is on apple tv don't have my country. could you help me please how can I solve this problem?

    Whinston,
    I live in Azerbaijan. Recently I bought apple tv in New York. When I come back to my country tried to rent movies from my country but couldn't find my country name on apple tv menu, so there is a problem I don't know how to fix it. is there have another way to take a rent movies?

  • I'm new to Mac and I have a Mac Mini. Could you please tell me how I could paste an URL to a video downloader like "Coolmuster Video Downloader for Mac"? I can copy the url but I could not paste it on the downloader. I appreciate your help to my problem.

    I'm new to Mac and I have a Mac Mini. Could you please tell me how I could paste an URL to a video downloader like "Coolmuster Video Downloader for Mac"? I can copy the url but I could not paste it on the downloader. I appreciate your help to my problem.

    Is this happing because the external is formatted to PC and not mac?
    Yes that is correct.
    Will I need to get a mac external hard drive if I wish to continue to save my documents like this?
    If you no longer use a PC you could format this drive for the Mac. However be aware that formatting a drive will erase all the data on it. So you would need someplace to copy the data off this drive to while you did the re-format and then you could copy the data back.
    You could get another drive, format it for the Mac and copy the data to it. Then re-format the original drive and use it as a backup drive. Always good to have backups.
    Post back with the drive type and size of the current drive, if you are doing backups now and how and if you still need to access this drive from a PC.
    regards

  • Could you let me know how to enable and use ITS on SAP ECC5  and ECC6

    Could you let me know how to enable and use ITS on SAP ECC5  and ECC6

    Hello Tina,
    please see here
    in tree select "Installation and Activation"
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/4f/2e6a52c3cdc44d83169b181a9c62ba/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/4f/2e6a52c3cdc44d83169b181a9c62ba/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw70/helpdata/en/b8/2a8d65be7eee4eb66067f8a33d1c8b/frameset.htm">http://help.sap.com/saphelp_nw70/helpdata/en/b8/2a8d65be7eee4eb66067f8a33d1c8b/frameset.htm</a>
    best regards

  • Could you please tell me how to resolve the following import error? Thanks.

    Hi,
    When run the following command to import two tables:SPSSDMRESPONSE_LOG and SPSSSCORE_LOG, there are some error in the log. Could you please tell me how to resolve these error? Thanks.
    Command:
    imp S3SLORL10/Pass1234@SPSS file=/yhan/subTables.dmp ignore=y tables=SPSSDMRESPONSE_LOG,SPSSSCORE_LOG
    There are some error in the log file.
    The log file is:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses WE8MSWIN1252 character set (possible charset conversion)
    . importing S3SLORL10's objects into S3SLORL10
    . importing S3SLORL10's objects into S3SLORL10
    IMP-00061: Warning: Object type "S3SLORL10"."Info224_T" already exists with a different identifier
    "CREATE TYPE "Info224_T" TIMESTAMP '2011-09-21:06:54:13' OID 'A1F8D176EF2949"
    "07882153DE7E4CC9F9' AS OBJECT ("SYS_XDBPD$" "XDB"."XDB$RAW_LI"
    "ST_T","Response" "Response225_COLL","Property" "ModelOutput223_COLL")FINAL "
    "INSTANTIABLE "
    IMP-00063: Warning: Skipping table "S3SLORL10"."SPSSDMRESPONSE_LOG" because object type "S3SLORL10"."Info224_T" cannot be created or has different identifier
    IMP-00061: Warning: Object type "S3SLORL10"."Metric214_COLL" already exists with a different identifier
    "CREATE TYPE "Metric214_COLL" TIMESTAMP '2011-09-20:09:56:02' OID '98999BF48"
    "84F4BAB81D391109E4BB823' AS VARRAY(2147483647) OF "nameValueT"
    "ype208_T""
    IMP-00063: Warning: Skipping table "S3SLORL10"."SPSSSCORE_LOG" because object type "S3SLORL10"."Metric214_COLL" cannot be created or has different identifier
    IMP-00017: following statement failed with ORACLE error 942:
    "ANALYZE TABLE "SPSSDMRESPONSE_LOG" ESTIMATE STATISTICS "
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    IMP-00017: following statement failed with ORACLE error 942:
    "ANALYZE TABLE "SPSSSCORE_LOG" ESTIMATE STATISTICS "
    IMP-00003: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    Import terminated successfully with warnings.

    *Import of table containing object type(s) fails with IMP-00061 IMP-00063 [ID 203822.1]*
    in short: search for the TOID_NOVALIDATE parameter

  • Hello, could you please tell me how much is replacement of cracked iPhone 5 screen. Thanks

    Hello, could you please tell me how much is replacement of cracked iPhone 5 screen. Thanks

    Depends on your country
    In US
    some Apple stores will replace the screen on iPhone5 and 5C and if the service is available the cost is $149
    Where the service is not available  then an exchange iphone  price is $269

  • Cannot update my iPad2 to 5.1 An unknown error message cancels the download process. Could you please inform me how to fix this issue? Thanks!

    Cannot update my jail broken iPad2 & iPhone 4S to 5.1
    An unknown error message cancels the download process. Could you please inform me how to fix this issue? What is also odd is the fact that the update through iTunes is substantially bigger than downloading it directly OTA, although both methods have been unsuccessful so far...
    Thanks!

    About the only thing you can try is using the Online Internet Recovery system to reinstall Lion on your Mac over the top of the current install. that will reset all system files and should not touch your personal files or the apps you have installed.
    Or iof you have a recent Time Machine backup use that to restore your Mac to that point in time.

Maybe you are looking for