PDF Publisher runs successfully on the following systems. If your computer does not meet these requirements, you may not be able to use our PDF Publisher.
- Windows 7 (32 and 64 bit)
- Windows XP
- Windows Vista
- Windows Server 2003
The application screen shows preview of the flip book and interface buttons on the top of the window.
When you first time open PDF Publisher all interface buttons are disabled except of the "Add File". Click on the button and browse to a PDF document on your computer.
After a file is selected all interface buttons are enabled.
The COLORS button opens the window with all color settings of the flip book, divided into categories. Change the colors the way you like and click OK.
The book in the preview below will reload and apply all changes you made immediately.
The TEXTS button opens the window where you can change all texts in the flip book (except of titles and tooltips, which you can change in the next window).
The TITLES button opens the window where you can change all titles/tooltips (the same text used as a title and a tooltip) in the flip book, enable/disable tooltips.
The link with javascript function "openBookInWindow()" without name opens a book (if you have only one book) or bookshelf in new window.
<a href="javascript: openBookInWindow(); top.consoleRef.focus();" >
Click to open the book
</a>
The function with book name and page number will open required book on selected page
<a href="javascript: openBookInWindow('flipBook.html?book=myBook.pdf&pageNumber=2'); top.consoleRef.focus();" >
Click to open the book "myBook.pdf" on the page number 2
</a>
The button Publish EXE generates "flip_book.exe", "autorun.inf" (if Autostart option is selected in publish settings) and "flip_book_files" folder.
You can burn these files on CD/DVD. The disk will autostart the flip book if "autorun.inf" was copied to the root of the disk.