HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Trouble understanding differencies between Linux and Windows › Re: Re: Trouble understanding differencies between Linux and Windows
Thanks for all your informations again.
Could you add the switch for those elements in the next versions :
callParameters.append( “% PD4ML version: ” + getVersion() + “n” );
callParameters.append( “% JDK version: ” + System.getProperty( “java.version” ) + “n” );
callParameters.append( “% OS version: ” + System.getProperty( “os.name” ) + ” ” );
callParameters.append( System.getProperty( “os.version” ) + “n” );
It’s actually all we need to ensure our long terme binary comparaison and non regression on our file.
Furthermore, are you able to tell me when the next version will be available ?
Best regards,