Exports indd vers HTML5

je cherche un moyen d'exportation d'un fichier indd (style bannière animé) vers du HTML5 ou autre format compatible appli mobile.
     Merci

I bet he means entirely blank lines -- two returns in a row.
This has nothing to do with InDesign, it's just one of those things that's Not Supported by the ePub format, which is a poor man's HTML version.
(In real world HTML, the traditional way of forcing blank lines was to put a single non-breaking space on that blank line. Don't know if that works for ePub in general, or some ePub viewers. Just adjust the CSS, will you.)

Similar Messages

  • HELP! Export indd- epub AUTOMATION. How to Implement! thanks!

    Hi. In need some help. Im an intermidiate .net programmer. i need  some help on how to implement a simple automation on exporting indd to epub.
    What language suitable to use?
    do i need indesign server ion this simple automation?
    Thanks!

    Jerome,
    These days, Flex is the best way to "drive" InDesign and InDesign Server.
    Because it has all the hooks for telling InDesign what you want it to do,
    and because you can quickly build something with a nice UI. So, I think you
    want to build an InDesign extension, using Flex / ActionScript.
    A big help would be to use the Flex-based new-for-InDesign-5.0 Creative
    Suite Extension Builder system. See
    http://www.adobe.com/devnet/creativesuite/cs-extension-builder.html
    A CS Extension Builder extension is a full AIR application, so it has full
    access to the file system, enabling you to implement hot folders if you
    wish.
    The hard part is figuring out how to "translate" into an ePub format. You
    could have a team of several programmers working for a year and still not
    have a perfect system to do this.  BUT, you're in luck, because Adobe has
    already written software to convert to HTML. It doesn't do a perfect job,
    of course, but Adobe put a lot of effort into it.  And ePub format is
    HTML5-based, I believe.
    So, probably what you want to do is first tell InDesign to run it's
    InDesign-to-HTML conversion feature, and then post-process the result into
    the desired ePub format.
    Cheers,
    Stephen
    http://sterlingcomputing.com

  • [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.

  • Export indd file to Snippets [VBS]

    Hello all i'm trying to modify an existing script that Exports indd files to pdf's. it goes through all the indd file and createsa pdf one page at a time and workds fine. However in converting it to do the same but convert to Snippet files  i'm having problems with the "idExportFormat.idInDesignSnippet" class and memebers  when i try somthing like
    myFilePath = myFolderName & "\" & myPageName & "_" & myBaseName & ".inds"
    myDocument.Export idExportFormat.idInDesignSnippet, myFilePath, False
    I get an "The Specified object to does support the desired export format." error # 25398
    if i remove the  ",myflePath, False" then i get a "Missing required parameter 'To' for export event".
    The really anying this is if i change that to a
    myFilePath = myFolderName & "\" & myPageName & "_" & myBaseName & ".xml"
    myDocument.Export idExportFormat.idXML, myFilePath, False
    it works fine..
    So there is somthing missing for the snippet export.

    I've broken the problem down and started as small as possible.
    To do the same thing but to export each page as a jpg's i can use the following script
    Set myInDesign = CreateObject("InDesign.Application.CS3")
    myFile = "c:\myTestFile.jpg"
    myInDesign.ActiveDocument.Export idExportFormat.idJpg, myFile, False
    If i change that round a abit to customize it to export as inds snippets i would get
    Set myInDesign = CreateObject("InDesign.Application.CS3")
    myFile = "c:\myTestFile.inds"
    myInDesign.ActiveDocument.Export idExportFormat.idInDesignSnippet, myFile, False
    This produces the following error " The specified object does not support the desired export format"  - Line 3
    This is because the object i am speifiying is "ActiveDocument" which when selected (manually) cannot be exported as a Snippet.
    What I need to do is cycle trough my pages selecting Texframes of which they are multiple on each page and export them as Snippets.
    Can anyone help please?

  • Bonjour  Je viens d'utiliser Flash CC pour animer des bannières pour Google. Hors je constate que je ne peux publier ou exporter que vers Flash 10.3 minimum. Hors Google, demande une version flash 10.1 maxi.   Comment puis-je enregistrer en 10.1, SVP ?  C

    Bonjour
    Je viens d'utiliser Flash CC pour animer des bannières pour Google. Hors je constate que je ne peux publier ou exporter que vers Flash 10.3 minimum. Hors Google, demande une version flash 10.1 maxi.
    Comment puis-je enregistrer en 10.1, SVP ?
    Cordialement

    Je vais défaillir. J'en ai tellement besoin de cette option...
    S'il vous plait : I NEED HELP!

  • InDesign infinite loop when exporting INDD as IDML - one specific document

    Hi,
    I have several thousand INDD files that are generated using CS4. We are migrating to CC server so need to be able to run scripts against these files. One of the scripts performs some (simple) manipulations and then saves as IDML...
    Except...
    With a percentage of our files (I've found two out of less than a hundred files that I've tested) the export to IDML task never completes. InDesign server simply hangs, permenantly. The only way to get our server back is to manually terminate the process using Task Manager and then restart. I have looked at the INDD files using InDesign client and can see nothing whatsoever the matter with them. However, even in client, even after deleting _ALL_ content, when I try to save as IDML, I get the export process hanging (see screenshot below).
    So, I guess I have two questions;
    1. How can I modify InDesign server to detect and recover from this form of infinite loop?
    2. Does anybody have any idea what could be causing the infinite loop? (And how to resolve it?)
    Thanks,
    Gaius

    You should try a divide and conquer for the InDesign file.
    That is split it in two and then try export to IDML
    Whichever sides hangs is where the problem lies. You can keep halving this document until you find the problematic page/pages.

  • Export Indd to EPS/JPG and set the file name  for EPS/JPG file

    Hi,
       When I export the INDD to JPG/EPS, I want to set the file name with pageNumber  for JPG/EPS files using javascript.
    For Example
    If I set the file name as EPSFile.eps, after exporting the indd(with 2 pages) to eps
    ,files are generating in the following name EPSFile_1.eps, EPSFile_2.eps.
    but I want to set the file name as EPSFile_001.eps and EPSFile_002.eps using javascript.
    anyone knows please reply for this.
    Regards,
    Mubeen

    Hi,
      I tried the following code.
    var JPGe = new File("Applications/PDF/JPG/file.jp");
    app.activeDocument.exportFile(ExportFormat.jpg, );
    when I use this code ,exported jpg file names are
    file.jpg, file1.jpg,file3.jpg.
    but ,I want the output file names as file_001,file_002,file_003,
    Thanks,
    Mubeen

  • InDesign: How can I export indd pages to layered psd files?

    I wish to create layered PSD files from the pages of InDesign marketing brochures so that they may be used as templates in Photoshop by photographers (or whomever) that neither possess nor understand how to use InDesign? I have seen offerings by other offering both an indd file and multiple psd files but I cant discern a simple way to make that happen. I am hoping to be able have it occur via a "click" -- convert indd to layered psd. Id doesn't not appear to allow PSD export. What is another method to do this? I'm on PC.

    One way would be to export every Indesign layer as PDF and to assemble them again to a multi-layer PSD file.
    But there is a also script that can do what you want. Unfortunately for you, it is for Mac only.

  • Exporting flash cc html5 animation to edge animate

    I want to create an interactive animation for PC, cellphones tablets etc. Since most cellphones do not support flash I decided to do this in HTML5. Flash cc supports html5 canvas but the response time of the simple buttons I created is just awful and buggy. After researching I found out that everyone suggest Edge for html5 content. My problem is in edge I do not have any brush or pen tools which I need for my animations. So I would have to create vector animations in flash and export them to edge. I have found absolutely nothing to do this. I can either export as swf which the majority of cellphones do not support or videos that are non vector or non vector image sequences. I can publish flash cc html5 canvas as html/js but I cant Import it to edge. Am I missing something or why isn't this possible?

    Hi Alhab
    One way to do this is, exporting your content from Flash to Edge Animate as sprite sheets. The following discussion might help you to bring your content from Flash to Animate.
    created animation in flash turn it into a rollover
    Let us know If you need more help.
    Thanks
    Manigandan

  • Exporting Indd file and losing transparency

    When I export an indd file to pdf, the transparency of the png image in the file is lost. Any idea what's causing this?

    Why are you using a PNG?!!!!!!!
    I mean you should use a different file type. PNG is terrible when you want to print the file. Use PDF or PSD instead.
    Except for apps I would recommend not to use PNG in any case in InDesign.

  • Export .indd cs4 to .doc

    Hi guys
    Is there anything i can do to export a .indd file to .doc?
    Thanks

    Well, you haven't really told us what you want. If the goal is to convert a complex page layout in ID into an editable page layout that looks the same in Word, then you are not going to find a better answer than the PDF to Word route that Bob suggested (and don't expect much from that). Word is not a layout program, it's a word processor with some minor layout capabilities and a completely different way of handling text and images.
    Perhaps if you told us WHY you want to convert we could offer some constuctive suggetions for ways to accomplish what you need to do.

  • Make adobe flash player the preferred player when exporting indd to pdf

    Hi, I am making a pdf using indesign.  After I export to pdf, the movie files in the pdf play automatically on quicktime (when I click on them). I need them to automatically play on adobe flash player instead.  I understand I can change the rendition settings for each object in the pdf, and make adobe flash player the preferred player, but there are a hundred videos in my pdf (avi files), it would take a long time to make those changes individually; it would be much easier if when i exported from indesign, they were already set as default to open in flash player instead of quicktime within the pdf.  Any ideas appreciated.

    The export is a function of InDesign. Post your question in the forum for InDesign.

  • Slideshow export plugin with HTML5?

    Hello, is there available any plugin that would create simple HTML5 based slideshows? I guess while the appearance is a slideshow it would work as web gallery plugin.
    Fade effect would be nice as transition, it should autoplay (with manual override), have some text fields for information. Comment feature would also be nice but I think that could be a separate snippet as I would not need a comment per image feature, plain common single comment area for the whole show would be enough. (Any pointers for simple comment tool?)
    TIA.

    iMac computer.  Yosemite.

  • Error message when exporting .indd to .swf

    Hey!
    I have a  90 a4 pages book which i want to export with page transmitions and some links to pages in the document.
    Problem is i get an error message saying "error occured while flattening"
    Thing is: if i export 31 pages, it works fine, more than that will give me an error message.
    Is my pc too slow? or is it an indesign issue?
    i really need help on that!
    sophie

    sorry for the late reply,
    no tehre is nothing special on that page, i can export pages 10-40 oslt too...
    ii dont think it is a limited amount of pages, but maybe the filesize?

  • Exporting .indd to...something

    Hi,
    Hope someone can help me please.
    I'm currently in the middle of having some things manufactured in China which partly entail some print work.
    My problem: I designed the necessary artwork in InDesign and sent my factory the .indd file and a pdf I printed.
    They're telling me that I need to send them a version in "Coreldraw" because they're having problems matching the colours in the PDF (I think the .indd is of no use to them at all).
    My question(s): what would be the best conversion I should employ to send to them in order to maximise colours/quality/resolution etc and how on earth would I do it??
    I've spent ages reading stuff posted on various sites and have tried a few things - all of which leave me with terribly fuzzy images.
    I do hope somebody will be kind enough to help.
    thanks,
    Jon

    I appreciate your suggestion Bob - thank you.
    I'll try it.  Out of interest, what do you mean by 'it won't be perfect'?  I was hoping for print quallity....
    Thanks,
    Jon

Maybe you are looking for

  • Swtiched computers and my script broke please help

    Ok, so I have this script running on my Mail.app from a rule action. It worked perfectly. Then I switch to a different computer and it's not working on the new one. Can anyone spot anything in the script that might be causing it -- or have any other

  • Metadata export error

    hi, I try to transfer my metadata with oracle WB Transfer. I Trace it and recieve folloing log : **! Transfer logging started at Mon Feb 07 16:47:45 IRST 2005 !** **! Client is 127.0.0.1 !** **! Server is 127.0.0.1 !** OWB Bridge processed arguments

  • Acrobat and Reader 8.  When trying to print, the memory could not be "read".

    A user (without local admin rights) does a batch job from Microstation and exports all of his drawings to pdf.  They open just fine in Acrobat 8 and Reader 8.  When he clicks on the print button, he gets the below error.  When I log in with local adm

  • OK... Safari is CRASHING about 2 times an HOUR....

    last week somebody instructed me..... Open the Finder.  From the Finder menu bar click Go > Go to Folder Type or copy / paste:   ~/Library/Caches/com.apple.Safari Click Go then move the   Cache.db  file from the com.apple.Safari folder to the Trash.

  • Deleting Palm Tree Icon - Missing Photos

    I searched for a bit here but didn't find an exact answer to my question, so I thought I'd post a "fix" for an oddity that I ran into.  I was recently using iPhoto (9.4.2) to edit some photos I had just imported on my iMac (OS X 10.8.2) and for some