• Staff Applications are OPEN! [ Staff / Moderator ] More Info HERE Help us make a better forum for everyone!

[Various] Wivers' Epub Conversions

wivers

Active member

Main Index: Ebooks by Author​

I'm repurposing this thread to centralize my various conversion of stories into .epub.
This thread will include illustrated and non-illustrated stories.
The main kinks throughout will be #Bdsm, #Maledom & #Femsub
Secondary kinks will be #Bondage, #Lezdom, #Sissification / #Feminization and #Femdom (on feminized men, and women)

List of Author "collections"​

  1. SimVenusArt: [Lesbian, Bdsm, female-protagonist] -> The original purpose of this thread ^^
  2. Erenisch: [Maledom, Femsub, Non-consensual] -> caution, the men are monsters and it's a lot. Thankfully male MCs get better in latter stories
  3. Incase: [Femdom, Femsub, Femboy, Dickgirl]

Conversion process​

  1. install Pandoc
  2. have a story as a .md files or as *Chapter[XX].md in a *Chapters* subfolder
  3. make sure the images are properly linked in the .md file(s) (relative paths)
  4. DO the setup (if you want the bat file to set all this in the .epub during the conversion):
    1. set the author and title metadata in the .md's yaml frontmatter (the conversion will work without this, it will just be uglier)
    2. to include a cover, either properly list it in the markdown file yaml frontmatter (if the story is in 1 file) or have "Cover" in the cover name, and place it alongside the main .md file or the "Chapters" subfolder (in the same folder/ the story "root" folder)
    3. check the path to the css file you want in the .bat file
  5. OR take care of the above steps (set metadata, add cover, add css) later in Calibre or Sigil's epub editors
  6. run the .bat file in the root folder of the story you want to convert
    1. or use pandoc directly and manually type the command in the cli
  7. do touch-ups in the .epub file using Calibre or Sigil's epub editors
 

Attachments

  • css&batFile.zip
    css&batFile.zip
    4 KB · Views: 15
Last edited:
My classmate Emma Lindberg New
  • 3D
  • ebook (.epub file) of "My classmate Emma Lindberg" by SimVenusArts​

    Synopsis​

    Gabby discovers Bdsm through her new relationship with her classmate Emma Lindberg

    All the characters are women, so if you are looking for sexy dudes, you are in the wrong place ;)
    It's very heavy on illustrations, but as an epub with more text than pictures, I think it belong here in "Erotic Literature".

    Books contents​

    Simvenusart grouped the story by 'days' on his patreon. I've split the ebook into 3 covering the first 7 days, up to chapter 33 (I don't have chapter 48 for day 08).
    1. Book 01
      1. Day 01 --> Chapters: 01 - 03
      2. Day 02 --> Chapters: 04 - 06
      3. Day 03 --> Chapters: 07 - 10
    2. Book 02
      1. Day 04 --> Chapters: 11- 14
      2. Day 05 --> Chapters: 15 - 20
    3. Book 03
      1. Day 06 --> Chapters: 21 - 26
      2. Day 07 --> Chapters: 27 - 33
    4. Book 04
      1. Day 08 --> Chapters: 34 - 48

    Editing Notes​

    The images are webp conversions of the "original ones, which I extracted losslessly from the original pdfs. So they are probably the best quality images you could find as such of this story. Most of the ones that can be found are badly compressed, with artefacts and such.

    The colored names were a pain in the ass, but they do look nice.

    The pdfs I used can be found here: https://forum.allporncomix.com/threads/various-artists-hot-arts-and-sciences.1743/page-5#post-20657

    1. I extracted the images and the text using "PDF24" (You can looks to my signature for more info, if you are interested).

    2. I converted the images into .webp (90% quality) to reduce the file size (using "XnViewMP").
    To Note: some epub readers might not display .webp images and some css rules properly, even if they're now officially supported in the new standard. If so I'd be interested to know which eReaders display them and which don't.

    3. I combined images and text again in a markdown (.md) text file. And I made a few corrections to the text when it seemed appropriate. Since I was not forced to keep image and text separate for each "pages", I tried to fit the images where it made the most sense in-between each paragraphs.
    Personally, I'm fine reading stories in markdown format, with specialized software it looks fine enough (I use "Zettlr" "Obsidian" on my PC, and "Markor" on my phone).

    4. I converted the markdown file (and the images) into an epub file using "Pandoc" (which I discovered thanks to user "Venner" in the old 8Muse forum (the "Mastery" thread, from author Erenisch...)

    5. I corrected the presentation of the ebook using the "Edit book" feature of the "Calibre" & "Sgil" programs (I edited the .css file. I prefer Sigil for editing, but Calibre does everything, so I started with that.)
    CSS:
    /* Emma Lindberg special */
    
    p {text-indent: 1em;}
    h2 + p {text-indent: 0;}
    h2 + p::first-line, h2 + ul > li:first-child::first-line,
    hr + p::first-line, hr + ul > li:first-child::first-line
      {font-variant: small-caps; letter-spacing: 0.04em;}
    h2 + p::first-letter
      {float: left; font-size: 3em; line-height: 70%; padding-right: 0.1em;}
    
    ul {
    list-style: none; padding-left: 2em;
    margin-top: 0em;
    margin-bottom:0.4em;
    /* margin: 0 auto 0.4em; */
    }
    li {text-align: justify; text-indent: -1em;}
    li:not(:last-of-type) {margin-bottom: 0.2em;}
    li > p:first-of-type {text-indent: -1em;}
    
    /* Book 01
        Day 01 --> Chapters: 01 - 03
        Day 02 --> Chapters: 04 - 06
        Day 03 --> Chapters: 07 - 10
    */
    .Emma {color: #B22222; font-variant: small-caps; font-weight: bold;}  /* html: <li><span class="Emma">Emma:</span> FireBrick */
    .Gabby {color: #800080; font-variant: small-caps; font-weight: bold;}  /* html: <span class="Gabby">Gabby:</span> #800080 Purple */
    .Patricia {color: #008000; font-variant: small-caps; font-weight: bold;}  /* Green */
    .Elena {color: #4169E1; font-variant: small-caps; font-weight: bold;}  /* RoyalBlue */
    .Angela {color: #FF8C00; font-variant: small-caps; font-weight: bold;}  /* DarkOrange */
    .Ashleigh {color: #CD853F; font-variant: small-caps; font-weight: bold;}  /* Peru */
    
    /* Book 02
        Day 04 --> Chapters: 11- 14
        Day 05 --> Ch.15-20
    */
    .Jessica {color: #00BFFF; font-variant: small-caps; font-weight: bold;}  /* DeepSkyBlue */
    .Julia {color: #A0522D; font-variant: small-caps; font-weight: bold;}  /* Sienna */
    .Natalie, .Duchess, .Bodyguard1 {color: #9ACD32; font-variant: small-caps; font-weight: bold;}  /* YellowGreen */
    .Emily, .Jade {color: #a6a6a6; font-variant: small-caps; font-weight: bold;}  /* Silver */
    .Cami {color: #D2B48C; font-variant: small-caps; font-weight: bold;}  /* Tan */
    .Evelyn {color: #4B0082; font-variant: small-caps; font-weight: bold;}  /* Indigo */
    .Chloe {color: #006400; font-variant: small-caps; font-weight: bold;}  /* DarkGreen */
    
    /* Book 03
    Day 06 --> Chapters: 21 - 26
    Day 07 --> Chapters: 27 - 33
    */
    .Stella {color: #808000; font-variant: small-caps; font-weight: bold;}  /* Olive */
    .Lexy {color: #191970; font-variant: small-caps; font-weight: bold;}  /* MidnightBlue */
    
    /* Book 04
    Day 08 --> Chapters: 34 - 48
    */
    .Charlotte {color: #483D8B; font-variant: small-caps; font-weight: bold;}  /* DarkSlateBlue */
    .Christine, .Man2, .Bodyguard2 {color: #FFA500; font-variant: small-caps; font-weight: bold;}  /* Orange */
    .Cory {color: #ADD8E6; font-variant: small-caps; font-weight: bold;}  /* LightBlue  */
    .Amanda {color: #3CB371; font-variant: small-caps; font-weight: bold;}  /* MediumSeaGreen */
    .Catherine {color: #663399; font-variant: small-caps; font-weight: bold;}  /* RebeccaPurple */
    .Lilly {color: #DAA520; font-variant: small-caps; font-weight: bold;}  /* GoldenRod */
    .Kimberly {color: #2E8B57; font-variant: small-caps; font-weight: bold;}  /* SeaGreen */
    .Anna {color: #E9967A; font-variant: small-caps; font-weight: bold;}  /* DarkSalmon */
    .Olivia {color: #9370DB; font-variant: small-caps; font-weight: bold;}  /* MediumPurple */
    
    .Bouncer {color: #008B8B; font-variant: small-caps; font-weight: bold;}  /* DarkCyan */
    .Man1 {color: #20B2AA; font-variant: small-caps; font-weight: bold;}  /* LightSeaGreen */
    .Woman2 {color: #48D1CC; font-variant: small-caps; font-weight: bold;}  /* MediumTurquoise */
    .Candice {color: #FFC0CB; font-variant: small-caps; font-weight: bold;}  /* Pink */
    .Benson {color: #151B54; font-variant: small-caps; font-weight: bold;}  /* Night Blue */
    .Curtis {color: #C58917; font-variant: small-caps; font-weight: bold;}  /* Cinnamon */
    .Random {color: #808080; font-variant: small-caps; font-weight: bold;}  /* Grey: Cheerleaders, Young girl, Guests */
    
    /* Book 05 */
    .Margaret {color: #90EE90; font-variant: small-caps; font-weight: bold;}  /* LightGreen */
    .Riley {color: #00FFFF; font-variant: small-caps; font-weight: bold;}  /* Cyan */
    .Madison {color: #FFD700; font-variant: small-caps; font-weight: bold;}  /* Kaki */
    
    @media (prefers-color-scheme: dark) {
    .Evelyn {color: #7700cf;}
    }
    @media screen and (min-width: 650px) {
      img, figure > img {max-height: 75vh;}
    }
    /* Emma Lindberg special END */

    Regex for color classes​

    Find: <li>([A-Z][a-zA-Z]*):
    Replace: <li><span class="\1">\1:</span>

    If I convert further chapters (assuming I get my hands on them), I think I will simply edit this post with a more complete .epub.
     

    Attachments

    Last edited:
    Erenisch illustrated epubs index New

    Erenisch Stories Index​

    Support the artist.
    I'm moving this index from The Erenisch Novella Thread, but I'll be keeping the individual stories posts and posts informing of update there, since this thread is my chapter source, and a logical source of news, and Erenisch is so prolific, it will be the index with the most updates.

    Word of caution: the setting is about maledom and femsub, but the men are monsters by and large, and the Bdsm is non-consensual. Although the male main characters get better as far as likeability in latter stories (Which is a big plus in my book).

    Comics​

    In Green: Stevensons-related Comics.
    1. Slavemart - [BDSMArtwork.com]
    2. Office Slaves - [BDSMArtwork.com]
    3. The Bureau of Female Affairs - [BDSMArtwork.com]
    4. Family Slave Set - [Fansadox 153]
    5. The Birthday Gift 01 - [Fansadox 161]
    6. Roommates - [Fansadox 169]
    7. The Birthday Gift Part 2 - [Fansadox 177]
    8. The Birthday Gift Part 3: Detention - [Fansadox 184]
    9. Slave Fair 01 - [Fansadox 196]
    10. The Birthday Gift Part 4: Homework - [Fansadox 204]
    11. Dr. Frankie Steinn's Monster - [Fansadox 210]
    12. Slavecop 01: Agent Cumgulper vs The Cult - [Fansadox 217]
    13. The Birthday Gift Part 5: Teacher's Pet - [Fansadox 221]
    14. Sluts in Training Part 1: The Kennels - [Fansadox 228]
    15. The Birthday Gift Part 6: Family Reunion - [Fansadox 236]
    16. Slave Fair Year 2 - [Fansadox 243]
    17. The Birthday Gift Part 7: The Exchange - [Fansadox 253]
    18. The Clinic - [Fansadox 260]
    19. For Sale! - [Fansadox 271]
    20. Sluts in Training Part 2: The Stables - [Fansadox 281]
    21. The Birthday Gift Part 8: The Favorite - [Fansadox 285]
    22. The Hotel - [Fansadox 302]
    23. The Birthday Gift Part 9: Vengeance - [Fansadox 311]
    24. The Society - [Fansadox 323]
    25. Slavecop 2: The Breed - [Fansadox 335]
    26. Karma - [Fansadox 343]
    27. The Birthday Gift 10: Lovelust - [Fansadox 353]
    28. The Bottom - [Fansadox 361]
    29. The Office - [Fansadox 373]
    30. Repurposed - [Fansadox 383]
    31. Sluts in Training 3: The Dairy - [Fansadox 405]
    32. The Birthday Gift 11: Graduation - [Fansadox 425]
    33. Slave Fair 3 - [Fansadox 438]
    34. Kennels: Housebreaking (Sluts in Training 4) - [Fansadox 455]
    35. Karma 2 - [Fansadox 465]
    36. The Game - [Fansadox 470]
    37. For Rent! - [Fansadox 479]
    38. The Society 2: Purgatory - [Fansadox 485]
    39. Reckless - [Fansadox 499]
    40. The Date with Fate - [Fansadox 526]
    41. Slavecop 03: The Hive - [Fansadox 559]
    42. The Stevensons - [Erenisch's SubscribeStar]
    If you have any of the first 3 comics, I'd be interested. I've never read them.


    And here are the Novella I've made .epub from (the links lead to the Erenisch Novella thread in this forum), more or less by writing date.

    The numbered entries are notable part of the "Novella storyline", with "Mastery" at its heart, but many also reference events from the comics.
    The "0.X" and "minuses" are "prequels" to the main E-verse storylines, woth "0" referencing the 'Androcratic Societal Shift' in the timeline (so named because I love ASS).

    '*' Means the Ebook was modified in the last Edit.

    Novels / Novellas​

    1. 01 - Mastery (129 chapters - completed): a young man buy himself a sex-slave and get closer to his female neighbor
    2. 0.1 - Revolution (16 chapters): Female psychology student Aggie's life on campus before the androcratic revolution - Prequel to the rest of the E-verse
    3. The Prey (6 chapters): Fawn is sentenced to sign up for a program where she "play" the prey of would-be "hunters"
    4. 02 - Milk (15 chapters): Middle-aged ex-Teacher Milkynips is bought by a group of ex-students (bad ones) - Some time after "Mastery" Ch.02
    5. 03 - The Journey (34 Chapters): A journalist from a non-androcratic country and her cameraman go to Pussiana to investigate and expose the truth.
    6. 03 - The Operation (47 chapters): a group of spies from a non-androcratic country go to Pussiana to try and rescue a kidnapped celebrity. - After "Slavecop 03"
    7. 03 - The Harvest* (13 chapters): A girl's life in cattle-country, and a Harvest festival approaching - Parallel to "the Journey" & "The Operation"
    8. Lawsuit (22 chapters): 3 girls who were used to distract Peter Stevenson while boys raped Maggy get brought to justice - After "Birthday Gift 11" & "Milk"
    9. 04 - Mystery (9 chapters): A blueneck Private Investigator and her young boss investigate a missing person (freewoman) case. - After "Mastery"
    10. ?? - Slavecop Academy (19 Chapters): A group of friends are enlisted to the blueneck academy - during "The Stevensons"
    11. The Law Office (4 Chapters - unoficial compilation): Law firm femployee Sofia Necia has been selected as prospective member of her boss's new harem - After the novella "the Lawsuit"
      1. The choice
      2. The Contract
      3. The Proposal
      4. The Promise

    Short stories*

    Most short stories are related to the Comics, especially the 'Birthday Girl'-'Stevensons' line. Generally, these expend on secondary (or "tertiary") characters.
    -01 - Conception: A new Sister-Wife's womanhood is consecrated in a rural community - Prequel to 'Revolution'
    0.2 - Diary: Wanda Pearson was captured by FISTers. They gave her a Diary - 'Prequel', Referenced in "the Stevensons", pp.1017-1024
    The victim (2 Chapters): a girl fantasizes about being kidnapped - Standalone/independent​
    The call: a puppy you might recognize answer a phone call to her master. - After "Sluts in Training 02"
    Horrowtide (2 Chapters): It's Horrowtide in the neighborhood. A time of sharing one's riches with one's neighbor - During "The Stevensons"​
    The Pilot: A talented artist's struggle with the publishing industry? - After "Reckless"
    The Main ingredient: Maria DiFrotze checks up on her investment at Stallion Milk - After "Karma 2"​
    Third Time's The Charm (2 Chapters): A girl who was seduced and enslaved got bought back by her loving ex - After "the Stevensons" p.1076
    End of Shift: Two colleagues from 'Campus Coffee' catch-up while they switch shift - After 'The Stevensons' p.1096​
    Sweet Angelcunt (3 Chapters): A glimpse at the life of puppygirl Sweet Angelbutt and her nice Master - Standalone/independent​
    6th Anniversary Special: 6 years ago, an angel fell from the sky into the woods, and lost her memory - Standalone?​
    Eleven Sufferings of Ileadhra: An Excerpt of Vesya religion - After "The Stevensons" pp. 1226-1235​
    Cookies*: A Home-cooking session in Eddie Mestring's Household - After "Mastery".

    Hyperlinks point to posts with epub conversions of these stories.

    2026-07-05: Latest update = see '*'
     
    Last edited:
    Incase illustrated epubs New

    Incase's Stories Index​

    Source. Support the artist.

    So far, Incase's stories here feature Femdom; with women, dickgirls and femboys as subs, and also more "vanilla" relationships.

    1. Incase Short Stories-> Compilation of Incase's one-shots and short stories
      1. Ride or Die
      2. Team Bonding
      3. Ryan's Magical Evening
      4. A Day for Beauty
    2. Going Raw+ -> The growing relationship between a driven white-collar Puazi and her secretary (Completed)
      • Include "Poking your Buttons", by knoxkh
    3. Waifu Royal Shorts -> Anthology of standalone "waifu royal" short stories (ongoing)
      1. Vices
      2. Triangles
      3. Plaything
      4. Golden
    4. I will Never Forgive You -> After 20 years, Stella and her once bully Beverly cross paths once again (Ongoing)

    Edit: 2026-07 - Added "A day for Beauty" to the short stories compilation, & the "Poking your Buttons" fanfic to "Going Raw"
     

    Attachments

    Last edited:
    Back
    Top Bottom