Set HTML export options

This question was posted in response to the following article: http://help.adobe.com/en_US/fireworks/cs/using/WS4c25cfbb1410b0021e63e3d1152b00db4b-7fd1.h tml

Try setting the img display to block in Dreamweaver. Example:
<img style="margin: 0;display:block;" src="../images/given.gif" height="46px" />

Similar Messages

  • External CSS file in HTML export options

    When exporting to HTML from ID CS5.5, is the option for an external css file a link to a file or a url?

    @ mmurphytech4pub, the External CSS allows you to choose a file from your computer. However, you can also mention an http:// URL if you're CSS file is hosted on a web server.

  • Setting QuickTime export options

    This question was posted in response to the following article: http://help.adobe.com/en_US/Director/11.5/UsingScripting/WScf09ce35f85d76b4-4fdb6b3c11d558 55946-7eaf.html

    When exporting to Quick Time I get an error message: error user parameters list. How do I fix this? I am not using the hard drive, not a portable, and have scanned my computer.

  • Need help setting export options

    I'm working on replacing our old RDC component with the new Java SDK.
    I purchased Crystal Reports 2008 and downloaded the SDK.  Now I'm trying to run a simple example exporting a report to word.  I've built it off of the other export examples I've seen on the site.  None of them seem to give me an up to date example of how to set export options though.
    Exporting seems to work when I export using this:
    ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream) report.getPrintOutputController().export(ReportExportFormat.MSWord);
    But not when I do this:
    ExportOptions opt = new ExportOptions();
    opt.setExportFormatType(ReportExportFormat.MSWord);
    RTFWordExportFormatOptions myOptions = new RTFWordExportFormatOptions();
    opt.setFormatOptions(myOptions);
    ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream) report.getPrintOutputController().export(opt);
    Is there something I'm missing?  I want to be able to explicitly set my export options - especially for other export formats like excel.

    Unfortunately I must still be doing something wrong.  The csv is exported but it comes back with gibberish characters in the file instead of what is in my Crystal.  PDF comes back fine but the other export formats (xls, doc, csv, etc.) all come back with gibberish characters.
    Here is an example of the csv export code I'm using::
    ExportOptions opt = new ExportOptions();
    CharacterSeparatedValuesExportFormatOptions csvOptions = new CharacterSeparatedValuesExportFormatOptions();
    csvOptions.setSeparator(",");
    csvOptions.setDelimiter("\"");
    opt.setExportFormatType(ReportExportFormat.characterSeparatedValues);
    opt.setFormatOptions(csvOptions);
    ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream) report.getPrintOutputController().export(opt);
    I don't believe I can use ReportExportControl - it doesn't seem to be a part of the SDK I downloaded(but maybe I'm missing something) - I need the SDK version for Crystal Reports 2008.
    I do have Microsoft Office 2003.  Maybe this is causing issues?

  • EPub object export options CS6

    Hi,
    Is it true that it is not possible to set object export options as part
    of an object style?
    Ariel

    Thanks Steve.
    Seems a bit feeble.
    I'm thinking of writing a script, in that case. Select an object. Run
    the script. Select an object style from the list the script gives you.
    Click OK (or Done). Now all objects that have the selected style applied
    will have the object export options of the selected object applied to them.
    What do you think?
    Ariel

  • IR export options and embedded HTML

    Good day,
    Apex 3.2.1.00.12, 9.2.0.8 DB, on AIX 5.3.
    I have an IR where in I use html in the SQL that defines it to format certain columns such as the below
    "<div style=""overflow:auto;height:50px;"">column value here</div>"I then define the display type as ' Standard Report Column '.
    That obviously allows me to have some "formatting" power that the IR does not give by default.
    Problem is when I do the export to a CSV I get the html markup included as the value of the column.
    Is there a way I can keep my formatting desires and export without the html included in the value ?
    Also, can I export the whole result set to CSV, not just whatever I have pagination set to ?
    I do NOT have a print server.
    Thanks for your time,
    CLG

    What export option you used.
    I am using default export option and it exports all the records on report. Not current page.
    Furthermore for your requirment I ahve done lot of test regaring same thing. But I didnt find any solution. So what I did was create my own export function for those reports and then use that.
    Thanks
    * If this answer is helpfull or correct then please mark it and grant the points.

  • ALV in Web dynpro ABAP - Export option as HTML

    Hi All,
    I am developing a webdynpro application for which output will be in ALV.
    Here the requiremnet is to save the file in HTML format.
    But the Standard ALV in web dynpro has only the option to export the result in Excel and PDF.
    Could any one suggest or tell me that is there any customized way to add the HTML format option in the ALV.
    The output of the ALV should be saved as HTML.
    Note: In R/3, The ALV provides us with both Excel and HTML format.
    Thanks,
    Aruna

    Hi,
    You should be looking [http://weblogs.sdn.sap.com/cs/blank/view/wlg/20046?page=last&x-order=date|http://weblogs.sdn.sap.com/cs/blank/view/wlg/20046?page=last&x-order=date]
    And also look in code exchange place .

  • Export Quicktime movie is not rendering video track, just the audio track. However, everything works when using Quicktime Conversion menu options. What is wrong with my setting for Export Quicktime movie?

    Export>Quicktime movie is not rendering video track, just the audio track. However, everything works when using Quicktime Conversion menu options. What is wrong with my setting for Export>Quicktime movie?

    When you converted the original files via MPEG Streamclip, what did you convert them to?
    Have you tried trashing your preferences in FCP? Trashing FCP prefs is usually the first step when FCP is performing strangely.
    Download Preference Manager from Digital Rebellion (free) at:
    http://www.digitalrebellion.com/prefman/
    It will allow you to archive your current preferences if you wish to restore them later.
    MtD

  • Invalid Export Options error

    Post Author: Kit
    CA Forum: .NET
    Why would an export to html, which has for many months  performed correctly, suddenly start producing the "Invalid export options" error?Our application is a Microsoft Dynamics GP third party add-on, developed in Dexterity ( The MS Dynamics GP native development tool) and using a home-grown .NET component to export reports to HTML.In our scenario we have a production environment where three reports are produced each evening, exported to HTML, and then published via FTP. Crystal 10 is installed on the server. This has worked well for a long time but lately one or more of the three  reports have failed each time, with a "Invalid export options" error.The failure is not consistent -  for example one time the first two reports were successful, but the third failed, but the next time the first two both failed, whereas the third was succesful.Ou first thought was that the error could be caused by a bad report setup within the Dexterity side of the application, however we have investigated this possibility and debugged the application and can find no likely cause there.Here's the error;CrystalDecisions.CrystalReports.Engine.InvalidArgumentException: Invalid export options.   at CrystalDecisions.CrystalReports.Engine.EngineExceptionUtils.DoThrowException(String message, EngineExceptionErrorID id)   at CrystalDecisions.CrystalReports.Engine.ExceptionThrower.ThrowEngineException(String messageID, EngineExceptionErrorID id)   at CrystalDecisions.CrystalReports.Engine.HTMLExporter.GetPage(Boolean bSeparatePages, Boolean bDHTML, Int32 startPage, Int32 endPage)   at CrystalDecisions.CrystalReports.Engine.HTMLExporter.Export()   at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)   at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)   at KIT.Crystal.RunReport()" KIT.Crystal.RunReport is from our component, and contains the following code                    rptDoc = SetupRptDoc();                    // Set the options for saving the exported file to disk                    destOpts = new DiskFileDestinationOptions();                    destOpts.DiskFileName = outputFilename;                    expOpts = new ExportOptions();                    expOpts.DestinationOptions = destOpts;                    // Set the exporting information                    expOpts.ExportDestinationType = ExportDestinationType.DiskFile;                    switch (exportFormat)                    {                        case ExportFormatEnum.CRS:                            expOpts.ExportFormatType = ExportFormatType.CrystalReport;                            break;                        case ExportFormatEnum.DOC:                            expOpts.ExportFormatType = ExportFormatType.WordForWindows;                            break;                        case ExportFormatEnum.HTML:                            htmlOpts = ExportOptions.CreateHTMLFormatOptions();                            htmlOpts.HTMLBaseFolderName = new FileInfo(_outputFilename).DirectoryName;                            htmlOpts.HTMLFileName = new FileInfo(_outputFilename).Name;                            htmlOpts.HTMLEnableSeparatedPages = false;                            htmlOpts.HTMLHasPageNavigator = false;                            expOpts.ExportFormatOptions = htmlOpts;                            expOpts.ExportFormatType = ExportFormatType.HTML40;                            break;                        case ExportFormatEnum.RTF:                            expOpts.ExportFormatType = ExportFormatType.RichText;                            break;                        case ExportFormatEnum.XLS:                            expOpts.ExportFormatType = ExportFormatType.Excel;                            break;                        case ExportFormatEnum.PDF:                        default:                            expOpts.ExportFormatType = ExportFormatType.PortableDocFormat;                            break;                    }                    //Export the report                    rptDoc.Export(expOpts);

    Post Author: Kit
    CA Forum: .NET
    Why would an export to html, which has for many months  performed correctly, suddenly start producing the "Invalid export options" error?Our application is a Microsoft Dynamics GP third party add-on, developed in Dexterity ( The MS Dynamics GP native development tool) and using a home-grown .NET component to export reports to HTML.In our scenario we have a production environment where three reports are produced each evening, exported to HTML, and then published via FTP. Crystal 10 is installed on the server. This has worked well for a long time but lately one or more of the three  reports have failed each time, with a "Invalid export options" error.The failure is not consistent -  for example one time the first two reports were successful, but the third failed, but the next time the first two both failed, whereas the third was succesful.Ou first thought was that the error could be caused by a bad report setup within the Dexterity side of the application, however we have investigated this possibility and debugged the application and can find no likely cause there.Here's the error;CrystalDecisions.CrystalReports.Engine.InvalidArgumentException: Invalid export options.   at CrystalDecisions.CrystalReports.Engine.EngineExceptionUtils.DoThrowException(String message, EngineExceptionErrorID id)   at CrystalDecisions.CrystalReports.Engine.ExceptionThrower.ThrowEngineException(String messageID, EngineExceptionErrorID id)   at CrystalDecisions.CrystalReports.Engine.HTMLExporter.GetPage(Boolean bSeparatePages, Boolean bDHTML, Int32 startPage, Int32 endPage)   at CrystalDecisions.CrystalReports.Engine.HTMLExporter.Export()   at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)   at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)   at KIT.Crystal.RunReport()" KIT.Crystal.RunReport is from our component, and contains the following code                    rptDoc = SetupRptDoc();                    // Set the options for saving the exported file to disk                    destOpts = new DiskFileDestinationOptions();                    destOpts.DiskFileName = outputFilename;                    expOpts = new ExportOptions();                    expOpts.DestinationOptions = destOpts;                    // Set the exporting information                    expOpts.ExportDestinationType = ExportDestinationType.DiskFile;                    switch (exportFormat)                    {                        case ExportFormatEnum.CRS:                            expOpts.ExportFormatType = ExportFormatType.CrystalReport;                            break;                        case ExportFormatEnum.DOC:                            expOpts.ExportFormatType = ExportFormatType.WordForWindows;                            break;                        case ExportFormatEnum.HTML:                            htmlOpts = ExportOptions.CreateHTMLFormatOptions();                            htmlOpts.HTMLBaseFolderName = new FileInfo(_outputFilename).DirectoryName;                            htmlOpts.HTMLFileName = new FileInfo(_outputFilename).Name;                            htmlOpts.HTMLEnableSeparatedPages = false;                            htmlOpts.HTMLHasPageNavigator = false;                            expOpts.ExportFormatOptions = htmlOpts;                            expOpts.ExportFormatType = ExportFormatType.HTML40;                            break;                        case ExportFormatEnum.RTF:                            expOpts.ExportFormatType = ExportFormatType.RichText;                            break;                        case ExportFormatEnum.XLS:                            expOpts.ExportFormatType = ExportFormatType.Excel;                            break;                        case ExportFormatEnum.PDF:                        default:                            expOpts.ExportFormatType = ExportFormatType.PortableDocFormat;                            break;                    }                    //Export the report                    rptDoc.Export(expOpts);

  • I'm trying to Export my completed video; however, the Export option is grayed out in the File Menu.

    I'm trying to Export my completed video; however, the Export option is grayed out in the File Menu.  What am I not doing?

    GregEW2
    Thanks for the follow up.
    From what you wrote, you have Premiere Elements 10. Is that on Windows 7 64 bit or other. For now I will assume Windows 7 64 bit. If version 10 is on Windows 7 or 8 64 bit it is a 64 bit application running in the 64 bit system which makes it possible for full use of the 64 bit resources. That is good news especially when you are trying to take a large project to completion.
    You set up the project preset in the new project dialog to match the properties of your source media. That setting directs the program to establish the right space in the Edit Mode Monitor for editing purposes. That project preset also directs the program as to what disc menu set (s, w, or hd) will be available to you in the disc menu section. The project preset also has more subtle effects on the project settings.
    What is you plan for exporting your Timeline, export to file saved to the computer hard drive or burn to disc DVD or Blu-ray? Keep in mind that the setting for the project preset do not prohibit variations in the export choice under most conditions. If you post a description of your source media and how you would like to export it, I will offer some very specific guidelines on that.
    If you do go the purchased book route, please try for one which is specific to your version 10. There has been a marked change in interface starting with version 11. Often principles remain the same from version to version, but features do not. And, I always write "It is very frustrating to be armed with principles when you cannot find a feature."
    I suggest that you start with the Premiere Elements 10 Help PDF and then decide what next.
    http://help.adobe.com/en_US/PremiereElements/10.0/Using/index.html
    Also check out
    http://tv.adobe.com/show/learn-premiere-elements-10/
    A lot of these links that say version 10, roll over to 11.
    Steve Grisetti, the moderator of this forum, writes books on Premiere Elements if you are interested in the purchased book route.
    Hope the information above is helpful. Above all do not hesitate to ask if you have questions on your Premiere Elements workflow or need clarification on anything written.
    Thanks.
    ATR
    Add On...
    I did not see SG's post before I submitted this reply to you.

  • Where can I find explanations for all the export options?

    [ Re-posting this from the iPhoto & iDVD branches ]
    When I export a slideshow in iPhoto 9, choose 'Custom export' and then hit the 'Options' button, a dialog pops up with Video & Sounds options that can further be explored. In the Video section, I can click on the 'Settings' button, amongst others, to reveal lots of things that can be tweaked (Compressor Type, Motion, Data Rate & Compressor).
    Where can I find help and explanations of what all these settings do, when to change them, why they should be changed, to what values and what effects these all have on the overall output?
    Apple has a user manual for FCE4 on their web-site and I recognise some of these iPhoto slideshow export settings from similar dialog boxes from within FCE4. Does a user manual for iPhoto 9 exist also? I can't find it on Apple's web-site.
    It has been suggested to me that these are all standard QT settings/options - hence the re-post to this forum.
    - CDM

    It's always been up to each user to find all of the "hidden gems" in any OS software. Most of us experiment, test, try, fail and try again with all the options. Along the way we learn what works, what doesn't. I've played, poked and prodded QuickTime Pro for the last ten years and even wrote a "book" about it. I have over 200 bookmarks to resources and links that help me sort things out.
    Onto some answers:
    1. on your list is actually a three part question. Since you probably can't burn a true "HD" DVD we'll leave that part out.
    You can easily "share" your iPhoto files with iDVD and burn in SD 16:9 format. You need to learn nothing about the compression options as iDVD will do all of the work. The Web based file formats (from the same source file) are an easy "trick" in QuickTime Pro.
    QuickTime Pro includes an export option "Export for Web" that will make up to 4 "versions" of your source file and even write the html code for you to copy/paste into your Web pages. It creates up to 4 versions (iPhone, iPod, Desktop and cell phone) with just one export and writes html page code that can "read" your connected visitors "speed" to serve up just the right file for the device.
    Your number 2 question is answered by your SD DVD media device. Can't make a sow's ear into a silk purse. But you could use QuickTime Pro export options to create a "true" HD file and display it on your HD TV. If your HD TV includes HDMI connections (and all should) you could either connect your camera directly to the TV (via cables) to display the "raw" video captures or use iTunes (free) application to export HD video to an appliance like Apple TV.
    My "book" (a downloadable PDF) does include an explanation about nearly all of the QuickTime available codecs but it's probably not needed for your particular workflow. The built-in preset exports are all you probably need to use.
    Compression type = file format (AVI, MP3, MOV, etc.).
    Motion = frame rate allows you to change the source frame rate to meet the restrictions of your delivery media (nearly always adjusted to reduce file size for Web delivery). E.G source is 30 fps and delivery is 15 fps (reduces file size).
    Key frames = "special" frames of the video that either "predict" or "optimize" for the delivery media format. The Export for Web feature of QuickTime Pro defaults should be all you need.
    Quality slider = is "optional" but usually defaults to "medium". In most cases this is best left at the default setting.
    Dimensions = file size dimensions. Well crafted, H.264 video codec QuickTime files will look very good when displayed at up to twice the file export dimension. This means you can display a Web based 640X480 file at "Full Screen" size (display resolution) without much degradation of video quality. Older codecs will not look as good when doubled in size.
    Preserve Aspect ratio = just what it says. Widescreen source = widescreen display.
    De-interlace source = http://en.wikipedia.org/wiki/Deinterlacing
    Hope this helps you sort things out.
    Data rate = the amount of compression (data limit)

  • JPEG Export options in Javascript

    Hi All,  
    How to export below snapshot setting through idExportJPG type since could not find color model, format, and resolution settings in javascript export options.
    Regards,
    Selvakumar

    Class
    ExportOptionsJPEG
    Options which may be supplied when exporting a document as a JPEG file.
    Class
    Property
    Type
    Access
    Description
    antiAliasing
    bool
    r/w
    Should the resulting image be antialiased. (default: true)
    artBoardClipping
    bool
    r/w
    Should the resulting image be clipped to the artboard. (default: false)
    blurAmount
    number (range: 0.0 - 2.0)
    r/w
    Blur the resulting image this much. (default: 0)
    horizontalScale
    number (range: 0.0 - 776.19)
    r/w
    Horizontal scaling factor. (default: 100)
    matte
    bool
    r/w
    Should the artboard be matted with a color. (default: true)
    matteColor
    RGBColor
    r/w
    The color to use when matting the artboard (default: white)
    optimization
    bool
    r/w
    Should the image be optimized for web viewing. (default: true)
    qualitySetting
    int (range: 0.0 - 100.0)
    r/w
    Quality of resulting image. (default: 30)
    saveAsHTML
    bool
    r/w
    Should the resulting image be saved as HTML. (default: false)
    verticalScale
    number (range: 0.0 - 776.19)
    r/w
    Vertical scaling factor. (default: 100)

  • Is there a breeze export option that defines the maximum opening resolution of the browser ?

    Hi,
    The maximum resolution of a breeze presentation slide is 720
    x 540 correct?
    Does anyone know if there is a way to prevent that a breeze
    presentation gets too big when it is opened in a big resolution
    screen?
    What I’m asking is if there is a breeze export option
    that defines the maximum opening resolution of the browser that
    contains the breeze presentation, preventing the images and flash
    animations to loose too much resolution…
    When I play my presentations from the breeze server, it
    doesn’t load in the web browser but in a window that not fit
    the entire computer screen, what is good to the definition of the
    presentation…It is possible to do this locally??
    (I may be wrong, but in the breeze server is it opening the
    swf file directly?)
    I sure can, after exporting, place the swf file of the
    presentation, manually, in an html file (instead of using the
    index.html that is created in the publishing) this way it will
    never get bigger when opening it in the browser, but if I do this
    it will affect the SCORM or anything else??
    What do you suggest?

    Set the Integer pref browser.sessionstore.max_resumed_crashes to 0 on the about:config page to get the about:sessionrestore page immediately with the first restart after a crash has occurred or the Task Manager was used to close Firefox.
    * http://kb.mozillazine.org/browser.sessionstore.max_resumed_crashes
    That will allow you to deselect the tab(s) that you do not want to reopen, but will allow to reopen other tabs.
    See:
    * http://kb.mozillazine.org/Session_Restore#Restoring_a_session_after_a_crash
    * http://kb.mozillazine.org/Browser.sessionstore.max_resumed_crashes

  • HTML Export Content Ordering Problem

    I've inherited a collection of InDesign files and PDF files that have been exported from them.  I'd like to convert everything to HTML.  The InDesign export process is working fine for most files, but for a few, I am getting my content's order re-arranged.  One problem file is a large file that contains a series of letters.  The output file contains 3 DIVs within the BODY tag.  The first one contains the (Correct) first page, then the second two DIVs each contains a seemingly arbitrary collection of these letters with "jumps" in the ordering (10 letters might be in the correct order, then we "jump" to a previous set of letters or a much latter set of letters).  The PDF export doesn't have this problem.  I'm a newbie to InDesign. Thanks for any ideas for where I should look for the source of this problem.

    Hi Devin,
    For HTML export there are three modes for ordering content. This option is avilable in Content order section in General Tab of HTML export:
    1. Based on Page Layout : This is the default one and the one you are using right now. The objects appear from the top left and the appearance may not match ID in this case.
    2. Based on Articles Panel: Here you put your content in articles and then depending on the order the objects appear in Articles, the same order applies to HTML export.
    Please refer this link to get a better idea about how Articles Panel works:
    http://help.adobe.com/en_US/indesign/cs/using/WS8c5bc4f64c7a4a3d78b7a8b312dbccaf5b2-8000.h tml
    (this is the one you should be using )
    3. Based on XML structure: This applies in case you have tagged content and wish to make xml structure as the reading order.
    Thanks,
    Pooja

  • How to set QuickTime export setting to 1080p as default? Thank you! ;-)

    HI there,
    I was wondering how to set the export settings to 1080p when exporting a video (after trimming for instance)...
    It is set to "Movie" by default, I'm not to sure what resolution or data rate "Movie" format is (identical to original file)... since according to apple the other export options are:
    Thanks.

    Cool, so would it be the same if I save the file as "Movie" or "1080p" once I've trimmed the original file?
    No, the 1080p option would re-compress the file as a 1080p H.264/AAC file. This means the compression format may be chaged from its original compression format and that the quality MAY be reduced due to the process of recompression. Basically, it all depends on what the original compression format, settings, and quality were like to begin with. If the original data was in a low compression editing format, then recompressing the data to H.264/AAC should produce a much smaller file with little or no loss in visual quality while recompressing a high compression format may produce little or now change in the file size but noticeably reduce the visual quality. Since "quality" is a highly subjective term, you should really be running your own tests to see which output you prefer rather than asking for opinions from others here.
    Also, my question was if I could change the default export settings:
    Depends on what you mean by "change" the default settings. The Apple H.264 presets are context adaptive in nature. They are, within certain limits, self-adjusting depending on the video content being transcoded and the specific preset selected. For instance, small target dispay dimensions will produce lower average data rates which means the final file will be smaller but you cannot manually change the frame rate, set key frame frequency, set a/v data rate limits, create custom anamorphic encodes, manually set the profile/level combination, set the entropy mode, etc.

Maybe you are looking for

  • Help - cant get back to desktop

    I booted my powerbook using command+s. How do I return it to the normal desktop?? Every time it turn it on it just loads up a page that looks like terminal -black with white text. the message it displays is etc/master.passwd: No such file or director

  • Wiggler Unresponsive in After Effects CC

    I recently installed AE CC on my Mac desktop and laptop. The desktop is an iMac 2012, OSX 10.8.3 and the laptop is a Macbook from 2008, same OS. For some reason, the Wigglers (any of them) in After Effects don't work on my iMac but they do work on th

  • Application running error in RFC example

    Hi All, I am creating a application using RFC in webdynpro. Netweaver Develpoer Studio  version : 2.0.5 WAS 6.4 SP9 Till Deplyment everything is fine. But when i run this application, I get following error. Select the Flight Connection Departure City

  • Form won't work on PC but will on mac

    NEED URGENT HELP!!! (Re: website made with dreamweaver) I have made the buttons of AGREE and DISAGREE for terms and conditions on my site and this is to take you to a form page to fill out your details. The buttons work on the mac but on a PC they wo

  • ANT Build Mystery

    I have a fairly large ANT build of BPEL processes submitted via Cruise Control to an installed Solaris BPEL 10.1.2 server, An excerpt of the ANT build is shown below: bq. {color:#0000ff}<echo message="Building ${infra.dir}/SerializedCall"/> \\ <exec