export data int different pdfs

hi All,

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.

Can you please help me how can i do it. ?

You could print to preview instead and then convert it to PDF using the page index option. Documented here:

Thanks for the reply :how to use this

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?

Sorry, I don’t really get the question. Could you please add some more context :slight_smile:? Also, which language are you using?

Thanks for the reply.

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

You can use the general approach from here

Hi , iam getting undeclared error if i use LlStgsysStorageConvert in my c++ , do i need to something for that ? (LL21) visual c++ win 32

#include cmbtls21.h
Link cmls21.lib