CreatePDF - Maple Help

Online Help

All Products    Maple    MapleSim


eBookTools

  

CreatePDF

  

convert Maple worksheets to PDF book

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CreatePDF(book, settings)

Parameters

book

-

book object created using NewBook

settings

-

(optional) settings table; see Settings

Description

• 

The CreatePDF command transforms Maple worksheets into PDF format.

Examples

witheBookTools:

bookNewBookeBookSample,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

Compatibility

• 

The eBookTools[CreatePDF] command was introduced in Maple 16.

• 

For more information on Maple 16 changes, see Updates in Maple 16.

See Also

eBookTools

eBookTools/Settings

eBookTools[CreateMW]

eBookTools[GetDefaultOutputDir]

eBookTools[NewBook]

eBookTools[SetOutputDir]