eBookTools
CreatePDF
convert Maple worksheets to PDF book
Calling Sequence
Parameters
Description
Examples
Compatibility
CreatePDF(book, settings)
book
-
book object created using NewBook
settings
(optional) settings table; see Settings
The CreatePDF command transforms Maple worksheets into PDF format.
witheBookTools:
book≔NewBookeBookSample,eBook Sample Book,Maplesoft, a division of Waterloo Maple Inc.,2012:
AddChapterbook,legal,catkerneloptsdatadir,/eBookTools/Legal.mw:
AddChapterbook,preface,catkerneloptsdatadir,/eBookTools/Preface.mw:
AddChapterbook,1,catkerneloptsdatadir,/eBookTools/GettingStartedWithMaple.mw:
CreatePDFbook
The eBookTools[CreatePDF] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools/Settings
eBookTools[CreateMW]
eBookTools[GetDefaultOutputDir]
eBookTools[NewBook]
eBookTools[SetOutputDir]
Download Help Document