3D annotations and File format Conversion

I am writing a plug-in for Acrobat Extended Pro that will export embedded 3D files in other formats. I only have access to a U3D converter right now but Acrobat saves some files in their PRC format. Is there some way to have Acrobat convert PRC files into U3D?
Thank you in advance for your help.

I've figured everything out. The problem I was having was because I was using fwrite() in text mode instead of binary mode. :p
For anyone reading this later, this is how you convert from PRC -> U3D and back:
1) load the Acrobat 3D Dll (A3DLIB.dll) and do all of the initializations.
2) Then, load the PRC file with the function A3DAsmModelFileLoadFromFile().
3) Then take the model structure you get back and pass it to A3DAsmModelFileWriteToFile(). The A3DAsmModelFileWriteParametersData * parameter will contain the format specifier.
You can save these files as either PRC, U3D version 1 or U3D version 3.
Look here for the full docs: http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/API_References/PRCReference/3D_ API_Reference/index.html

Similar Messages

  • SCOT error "File format conversion error"

    Dear All,
    When a PDF file is sent as a FAX, the SCOT throws the following error with message XS 812:
    No delivery to <fax_number>
    Message no. XS812
    Diagnosis
    The message could not be delivered to recipient <fax_number>. The node gave the following reason (in the language of the node):
    File format conversion error
    Can anybody suggest what could be the problem?
    Note that the normal PCL and RAW data are being sent to the same FAX number without any problem.
    Thanks
    Sagar

    Hello,
    You need to specify the correct formats:
    Check this link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/b0/f8ef3aabdfb20de10000000a11402f/frameset.htm
    Regards,
    Siddhesh

  • Writing Import and FIle Format Plug-Ins for Photoshop CS1

    Hi All,
    I have written two plug-ins (Import and File Format) which work fine using CS2. Unfortunately we need to be able to have them work in CS1 too. I downed the "Adobe Photoshop CS SDK" but when when I looked at the API document ("Photoshop API Guide.pdf"), chapters 6 and 9 are missing and there is no sample code for these plug-in types.
    Could anyone explain why this is?
    How do I write these types of plug-in's for CS1?
    Thanks for your Help
    All the Best
    Dave

    I have published
    GPL source code to many plugins all of which are compatible with Photoshop 3.0 through CS2, on Windows and Mac. Unless you are using CS2 specific features, the your Import and Format DLLs should already work with CS on Windows.
    On the Mac, the executable format changed between CS and CS2, and you would need to build a PEF plugin for CS. MPW and CodeWarrior can do that; Xcode cannot.

  • Purpose of message protocol file and file content conversion

    hi
       i am currently working in idoc to file scenario, 
          In what cases we will go file and file content conversion in message protocol for file adapter.
    can anyone specify the real significance of it? bcoz this may help me and continue my scenario in its suitable path.
    Regards
    Saravanakumar PK

    Hi,
    In XI (internal) all XML message are based on the XI Message Protocol.
    See: http://help.sap.com/saphelp_nw70/helpdata/en/b6/0b733cb7d61952e10000000a11405a/frameset.htm
    XI Protocol is nothing but an SAP XI extension of SOAP protocol and SOAP protocol is nothing but a SOAP request in a HTTP protocol. SOAP request is nothing but SOAP extension of an XML message. Hence finally it drill downs to the fact that XI message is in fact an XML message with some extra information in the header which are SAP specific like the SAP Runtime, SAP Hoplist, etc...
    File Content Conversion
    Integration Engine understands only XML messages.Now if u r handling normal text file such as 'tab separated' file,'# separated' file, or a CSV file, you need to convert the content of the file to XML and File Content Conversion mechanism helps to do this job.This File Content conversion mechanism(option)is present with the File Adapters.both Sender and Receiver.
    How to do FCC:
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp
    Thanks
    Swarup

  • Mail Adapter and File content conversion.

    I have a scenario to send data from SAP to 4 different boards. I have used a Multi mapping for this scenario. I am using Proxy for SAP to xi and SOAP, File and Mail adapter for the external connections.
    Questions:
    1) I need to send a mail in CSV or Excell format in one scenario. I have used AF_StrictXml2Plain Module but its not working? any thoughts?
    2) In the file adapter I have to add the YYYYMMDD (current Date) to the file name? when I use timestamp i get the time too, any way of getting only date? I cant use the Variable substitution as i dont have date in my payload.
    3) Receiver File content conversion:
    My Message Type Looks like this
    MT_XX_XX
         Row
            title
            xxx
    I have used these parameters:
    Recordset Structure:  Row
    Row.addHeaderLine : 0
    Row.fieldSeparator : ,
    Row.endSeparator: 'nl'
    am I doing something worng, the file content conversion doesnt work.
    Please let me know
    Thanks in advance

    Hi,
    Make sure u are using the bean before the mail adapter bean.
    Before using the file content conversion make sure that there are no substructures in it , in order to use addheader line as 0. else use addheaderline 3 and give the headerline as comma seperated values
    for e.g if this is the type then addheader line= 0
    Type 1  :
    Record_Mt
         Row
             field1
             field2
    else if this the type then addheaderline = 3
    *Type 2: *
    Record_Mt
         Row1
             field1
             field2
         Row2
             field1
             field2
    add module like this
    localejbs/sap.com/AF_Modules/StrictXml2PlainBean
    with the module key e.g. key
    for type 1 struct (as above )add parameter- key as singleRecordType  and value as Row with comma seperated value. (remember header line is 0)
    for type 2 structure (as above )add parameter- key as recordTypes  and value as Row1, Row2 with comma seperated value. (remember header line is 3)

  • File format conversion of Target file using FTP adapter

    Hi All,
    I am using FTP adapter to create the file on the Target side. But file needs to below format : How do i conver the XML File fomat( Default generate by XI ) to be generat to below file format;
    000000000000154162,
    CWC1A,,,,
    CWC1B,,,,
    CWC2A,,,,
    CWC2B,,,,
    Please provide your suggestion;
    thanks;
    MK

    Hi Mohan,
       I have a collection of Blogs (links) which Specify the File content conversion parameters.
    File content conversion, I am Not sure as which Link will Match Your Requirement exactly...
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Please see the below links for file content conversion..
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC
    File Content Conversion for Unequal Number of Columns
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns - FCC
    Content Conversion (Pattern/Random content in input file)
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file - FCC
    Regards,
    Sainath chutke

  • Type of adapter and file format

    which will be the right adapter to use in XI
    which will be the right file format to be taken form   e-commerce
    Scenario:-
    1.      A buyer is created in the SAP system.
    2.      The newly created customer or buyer in SAP is synchronized with Web Sphere Commerce using the SAP XI
    3.      The registered customer logs on to the Web Sphere Commerce store.
    4.      The buyer browses the catalog.
    5.      The buyer selects a product from the catalog. The inventory check service is called on the SAP system.
    6.      The buyer adds an item to the shopping cart. An inventory check is done.
    7.      The buyer submits the order for purchase. An inventory check is done.
    8.      The order is transferred to the SAP system through SAP XI for further processing.
    9.      The order confirmation status information is sent to WebSphere Commerce.
    10.  The invoice is issued from the SAP system and the invoice status is sent to WebSphere Commerce.
    11.  The items are shipped and the shipping status is sent to WebSphere Commerce. The buyer can check the order status from the WebSphere Commerce store.

    For points 1 and 2 you may create a new async scenario in XI with Abap proxy/ RFC/ IDoc (as per availability and ease of implementation) as sender and http at receiver.
    For rest of the cases, you may create http to abap proxy sync scenario. The inventory check could be done using RFC lookup at the mapping step.
    Regards,
    Prateek

  • How do I get Import and File Format Documentation

    I requested access to the CS2 SDK spcifically requesting that I wanted to create an Import or File Format plug-in but the documentation and the sample code is missing for those kinds plug-in types. Where can I find the documentation that I need to develop these plug-ins? Thanks. Rich

    You'll have to request that separately (or again). Contact your ASN rep and tell him/her that you need access to Format and Import info. You should be sent (pending approval) the "Advanced SDK" via e-mail.

  • Best Sequence Preset and File Format for Editing HD?

    I'm using Premiere CS4 and I'm starting a new project that was shot in HD. I'm dealing with multiple file formats, as several different types of HD cameras were used. This is for a feature documentary, so I need a balance between  maintaining image quality while sticking with a format that my machine  can handle smoothly. Two questions:
    1. Which HD preset should I commit to for the project (DVCProHD, XDCAM, etc.)?
    2. I want to keep things nice and tidy and convert all of my footage to the same file type. I've found that Premiere works best with AVI files, but I'd like some input on what file format and codec you recommend. I took a stab at converting some files to Microsoft AVI format using the V210 10bit YUV codec, but the file sizes are huge and my system (quad-core processor w/ 12 gigs of RAM) still can't handle smooth playback with them.
    Recommendations? I'm open to purchasing a plugin, 2nd-party file converter, etc. if necessary.
    Thanks,
    Mike

    I would be inclined to use a seq that matches the most prevelent source video you have.
    If you decide to convert everything to one format; both P2 and XDCAM formats are a pretty good balance of file size vs quality IMHO. (both edit very smoothly)

  • MuVo V 100 media explorer and file format

    I usally use MuVo media explorer for ripping CD's for my MuVo V 00 2 GB player. Lately I have been having a strange problem, I don't seem able to change the file format to mp3, only wma is available. Why, and how do I change this?

    iPods won't play WMA. MP3 is the common format.
    For quality I would suggest LAME encoded MP3s, at a minimum bit-rate of 92 kbit/s.

  • Bank File and File Formats

    When sending ach file to bank after it gets placed on application server (what is application server transaction code) a direct interface or not? If not what is a direct interface?
    What is flat file and xml file. Please tell the difference with example??
    What are various file formats sap supports for importing ebs in sap? What information should be requested from bank?

    Hi Sheena,
    1. Outbound files - You can create a ACH file in any format you want. SAP support text file, IDOC.
    After you run your payment program - F110 - the last step is to create the payment medium. When you run this payment medium program it creates the file in a specific format as per your configuration. This file can be stored in your hard drive (C:) or in the SAP server based on the path given by you in the variant.
    You can use T-code FDTA to view the file.
    If it gets stored in C: you can just go to the directory and double click the file.
    If it is stored in SAP server you can use transaction AL11 to view the file.
    2. Inbound file  - The electronic bank statements come in various formats. The most common formats are BAI in US, Multicash in Germany, MT940 in Europe. Each format has been defined separately, you can go to Googe and search for details about these format.
    SAP has standard program which read these formats and post them to your General Ledger.
    If you have more questions, please post them and I would try to answer.

  • Textures and file formats

    Now I have a silly questions,
    I'm testing the try out, to make sure this is the software I want to publish my models with. I would like to create a 3D PDF from a textured 3D model that I created in Maya.
    The DXF exported from Maya show an error " there is no displayable object".
    I exported the model in obj ans in wrl, but the paths to the textured are apperently not loaded in Acrobat3D.
    Do I really have to reassign each texture to its object in the 3D Toolkit. Is there another file format that I can use in which the paths to the textures are saved?
    I have 3dsMax, so the only solution I found is to go from Maya to 3ds and then export an .ase . But it seems quite ridiculous.
    I figure there is a way to do this directly. I am sorry for the stupidity of my question and thanks for your help,
    Steph

    I was told that, if you're using an OpenGL graphics card in OpenGL mode, a 3D capture from inside your application to the 3D Toolkit would capture both model and textures but I've yet to try it myself. Hope this helps. Iam

  • .pst to .mbox file format conversion

    Can anybody provide me a solution to convert .pst file to .mbox file format.
    I am trying to transfer my mail boxes from outlook 2007 that are stored on my windows system in .pst file extension to apple mail in my mac system which imports or stores only .mbox file extension.
    Thank you in advance.

    If you want to convert .pst file to .mbox you can check here:-
    http://www.pstconverterpro.com/features.html
    Some similar threads:-
    https://discussions.apple.com/thread/5004131
    https://discussions.apple.com/thread/5020521
    Hope this helps.

  • VO and file format

    Hello all,
    I've had a Mac for about a month now and I've been using it pretty much for video editing. I use a Sony HDR-SR11 and have filmed primarily in HD. My two questions are: 1. When I import video from my camera to iMovie, what format is it? 2. If I have footage of someone talking and want to use just the person's voice in a voice over is that possible?

    1. When I import video from my camera to iMovie, what format is it?
    I believe all HD content (HDV or AVCHD) are now converted to AIC/AIFF in an MOV file container. SD HDD and DVD content are converted to all I-frame MPEG-2 video and AIFF audio embedded with start/stop offsets (to reduce audio drift) in an MOV file container.
    2. If I have footage of someone talking and want to use just the person's voice in a voice over is that possible?
    If the clip is imported to an iMovie/iPhoto Event, then iMovie '08 can extract and "pin" the audio to AV content already in the project. If not, then it can be externally extracted/converted/imported as a separate audio clip and and used in the same manner as any other audio file. It would not, however, technically be the same as a true voiceover recorded in either iMovie or GarageBand from a mic.

  • Scan and file format converting

    Hello all,
    I was given a challenge to find a way to scan documents (in PDF or JPG) from office's copy machine, then save them in a library and from that point, the user should be able to do the following:
    a. Crop the image
    b. Resize the image
    c. Convert PDF, JPG, BMP and TIFF, between these formats
    d. Merge images to one PDF file
    e. Split PDF pages to images
    Is there any ready 3rd party solution, or someone guide me how should I provide such solution, if possible? We would like to avoid outside the SharePoint 2013 solution.

    The cropping and resizing is probably better done on the scanner, and a lot of third party systems will allow you to do that. They also interface with SharePoint, including metadata etc.
    Likewise, merging and splitting of documents may also be better done outside of SharePoint unless you're prepared to use custom code as these aren't standard functionality in SharePoint.
    I'd take a look at Kofax (http://www.kofax.com/) as they may have the functionality you require.. (Fujitsu and Canon also have specific software for their owner Multi purpose machines, so I would speak to your hardware
    provider for your scanner and ask what SharePoint integration options they offer.)
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

Maybe you are looking for