How to change the file content.opf to an EPUB FXL?

I export a fixed provision epub and I can't find out where is the content.opf file and how to edit.  I'm doing the same thing that was made here: Indesign CC 2014 export fixed page layout

Can someone point me in the right direction? I googled without end!

Thank you

Please follow these steps to change your EPUB:

1. download Sigil https://code.google.com/p/sigil/downloads/list

2. open your EPUB in this editor.

3. in the view of the notebook on the left-hand Navigator, search for content.opf file. Edit this file and save your EPUB.

Kind regards

POOJA

InDesign engineering

Tags: InDesign

Similar Questions

  • Toshiba 20 GB F series - how to change the files in mp3 format?

    Hello :)

    This is my first post here. I had + Toshiba 20 Gb F series + more than 4 years. Recently, he acted weird directional buttons were not answer and I decided to back up all my files. So I made a copy of what I had on my Gigabeat on the hard drive. My GB died 2 days a go (rip) and I tried to listen to my music on the hard disk, but windows does not recognize the format.

    So my question is how can I change the format of the files to * Mp3 *? I asked this question in other advice and they told me to post it here because you are more familiar with this problem. If you know the answer please can you me a step by step instruction? As this program, I need to use and etc.

    Any help is greatly appreciated!

    > I asked this question in other advice and they told me to post it here, because you're more familiar with this problem.
    First of all here in the forum you can meet the same guys in other forums ;)
    Only difference is that here are more Toshiba laptop owners as in other forums :)
    But I put t know why we should be familiar with this issue?  :|

    In any case to be honest I don't understand what the problem is.
    I mean you made a backup of your files (what?), and now you want to convert to MP3?

    Usually if you want to convert audio files to mp3 then you will need to use a special tool.
    In internet, you will find a large number of different tools that are able to convert audio files in different formats

    Just google for these free tools.

  • How to change the file type of the video (file format)

    How do I change the video (file format) file type? I'm trying to play the vids from my phone on my computer.

    How do I change the video (file format) file type? I'm trying to play the vids from my phone on my computer.

    You need a video converter to change your type of video file to formats supported by the media player on your computer. I suggest you convert to wmv format. It is the most reliable format type.

    Go surf the web. There are many converters FREE video that will do the job. Just enter the video converter in the search box of the browser.
    I do not make recommendations. You'll have to decide for yourself.

    t-4-2

  • How to change the file type of an audio file from .m4a to m4r.

    changing the format of music from .m4a to .m4r.

    Before I had Windows 7, I could go in Solution Explorer and change the format of a music file from .m4a to .m4r.  I can't find a way to do this in Windows 7.  Can someone explain how I can change this file?

    Hello

    Try this:

    http://www.convertfiles.org/how-to/m4r.html

    Carlos

  • How to change the file format of the music file downloaded from youtube?

    Original title: transfer music from youtube to a cd

    I just came across some obscure tunes I want transfer on cd, but do not know how to do in this regard.  I access youtube from an Internet café, download items converted on a memory stick, and then transfer it to my laptop, which is implemented in Windows 7.  What I don't want to do is have the music on MP3 format.

    Any advice will be welcome.

    Thank you.

    Gary.

    Hello

    (1) what format you want to burn music files?

    (2) what software do you use to burn the files? It's Windows Media Player, iTunes, etc.?

    You will need to use a conversion application to change the format of files. There are tons of free programs available to achieve this. Use your favorite search engine to search for "mpeg-4, wma, mp3 converter.

    For any further assistance regarding the troubleshooting, you must connect with this particular software product support.

    Important note: this response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there. There are the dangers inherent in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

    I hope this helps.

     

  • How to change the files in the / opt directory and keep after reboot?

    I understood how to change, but the changes disappear after immediate restart.  I read cela another post on the use of the autobackup.sh script, but it was for "/ etc" and not "/ opt" directory.  The full path is/opt/cisco/v152/nexus/vem-v152/shell and the file is vssnet-functions.

    I don't know how to solve the problem of having the same UUID of BIOS on several machines, in this case.

    But to use different IDS, you can try to add something like the 1000v

    vemset map [new uuid] uuid

    for the ESXi local startup script. See this article:

    VMware KB: Changing the rc.local or local.sh in ESX/ESXi file to run commands at boot

    -Andreas

  • How to change the file permissions in OFA

    Hi all

    Through messageFileUpload I am downloading a file at the server.

    Now my requirement is during the download I need to change the permissions of the file.

    Please do the necessary help.

    Thanks and greetings

    Sangu

    I found the solution for the issue.

    Use the command to change the permissions of the file below

    Runtime.getRuntime () .exec ("chmod 777/sw_stage/utldata/csdupdate/incoming /" + uFileName);

    -Sangu

  • How to change the file muse of the pre to the normal version?

    I signed up for the pre release of adobe and open a file of the muse and the pre version kept crashing all the time during editing, so sought to convert to the other version. How can I go about it?

    I tried to remove the pre release and then try and open the file of the muse with the other program General muse but said usually open because it needs muse of newer version and tells me to update but there is no update for muse. I need help as soon as possible...

    Thanks in advance

    You can not. . Muse files are not backward compatible. Once they were opened in a newer version, that it cannot be opened in this version.

  • How to change the current contents of the editor of an extension of JDev

    Hello

    I'm creating an extension for JDev 11.1.1.3.0 and I'm stuck... To simply things, let's say I want to create an extension that converts the selected text in an editor in capital LETTERS.

    So far, I was able to get the selected text using * (CodeEditor) getContext () .getView ()) .getSelectedText () (* inside the doit() method.)

    However I do not know how to upgrade the text in the editor... I'm sure it's more complicated that just call a setText() method but I have found no documentation or examples in the web. Any tips?

    Thank you
    Luis

    Hi Luis,.

    You can change the selected text with the below command...

    * ((CodeEditor) getContext () .getView ()) .replaceSelection (text.toUpperCase ()); *

    And you can also find some samples and docimentation in the link below

    http://www.Oracle.com/technetwork/developer-tools/jdev/downloads/index-091862.html

    Kind regards
    Suganth.G

  • How to change the file IDML using JS?

    Hi all

    Can someone help me the tool to change the IDML file figure instead of unzipping the IDML and editing in any Word editors?

    Please confirm.

    Thank you

    Praveen

    @[Jongware].

    I think it's you who doesn't know what you're talking about. IDML is the format you use to transfer text between InDesign and other applications. You can create IDML files in an external application and import them into InDesign, or you can save the IDML of InDesign files to be used in other applications. If you are only working with InDesign, you need not the IDML format at all.

    Two answering the question, I don't think that there is a way to work directly in a ZIP file. You'll probably have to unzip it, make your changes and then it zip again.

  • Help, please! How to change the flash content without using the flash every time

    Hello everyone, I'm relatively new to Flash, although I used it on / off power a little here and there for several years... Anyway my question is this... I would like to be part of the content on my site editable flash using the pad of simple text and downloading text. If someone could explain the context, or point me to a tutorial or a resource I would be very happy. Smile.gif

    appeal of text in an external txt file in flash has been an option for as long as I can remember-
    That said, there are hundreds of online resources for the use of external text with flash. I recommend
    go to www.kirupa.com where they have a very good tutorial written on it with a source file.

    I hope this helps.

    ******************************************
    --> Certified adobe Expert * AS *.
    --> www.mudbubble.com
    --> www.keyframer.com

    Dan Raborn says:
    > Hello all, I'm relatively new to Flash, although I used it on and
    > off a little here and there for several years... Anyway my question is this...
    > I would like to be part of the content on my flash site to be editable using
    > pavement of simple text and downloading text. If someone could explain the context,
    > or point me to a resource or a tutorial I'd be very happy. Smile.gif
    >

  • How to change the file context menu to add "shortened creat?

    I have chosen just my Mozilla browser and that you want to add shortcuts to files by using the context menu, but it doesn't have the choice "create shortcut" displayed.

    If you want to create Web site shortcuts on the desktop, install the following extension.

  • How to change download files where to go?

    My game downloads usually go in my download [Favorited] folder they will now one size full page and I can't access it.

    Hi, William,.

    How to change the location of file download in IE 9

    http://www.gHacks.NET/2011/02/13/how-to-change-the-file-download-location-in-Internet-Explorer-9/

  • Y at - it a tutorial step by step on how to program the web content viewer to resize

    II working on my portfolio site and have two or three projects DPS that I want to post in here and need to know how to change the web content viewer to take account of the different screen size. Than you.

    If you use a web viewer that is integrated, this Developer Network article provides information on how to resize:

    Resizing of the integrated Web Viewer | Adobe Developer Connection

    Thank you

    Brian

  • HTML Help Home button - how to change the content

    I use Robohelp 11 and we post our content as microsoft HTML help.  I wonder how to change the content of the button the top of the page next to the front buttons and back at home.  Since it's HTML Help I can't use a skin to change the buttons, but I need to change what is displayed when you click the home button.  I can't find how to change when the button links to.  I just want to link to our home page.

    Thank you!

    Matthew

    Hello

    On luck outside, that you are not really wanting to address the 'skin in a CHM' quite yet, try this.

    First, note the path and the name of the file that you want to appear when the user clicks on the Home link.

    Open the pod of setting up a project. (View > pods > project configuration)

    Expand Windows, and then double-click the CHM window. (If you do not see a CHM window, you will need to create a)

    In the Properties window, click the Advanced Properties button.

    And from the Advanced Properties dialog box, you type (Yes, you heard that right, TYPE) the path and the name of the file you want. (Remember this first step?) Note that you can also type a URL pointing to a website here.

    Hope this helps... Rick

Maybe you are looking for