/facebook-album-to-pdf

This tool allows to convert a facebook's album to any file like PDF document.

Primary LanguageJava

facebook-album-to-file

This tool allows to convert a facebook's album to a any document, like PDF!

HOW USE IT!

  • Download the installer build/gui/facebook-album-to-file-0.2.exe for windows
  • Install and enjoy!

Screenshoot

The app
The app

Access to Facebook
Access to Facebook

Get the code
Token

Put in the app
Copy token

Start download
Download

Here your Album!!
Generated

For nerdy devs

Prerequisites for developers

How to convert a public album to PDF

  • Download the build of facebook-album-to-file-build-?.?.?.jar
  • Run from command line
java -jar .build\facebook-album-to-pdf-0.0.9-build.jar "{your app Id}" "{your app secret}" "{local directory}" "{facebook album 1}" "{facebook album 2}" ... "{facebook album n}"

Example with fake appid and secret:

java -jar facebook-album-to-pdf-0.0.9-build.jar "xx2077yy27zz42ww" "xyze22fxyzd212xyz81cxyz49qwerty" "E:/converter" "1877963512xxxxx"

INFO it.manueomm.facefile.launcher.PublicAlbum - Facebook Album to PDF..
INFO it.manueomm.facefile.launcher.PublicAlbum - ## Start converting album id:1877963512xxxxx
DEBUG it.manueomm.facefile.FaceAlbumReader - Reading album.. 1877963512xxxxx
DEBUG it.manueomm.facefile.FaceAlbumReader - Saved image E:\converter\1877963512xxxxx\Photo00.jpg
[...]
DEBUG it.manueomm.facefile.FaceAlbumReader - Read page: 1
DEBUG it.manueomm.facefile.FaceAlbumReader - Saved image E:\converter\1877963512xxxxx\Photo25.jpg
[...]
DEBUG it.manueomm.facefile.FaceAlbumReader - Read page: 2
DEBUG it.manueomm.facefile.FaceAlbumReader - Saved image E:\converter\1877963512xxxxx\Photo074.jpg
DEBUG it.manueomm.facefile.FaceAlbumReader - Read page: 3
INFO it.manueomm.facefile.FaceAlbumReader - Saved images in ms: 28551
INFO it.manueomm.facefile.launcher.PublicAlbum - ## Created PDF album: E:\converter\Album - 1877963512xxxxx.pdf

Tech

facebook-album-to-file uses a number of open source projects to work properly:

Todos

  • JUnit Test
  • Implement HTML Converter
  • Improve scaled image in PDF