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

adapt flipbook2pdf for other webside #7

Open
ludo77 opened this issue Jun 6, 2020 · 2 comments
Open

adapt flipbook2pdf for other webside #7

ludo77 opened this issue Jun 6, 2020 · 2 comments

Comments

@ludo77
Copy link

ludo77 commented Jun 6, 2020

Hello,
I saw that on the site: https: //www.quora.com/How-do-I-convert-and-save-an-online-flipbook-to-a-PDF
You marked: you will probably need to adapt the code for your own website.
I would have liked to adapt it for the site: https: //www.kiosquemag.com.
But I don't really know the java language.

@Arnaud-Nauwynck
Copy link
Owner

on my side, I dont have a paid acces to https: //www.kiosquemag.com
it is pretty easy to install a jdk+java editor (eclipse,intellij). You should try.
download https://adoptopenjdk.net/, then https://www.eclipse.org/downloads/
in eclipse, use "import ... as maven project", then click on the main clas, Flipbook2PdfMain and click on "Debug as java application"

welcome to java development

@ludo77
Copy link
Author

ludo77 commented Dec 10, 2020

when i click on run i get an error:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The method getBaseOutputDir () is undefined for the type Flipbook2PdfParams
The method getBookTitle () is undefined for the type Flipbook2PdfParams
Type mismatch: cannot convert from element type OrderBookInfo to val
bookTitle cannot be resolved or is not a field
orderDetailId cannot be resolved or is not a field
The method getOrderDetail () is undefined for the type Flipbook2PdfParams

at fr.an.tools.flipbook2pdf.Flipbook2PdfMain.run (Flipbook2PdfMain.java:42)
at fr.an.tools.flipbook2pdf.Flipbook2PdfMain.main (Flipbook2PdfMain.java:33)

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

2 participants