Sale of ePub files

Did anyone had success selling from their Web of BC websites ePub files? I understand that BC does not sell .epub files, but we sell .zip files. However, even if people can download their purchased from the link in the invoice BC .zip file sends or linking secure your site is too much to ask people to download the .zip on their phone or tablet, unzip it and open the confined .epub file. Some ideas about this are welcome.

Hi Anthony

Why don't you try selling an HTML file?

In the header of this file you can use a meta redirect the person to a media element (so you can track who is downloading)

Well, you can redirect the person anywhere using this method so many possibilities.

a http-equiv = "refresh" content = "0; URL =http://example.com/' > '.

Not sure if that helps your case. But we used this method several times

[email protected]

Tags: Business Catalyst

Similar Questions

  • Why can't I create a new epub file in a model of epub on ibooks author?

    I try to import an epub I created on another platform in iBooks author in order to edit it there and re-export as an epub. When you choose file > new epub file and I choose a model, epub models are not available. No idea why? No work around? I don't see why I can't create an epub from an any epub.

    I don't think that iBA has the functionality you need.  You start with a model of epub and add things to it.

    You must use another application to edit your original epub.  Apple won't do anything for this AFAIK.

  • I created a my page book epub file, and it works perfectly in ibooks. But it does not appear on my other devices, and the .epub file cannot be successfully sent by e-mail. 5.6.2, iBook 1.5 pages

    I created a my page book epub file, and it works perfectly in iBooks. But it does not appear on my other devices, and the .epub file cannot be successfully sent by e-mail. 5.6.2, iBook 1.5 pages

    What's not?

    You must check the iBooks category in your OS X system preferences: Panel iCloud: iCloud Drive: Options: Documents Panel. On iOS, you must have enabled to iCloud and in the iCloud Drive location setting iBooks. Also, in iOS parameters: iTunes and App Store, ensure that iBooks is running.

    The iBook.epub file is a compressed/compressed and renamed folder that represents a single file to any email client. What do you mean, it cannot be sent correctly - and it's your experience, send, or the failure of the recipient to view the ePub document? What email client?

  • Open epub files

    In the download directory, when I click on an epub he opens not.

    The screen flashes as if he tried to open the application that opens the epub files.

    If I click on a pdf file, it opens.

    In the icon next to the name of the epub file, I see a question mark.

    Thank you.

    Is the EPUB THAT DRM protected or free? If there is a question mark next to the file, maybe that means that there is not an application installed that can open the epub DRM or non - DRM? I don't know an application for open DRM protected files, but where you bought there maybe an app as the Kobo?

    I use Total Commander as my file manager, as it is excellent for file management. I use the free version of FBReader app to read EPub DRM files free & software Calibre & plug-ins on my desktop to manage my EPub books.

  • Cannot remove an EPUB file

    When I try to delete an EPUB file, it makes a copy of the right file but does not delete.

    try to press and hold the SHIFT key and pressing DELETE.

  • EPub files, opening a

    I downloaded a file .epub and need a program to open it.  Please point me in the right direction.

    Thank you, Judi

    Hello

    read google hits

    http://www.google.com/search?hl=en&source=HP&q=EPUB+file+&aq=f&aqi=G10&AQL=&OQ=

    Use the 3rd party software at your own risk

  • Vista cannot open epub files

    Hello!  Windows Vista cannot open epub files: can you help me? I have connected my Nook to my laptop to download a software update and am unable.  Thank you!

    For reading the books to Nook, simply install the Nook for PC player on your computer, and it can synchronize all your Nook books purchased on your computer.

    But this program does not allow you to read the ePub books you downloaded from other sources, in this case, you need Adobe Digital Editions.
  • Windows cannot open an epub file

    After I downloaded an .epub file, "we must know what program to use to open" Windows. I clicked on search the Web and Windows cannot find one.  Since I want to download to my player from my PC, I want to open and to save it to EPUB on my PC (which is the format supported by the reader).  How do I do that? There is a link to "fixed" to download, but they are sites that are unfamiliar to me.  They say that Windows supports the file, but the URL does not support this claim. I don't know if they are safe. Microsoft doesn't have an installer for my computer to do this?  Thank you!

    Why Microsoft would be a tool to allow you to read some third-party format they had nothing to do with the files? Heh

    http://pcsupport.about.com/od/FileExtensions/f/epubfile.htm

  • Fonts in EPUB files

    When I generate output into an eBook, the results do not use the correct fonts.  I guess I need to embed fonts in some way, but I was not able to find a way to do this.

    The names of fonts are listed in the .css file, so I don't think that's the problem.

    I use RoboHelp 10 and using EPUB3 as eBook format.

    Hello

    Only the names of fonts may not be sufficient. Most of the readers can't stand a handful of default fonts, and if you want users to be able to use other fonts, you will need to embed the fonts in your epub. This will require you to add fonts as baggage files and edit the CSS to load the fonts. See http://blog.threepress.org/2009/09/16/how-to-embed-fonts-in-epub-files/ for more information on embedding the fonts.

    Take a bow

    Willam

  • How to open epub file in iBooks using ANE (iOS)?

    Hello

    I tried to open epub file in iBooks using native Extensions.

    But, in application of AIR crashed at the DONKEY method call (following: OpenEpub).

    Problems with how to access the epub file?

    Or another problem?

    MacOS:10.6.8

    Xcode:4.2

    FlashBulder:4.6

    FlexSDK:4.6.0(default_bundle_version)

    TestDevice:1 st iPad (OS 5.0.1)

    iOSNativeCode (this code works on the application native iOS):

    #import <UIKit/UIKit.h>
    
    FREObject OpenEpub(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[]){
    
        id delegate = [[UIApplication sharedApplication] delegate]; 
        UIWindow* window = [delegate window];
    
        UIButton* uiBtn = [[[UIButton alloc] init] retain];
        [window addSubview:uiBtn];
    
        NSString *fileToOpen = [[NSBundle mainBundle] pathForResource:@"test" ofType:@"epub"];
        NSURL *url = [NSURL fileURLWithPath:fileToOpen];
        UIDocumentInteractionController *docController = [UIDocumentInteractionController interactionControllerWithURL:url];
    
        [docController presentOpenInMenuFromRect:CGRectZero inView:uiBtn animated:true];
        [docController retain];
    
         const char *str = "Success";
         FREObject retStr;
         FRENewObjectFromUTF8(strlen(str)+1, (const uint8_t *)str, &retStr);
         return retStr;
    }
    

    ANE fitness directory:

    ane/
         extension.xml
         key.p12
         platform/
              iOS/
                   iOSNativeCode.a
                   library.swf
                   test.epub
    

    extension. XML

    <extension xmlns="http://ns.adobe.com/air/extension/3.1">
    ~~~~
    

    Thank you!

    Hi, I can open epub in iBooks using ANE!

    UIWindow * keyWindow = [[UIApplication sharedApplication] keyWindow];

    UIViewController * mainController = [keyWindow RootViewController exchangeAddSubViewFor];

    NSString * epubFileName = [[NSBundle pathForResource] pathForResource:@"test01" ofType:@"epub"];

    [epubFileName store];

    NSURL * url = [NSURL fileURLWithPath:epubFileName];

    [url retain];

    UIDocumentInteractionController * docController = [UIDocumentInteractionController interactionControllerWithURL:url];

    [docController store];

    RectDocC code = CGRectMake (800, 0, 0, 0);

    [docController animation inView:mainController.view presentOptionsMenuFromRect:rectDocC: YES];

    Thank you!

  • How can I generate my own InDesign ePub file without the encryption.xml file?

    My Bookstore (B & N) will not accept my ePub file because it does not want the encryption.xml file included. How can I generate a file InDesign ePub, for my own books, without him? Is there a box somewhere? I searched through the ePub export area and boxes of file information, no luck.

    Error message from PubIt.com B & N:

    We found a file name called encryption.xml in your container of EPUB, which refers to the part, or all, your file is encrypted. We do not accept any encryption in source ePub files. After the closure of this message, please remove the file encryption.xml your ePub and you can try to download your ePub file again.

    If you want to apply DRM to your title, go to Section 4, question H and select Yes. PubIt! apply DRM to your title once you have downloaded your ePub without encryption file.

    Thanks for your help...

    Sorry I wasn't clear. Do not embed fonts at all. No matter what.

    Take care, Mike

  • How to change the ePub file using JS?

    Hi all

    Can someone tell me the trick to change files ePub using JS, I reached the level to decompress the ePub file, but still I need to update the files in the zip. Pl. or you will suggest the freeware to edit ePub files?

    Thanks in advance,

    Praveen

    Hey!

    Have you tried to Sigli? (http://code.google.com/p/sigil/)

    List of other software: http://en.wikipedia.org/wiki/EPUB#Editing_systems

    Hope that helps.

    --

    tomaxxi

    http://indisnip.WordPress.com/

  • Manual crimper create ePub files broken?

    Hi all

    I use ADE in order to test how my ePub files are rendered in different programs. To do this, I manually change the contents of the ePub files, compress, rename them, and then throw in ADE and stanza.

    So far I've failed once again in creating an ePub file that ADE renders correctly. I first thought the small changes in the file broken content, but the simple process to rename an .epub to .zip, decompression, re - compress (without modification) and rename then back to .epub product files ADE could not read: "the document seems to have minor errors that it may display incorrectly". For compression, I used the default method on Mac and WinRAR on a PC. Both of these methods did not work for ADE, but they did for Stanza.

    Somehow compress manually created files which are slightly different from the original ePub-files, but not so radically different that they violate in all readers; just ADE, it seems. Does anyone know what is causing this, and how can I solve this problem?

    The most common cause here, is that you have compressed the files of MIME type.  Spec, it must be first in the file and must be decompressed.

    I don't know how to do this with GUI tools, but you can find an explanation on the forums of the IDPF

  • Police embedded in the epub file.

    Hi, I write novels using normal pages that was shipped with my imac and upload to Amazon KDP using epub. I just found out that my readers are unable to change the font size on their e-reader when I do that. I box unchecked the 'Embed police' in the drop down menu when the file is exported to epub and resubmitted, but appears not to have worked. Anyone had this experience? What is the solution? Thank you very much.

    Also ask in the forums from amazon if you have not already.

  • Since Firefox updated, it won't open my EPUB files more. What's wrong?

    Whenever I click on my digital books in the .epub format, I get a dialog box asking me what program I want to use to open the file, or if I want to save. When I have Firefox to open the file, Firefox is to open another tab with another dialogue box and the process simply repeats and repeats and repeats. Firefox gets the EPUB reader?

    There is an add on that could help with this: https://addons.mozilla.org/en-us/fire.../epubreader/

Maybe you are looking for

  • How can I sync my iPhone with my iPad messages?

    2012 response is outdated. I notice that in send / receive in my iMessage iPhone settings, my phone number is checked but dimmed. In any case, none of my iPhone posts appear on my iPad.

  • Built is not executed in run mode

    Hello I have to PCs. With LV 2013 to develop and create exe files and a second PC with only Runtime installed. Earlier, I tried the first time to run an exe built fresh and got this popup: But I see that it is installed in my Windows 7 64-bit softwar

  • point and comma separate values decimals

    Hello I have trouble getting the right values when converting decimal floating-point string... I record my annotations (string values) in a BDF file format + and sometimes the recording device is a Dutchman, writes decimal wit separated a comma like

  • Windows update on dell 1521 laptop with vista home premium SP1

    Cannot download any modification, with the exception of windows defender updates. download progress meter shows 0% all the time and it cannot install updates. last updates have been made is 12/08. I have auto update turned off and I do it manually up

  • make [2]: * [o.le - v7-g/MyApp] error 1

    Hi guys,. I get the error below at compile time: C:/bbndk/target_10_0_9_1673/QNX6/armle-v7/usr/lib/libbb.so.1 try so add to the linker command line make [1]: leaving directory ' C: / BBWorkspace/MyApp/arm. C:/bbndk/target_10_0_9_1673/QNX6/armle-v7/us