issue with export data into pdf

hi All,
i have one issue with respect to export pdf. for example i have 49 pages i am able to generate sperate pdfs but for some pages i have data prolonged to next page ( nothing but data should go to one pdf but it is going to different pdfs) can you please let me know how can i do it iam looping through pages but i need to know which data is moving into next pdf or something to determine it is should be in one pdf.

visual c++ code:

	CString strOptions;
	strOptions.Format(_T("PDF;Export.PageIndexRange=%d;PDF.FontMode=1"), lPagNo);
	LlStgsysStorageConvert(strNewRptLL, strFile, strOptions);

In this case, you would have to remember which report/section has how many pages in a map object. This can be done in the print loop.

I hope I have understood this correctly!

Thanks for the reply . you mean in this i have to determine nRet = LlPrintFields(m_hLLJob); //this function?

Thanks for the reply . you mean in this i have to determine nRet = LlPrintFields(m_hLLJob); //this function?

can you please provide me any sample?

You can find our VC++ source code examples in your installation directory in the subfolder “Samples”. These also show the implementation of a custom print loop.

If you still have problems or need help, please send us an absolutely minimized, executable source code example via our support portal so that we can reproduce the problems. An example based on one of the examples we provide would be best. With an overview of the code you have already created and your approach so far, we can answer your questions and requirements in more detail. This would also allow us to effectively help you with further questions on other topics.

Thank you very much in advance!

What is the function to get that functionality?

Please refer to the “Support Center – Getting Started” section.

  • Log in to your user account, or create a new account.
  • Register your product.
  • Contact us via the Support Center.