|  11-19-2015, 02:58 PM | #151 | 
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | 
			
			Tested on linux, seems to work fine. Preliminary tests suggest that hyperlinks/footnotes work fine. I notice that the temp folder (you use one single folder for successive EbookScramble actions) is not being cleaned up. One of the books I tested was a giant comic with lots of sizeable pictures!  And the original file appeared in three places... (And it does get cleaned up when calibre quit. Maybe that's why it took so long to quit.... Maybe it is a limit of calibre's tempfiles handling.) But cleanup aside, it seems to be working. ... Haven't tried any SVG images, I'll let you know if I find any.   Last edited by eschwartz; 11-19-2015 at 03:03 PM. | 
|   |   | 
|  11-19-2015, 03:47 PM | #152 | 
| null operator (he/him)            Posts: 22,010 Karma: 30277294 Join Date: Mar 2012 Location: Sydney Australia Device: none | 
			
			jackie - I have footnoted texts, and I think some of the maps and charts are svg'd.  I also have some French and Russian Cyrillic texts.  I'll test on Win 10 version 1115 and calibre latest - but at weekend, too hot today, 100 degrees plus in the old money   PS : If I were to use it myself, I would probably use the standalone version rather than the plugin - so I'll give that a workout too. BR Last edited by BetterRed; 11-19-2015 at 03:52 PM. | 
|   |   | 
|  11-19-2015, 04:03 PM | #153 | ||
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
  Thanks for finding the time. Quote: 
 I think RbnJrg is an SVG guru, so hopefully he can help out. I'll shortly have v0.0.3 ready to roll with better SVG processing. | ||
|   |   | 
|  11-19-2015, 04:08 PM | #154 | |
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 | |
|   |   | 
|  11-19-2015, 04:20 PM | #155 | |
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | Quote: 
  But I think you may be creating one or two extra copies of some data as well, which should probably be optimized. I had two identical copies of the original book in the main Temp directory, a third copy in format_abspath, and the unpacked version. Given I have once or twice nearly crashed my computer by accidentally starting to convert dozens (60+) books at a time... because on linux, $TMP is a ramdisk... I am understandably wary of anything that dumps multiple hundreds of MB into $TMP without actually needing to.   | |
|   |   | 
|  11-19-2015, 06:58 PM | #156 | 
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | |
|   |   | 
|  11-19-2015, 07:16 PM | #157 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | |
|   |   | 
|  11-19-2015, 07:57 PM | #158 | 
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | 
			
			Ok, but I detect some issues with v0.0.2. The new version shouldn't erase anything inside <text> and <tspan> tags inside svg images. I attach two epub; the first one, is the original scrambled; the second one, the scrambled modified by hand (my hand   ). The second one IMHO is how the ebook should be finished. Please, watch them. Regards Rubén | 
|   |   | 
|  11-19-2015, 10:43 PM | #159 | |
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 I don't want to replace a .svg image with a .png/.jpg/.gif image as that results in more ebook internal code changes than necessary. At present, each .svg image is physically removed as the safest option, because there's no way of knowing what it contains. A compromise may be to replace it with a small dummy .svg file. So if you'd like to create one for us ...  . I don't think it's necessary to create 3 different ones for epub/azw3/kepub, but perhaps it would be helpful if it contained the words (or graphic representation) 'SVG image' somewhere inside it. | |
|   |   | 
|  11-20-2015, 09:12 AM | #160 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
				
				beta version 0.0.3 added
			 
			
			I've updated post #2. Comments welcome. v0.0.3 - beta release Nov 20, 2015 
 @eschwartz, Perhaps you could do the honours with the cleanup changes. | 
|   |   | 
|  11-20-2015, 09:57 AM | #161 | |
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | Quote: 
 1. Instead of: Code: <svg id="dummysvg" xmlns="http://www.w3.org/2000/svg" height="60" viewBox="0 0 200 60" width="100" version="1.1">Code: <svg id="dummysvg" xmlns="http://www.w3.org/2000/svg" height="60" viewBox="0 0 200 60" width="200" preserveAspectRatio="none" version="1.1">  ) What do you thing? Again, great job Jackie; congratulations! Rubén | |
|   |   | 
|  11-20-2015, 10:23 AM | #162 | |
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
  Yes, yours is much better, all the other dummy images may also be distorted according to css values, so no reason for the dummy svg to be different. I'll change the dummy.svg file and repost now. (The width="100" was a typo error in mine, anyway  . It should have been "200"). The preserveAspectRatio="none" is a good idea. Thanks. | |
|   |   | 
|  11-20-2015, 10:36 AM | #163 | 
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | 
			
			OK, done. v0.0.3b posted
		 | 
|   |   | 
|  11-20-2015, 11:10 AM | #164 | 
| Wizard            Posts: 1,876 Karma: 8821117 Join Date: Mar 2013 Location: Rosario - Santa Fe - Argentina Device: Kindle 4 NT | 
			
			Please Jackie, try the following dummy.svg file: https://rbnjrg.bitrix24.com/~vb2IT Tell me what you think about to use that image. If you like it, I can build svg images for azw3 and kepub. Regards Rubén | 
|   |   | 
|  11-20-2015, 11:38 AM | #165 | |
| Grand Sorcerer            Posts: 6,267 Karma: 16544702 Join Date: Sep 2009 Location: UK Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3 | Quote: 
 Can you do that? | |
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Sony ereader troubleshoot | chrisms | Sony Reader | 3 | 10-02-2013 02:08 PM | 
| Out of copyright ebooks/writers you'd most like to see digitized? | pstjmack | Reading Recommendations | 18 | 09-14-2012 08:46 PM | 
| whispersync not working: can anyone help me troubleshoot? | rheostaticsfan | Amazon Kindle | 4 | 10-27-2011 08:09 AM | 
| troubleshoot battery life | kkinser | Amazon Kindle | 2 | 04-18-2011 09:05 PM | 
| The copyright issues of fan fiction eBooks | Kirok | Lounge | 33 | 12-08-2008 06:54 PM |