Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to #1

Open
nasime opened this issue Jun 17, 2014 · 1 comment
Open

How to #1

nasime opened this issue Jun 17, 2014 · 1 comment

Comments

@nasime
Copy link

nasime commented Jun 17, 2014

Hi there,

I wanted to convert my ifolor photo book, but I simply don't get it.
I'm all new to Java, but I really want to try this.
I'm fine til the step "in a console call ...": in what console? How?? Can you explain this in a more detailed way?

Thanks in advance,
nasime

@ghost
Copy link

ghost commented Sep 5, 2014

A simple way is to create a .txt file with the default windows editor. Then enter the following text:

java -jar ifolorconvert-0.1.1-SNAPSHOT-jar-with-dependencies.jar --in C:\Users\USERNAME\Documents\ifolor\Designer\PROJECTNAME.dpp --out OUTPUTNAME.sla
pause

The java -jar "filename".jar part starts the downloaded jar file (make sure the filename matches your input). The location of the dpp file is given after "--in" and should be something like my example above. Then define an output filename.
When done save the .txt file and rename the ending of the file from ".txt" to ".bat". Then start the .bat file by double-clicking on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant