• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    DWF

    Reply
    Contributor
    lmpmbernardo
    Posts: 13
    Registered: ‎01-18-2011
    Accepted Solution

    reading DWF prior to version 6

    880 Views, 3 Replies
    02-02-2011 04:02 PM
    Hello, This is from PackageReader.h: ///\note This class is built specifically for handling DWF 6 (and higher) packages. /// Please be sure to check the type with \a getPackageInfo() or \a GetPackageInfo() /// and handle single graphics streams separately with the appropriate toolkits. What are the appropriate toolkits that this refers to? Something else besides the DWFToolkit? Thanks, Luis
    Please use plain text.
    Contributor
    lmpmbernardo
    Posts: 13
    Registered: ‎01-18-2011

    Re: reading DWF prior to version 6

    02-03-2011 07:23 AM in reply to: lmpmbernardo

    sorry, it seems the formatting was lost in the previous post.

     

    I guess the appropriate toolkits it refers to are the WhipTK and W3DTK (which come with the DWFToolkit). questions:

     

    -- the DWFToolkit can be used to read DWF version 6 and later; for prior versions we need the the WhipTK and W3DTK. is this correct?

    -- the WhipTK and W3DTK only exist for Windows; Mac users cannot then handle DWF with versions prior to 6. is this correct?

     

    thanks.

    Please use plain text.
    Employee
    Posts: 136
    Registered: ‎06-07-2009

    Re: reading DWF prior to version 6

    02-10-2011 07:30 PM in reply to: lmpmbernardo

    Thank you for your questions.

     

    I will answer them one by one.

     

    1. No, the DWFToolkit, WhipTK and W3DTK work together to read/write DWF file. The DWFToolkit is the main/common interface to read/write DWF (like we can use getPackageInfo() to get the DWF file type); the WhipTK is to read/write 2D data in the DWF, the W3DTK is to read/write 3D data in the DWF.

    Please refer to DWF Toolkit documents and samples to process various type DWF.

     

    1. The DWF Toolkit (includes DWFToolkit, WhipTK and W3DTK) can handle DWF 6 and later version in Mac.

     

    Please let me know if you have any further questions.



    Silvia Cao
    SW Engineer
    PSEB-GE- ACRD PSEB
    Autodesk, Inc.
    Please use plain text.
    Contributor
    lmpmbernardo
    Posts: 13
    Registered: ‎01-18-2011

    Re: reading DWF prior to version 6

    02-16-2011 03:46 PM in reply to: SilviaCao

    this is answered. I was able to read DWF versions prior to 6 in mac os x using the whiptk.

     

    I had been confused by the fact that in windows we explicitly build the whiptk and w3dtk (per the toolkit instructions) while we do not do that in mac os x...

    Please use plain text.