Question
How to add to InDesign Book new book(chapter) from IDFile
I'm glad to have some recommendation, that's my code but I can't find the way how to add books, even through K2Vector<IDFile><br /><br />IDFile bookPath(PMString("D:\\Book1.indb"));<br /> IDataBase* db= pTargetList->GetDataBase();<br /> InterfacePtr<IBookManager> iBook(gSession,UseDefaultIID());<br /> IBook *myBook = iBook->CreateBook(bookPath,IDataBase::kNoProtection ,nil);<br /> InterfacePtr<IBookContentMgr> cntMan(myBook,UseDefaultIID());<br /><br />K2Vector <IDFile> fileList; <br />and what next ?