01-04-2013, 06:20 PM | #1 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
DR1000 Scribble and Note Merger (in Java)
Hi to all, I'm working on a small project: a java merger for the scribbles taken with the iRex DR1000 (firmware 2).
Attached you can find the last version available (binaries and sources); for more info and all the previous versions, this is the official page. If someone would like to use/try it, any feedback will be appreciate, also to improve it. Please note: I tryed this program only with my scribbles, taken with my DR1000, and with one note taken with the DR800 (this one), and it seems to be OK. To launch the program just run Code:
java -jar iRexDR1000Merger-version.jar input_file If you want more options, read the documentation in the official page (or ask). :-) Hi to all (I don't write much here, but I read a lot!!) :-) Any observations is appreciated... :-) ChangeLog Update v0.3: new version 0.3 let you merge PDF files, as before, and also the notes (taken with the built-in notepad). The defult PDF output file is now produced in the current directory. Also the program, when cannot find the file in the database, ask the user to choose one (it lists all the files with scribbles in the database files). This is because if the file name is an all-uppercases-letters name (as "UML.pdf") the DR1000 store the file as an all-lowercase-letters (as "uml.pdf"), so the Java cannot match the data; I don't know if there are other cases, but if this is the only one, I'm thinking of modifing the program to just ignore the case at all (also because the FAT filesystem does not allow to have 2 files in the same folder with names that differ only for the cases of the letters). I have just to see if the DR1000 can use SD with filesystem different from FAT. Update v0.4: new version 0.4 brings the possibility to specify a color with the -C option. Also, the program is now more efficient (on my laptop, I passed from 33 s to 4 s on the same file). Update v0.4.1: small changes and a little bugfix. Color can be specified also with the -Dandynaz.defalutColor=color_code System Property, so that it can be used as an "installed program with defalut options" (I created an alias in my Linux box with defalut color RED). Also, the program stops if input and output file in PDF merging are the same (I also re-introduced the suffix "__NOTED" for merged file name). Update v0.5.1: I made some changes, like the option for the input file (now is -i) and I made the jar more as a real library (can be used for experiments for the extraction of the scribbles data). I also add a way to specify default options (to create a personalized command to launch the program) and an action to create PNG files from notes. And I changed the project name (iRex DR1000 Manager), as the merging is no more the only job!! :-) Update v0.5.2: I added an option requested by Mackx: now in the parameter (in the config file or in the ) you can specify the defalut target directory where to save the files. In the next version I'll clean up the code, as it is becoming a little confusing; for that reason, if you test the application and find some error don't worry (and let me know ). As soon as possible I'll update the official page with the detailed changelog. Update v0.5.3: I changed a little the logic (for future improvements); the main change is that now the -o option can specify a folder Update v0.7: I added support for different color (one per stroke width), background color (for PNGs) and trasparent color. I also added some other options Last edited by andynaz; 12-29-2015 at 10:03 AM. Reason: new version: 0.7 |
01-06-2013, 09:43 AM | #2 |
Guru
Posts: 999
Karma: 19985
Join Date: Dec 2008
Location: Netherlands
Device: iRex DR1000S
|
Nice tool! I tried several (test-)files and they all seem to be converted correctly. I think that more people are waiting for this.
PS: I saw that the link to the src on your webpage is incorrect. Last edited by Mackx; 01-06-2013 at 09:46 AM. |
Advert | |
|
01-07-2013, 04:26 AM | #3 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
Hi, thanks for your feedback!! :-)
I updated the web page (I missed a '-' in the link) and loaded the sources in the first post, so it'll be available in case my site will be down. By now I'll wait for more test, and when I'll have a bit of time I'll try to improve it a little; I think it can be improved in some points: - when creating the file, it should remove the '.pdf': by now from the file 'test.pdf' it creates the file 'test.pdf_NOTED.pdf' - I need to test the case in which the file name is all written in capital letter (like 'UML.PDF' or 'UML.pdf'), because I think Linux does not recognize this case very well (it sees the file name with the wrong case, so it won't match the data in the metadata.db file) - actually il loads all the scribbles from the db creating a list of Integer (Java objects); maybe loading a page at time and re-using the objects it can be more fast :-) ps: have you tried also some DR800 file? |
01-07-2013, 07:27 AM | #4 | ||
Guru
Posts: 999
Karma: 19985
Join Date: Dec 2008
Location: Netherlands
Device: iRex DR1000S
|
Quote:
Quote:
(and if we are already talking about changes/additions) I would also like an option to specify an output directory, that allows me to keep the originals on the SD card and have the merged files on PC. The files I have (and have received form others) are all DR1000 (as far as I know) so i did not test it. |
||
01-08-2013, 05:00 AM | #5 | |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
Quote:
I have some ideas on mind about additional features, the output directory will surely be one of them :-) |
|
Advert | |
|
01-08-2013, 07:04 AM | #6 | |
Guru
Posts: 999
Karma: 19985
Join Date: Dec 2008
Location: Netherlands
Device: iRex DR1000S
|
Quote:
|
|
01-16-2013, 07:04 PM | #7 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
Hi, Mackx (and all the others), I just updated the project (in the first post there are the binary and the source). It should use a little less memory and I added the option -o to specify the output file.
|
01-18-2013, 04:06 AM | #8 |
Guru
Posts: 999
Karma: 19985
Join Date: Dec 2008
Location: Netherlands
Device: iRex DR1000S
|
Thanks,
I will try it this weekend. |
02-24-2013, 01:28 PM | #9 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
New version: 0.3
Hi, I just uploaded the new version: now the program can merge also the notes.
|
04-06-2013, 04:00 PM | #10 |
Junior Member
Posts: 6
Karma: 10
Join Date: Apr 2010
Device: dr1000s
|
I just tested it.
Even though I had hard time understanding to get through with these, I just got over this.
It works! Really thanks a lot! thumbsup: |
04-10-2013, 06:20 PM | #11 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
Hi jsway,
thanks for your feedback. I just released the new version: the performance have been improved, and now you can specify a color for the strokes. |
08-01-2013, 05:24 PM | #12 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
Hi to all.
I just released a new version (0.4.1): just a bugfix and a little additional option. :-) |
09-26-2013, 04:36 AM | #13 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
I just released a new version (0.5.1): now you have additional option. :-)
Last edited by andynaz; 09-26-2013 at 04:36 AM. Reason: wrong version |
11-07-2013, 05:57 AM | #14 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
I just released a new version (0.5.3): just little improvements... :-)
|
12-29-2015, 10:04 AM | #15 |
Member
Posts: 12
Karma: 182
Join Date: Jul 2012
Device: iRex Iliad
|
Hi to everyone.
I just released a new version (0.7): more option for colors. :-) |
Tags |
java, merge, scribble |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
GoComics After Merger - New "Feeds" ListWith the ensuing merger of GoComics and Comic | BRGriff | Recipes | 7 | 07-25-2012 06:23 PM |
First useable version of the portable scribble merger released. | thomega | iRex | 82 | 11-10-2010 04:29 AM |
Iliad Java Scribble Merger | curbarthedog | iRex | 0 | 03-16-2009 04:16 PM |
New PDF scribble merger from iRex | Adam B. | iRex | 1 | 11-28-2007 02:21 PM |
Scribble merger kills bookmarks | Scifier | iRex | 5 | 04-04-2007 05:59 PM |