As of now iam having all my data(1-6 pages) export into one pdf , but new requirement came in such a way that 1st page should be exported into one pdf and second page data into one more pdf, for everypage there should be pdf for the same.
LlSetOptionString(m_hLLJob, LL_OPTIONSTR_EXPORTS_ALLOWED,
_T("PDF;XHTML;MHTML;XLS;DOCX;XPS;RTF;PICTURE_MULTITIFF;")
_T("PICTURE_TIFF;PICTURE_PNG;PICTURE_JPEG;PICTURE_BMP;")
_T("PICTURE_EMF;FILE;HTML;JQM;TTY;TXT;TXT_LAYOUT;XML"));
nRet = LlPrintOptionsDialog(m_hLLJob, hHWnd, "Choose export format"); // iam getting dialog for rgw pdf how to use this api?
iam using c++ , but i dont have print preview class to use in my code
example : i just have LlSetOption(m_hLLJob, LL_OPTION_HELPAVAILABLE, 0); //m_hLLJob as a job .
iam setting the data and printing the table data. Can you please explainhow can do that in code ?
not sure how to use the preview class and exactly how to use