Bug #66

Updated by Lionel Martin over 12 years ago

Hello,

We have an issue with the latest version of PDF service (2.11).
Here is the code to reproduce :
@my $filepath = "/<path_to>/main2.pdf";@ &quot;/&lt;path_to&gt;/main2.pdf&quot;;
@NV::Command("NV_CMD=|OBJECT:CREATE| NV::Command(&quot;NV_CMD=|OBJECT:CREATE| NAME=|file| TYPE=|FILE| PERSIST=|-1| REPLACE=|YES| FILENAME=|$filepath| NV_CONTAINER=|nvdef|");@
@
NV_CONTAINER=|nvdef|&quot;);

NV::Command("NV_CMD=|PDF:PDF:GET_TEXT| IN=|file| OUT_TEXT=|out_text| PAGE=|1| AREA=|28,28,427,567| NV_CONTAINER=|nvdef|");@ NV_CONTAINER=|nvdef|&quot;);
@


It has been reproduced on Linux32 and Windows 64 (both version 4.7.003).

We could reproduce it with PDF version 2.07, but with version 2.06, the server does not crash. (The content is still weird)

Back