Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Outside In Image Export 8.3.7 (sx-8-3-7-win-x86-64)

user1064962Nov 15 2013 — edited Nov 19 2013

Hi 2all !

Help to process the file http://sdrv.ms/189qxAj (file from the closed system).

Outside In Image Export can not open the PDF/A and made JPG for preview.

Treatment is successful! but JPG containing white sheet.

ix.cfg - default

Run.bat

@IF %1_X == _X GOTO showparams

@IF %2_X == _X GOTO showparams

@IF %3_X == _X GOTO showparams

@IF %4_X == _X GOTO notimeout

java -classpath .\Export.jar;ExportTest.jar ExportTest %1 %2 %3 %4

@GOTO end

:notimeout

java -classpath .\Export.jar;ExportTest.jar ExportTest %1 %2 %3

@GOTO end

:showparams

@ECHO -----------------------------------------

@ECHO . Usage is

@ECHO .    ExportTest.bat inputPath outputPath configfile [timeout(ms)]

@ECHO .

@ECHO -----------------------------------------

:end

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 17 2013
Added on Nov 15 2013
1 comment
299 views