Page 1 of 1

Some format issue in java edition.

Posted: Tue Jul 09, 2013 9:26 am
by ethan.shi
Hi,

We use the same mrt file to generate docx documents with C# and Java edtion,

but there are some differents between the documents generated by there 2 edtions.

Can you help us to fix it ?

Here is the code

Code: Select all

 File exportFile = new File(wordName);
        exportFile.createNewFile();
        FileOutputStream outputStream = new FileOutputStream(exportFile);
    	StiWord2007ExportSettings wsetting = new StiWord2007ExportSettings();
    	wsetting.setUsePageHeadersAndFooters(true);
        StiExportManager.exportWord2007(report, wsetting, outputStream);

Re: Some format issue in java edition.

Posted: Mon Jul 15, 2013 9:55 am
by Alex K.
Hello,

We are working on the problem. We will let you know when the solution is available.

Thank you.

Re: Some format issue in java edition.

Posted: Tue Jul 23, 2013 11:16 am
by Alex K.
Hello,

The issie is fixed. Solution will be available in the next build on this week.

Before rendering report (mrt) in JAVA please setup option:
StiOptions.Engine.setComponentsStabilizationValue(0.1);

Thank you.

Re: Some format issue in java edition.

Posted: Mon Aug 05, 2013 7:46 am
by ethan.shi
Aleksey wrote:Hello,

The issie is fixed. Solution will be available in the next build on this week.

Before rendering report (mrt) in JAVA please setup option:
StiOptions.Engine.setComponentsStabilizationValue(0.1);

Thank you.
Hi, Aleksey:

There is no setComponentsStabilizationValue method in the latest version "2013.2.1612 from 2013.07.12"

Have you released it to the build?

Thanks

Re: Some format issue in java edition.

Posted: Mon Aug 05, 2013 1:41 pm
by HighAley
Hello.

Please, upgrade to the "2013.2.1614 from 2013.08.05" version.

Thank you.