Commit 37fece8c authored by tsuji's avatar tsuji

Add 説明会配布資料

parent 488819b4
This diff is collapsed.
This diff is collapsed.
:lang: ja
include::config.adoc[]
// custom css.
//:stylesdir: ./
//:stylesheet: edit.css
//:toc: left
//:imagesdir: Images
:toc: left
// Custom Icons(J)
:icons: image
:iconsdir: icons
:icontype: png
//
{ExtendStyle}
// After need empty-one-line
// SCREEN / CONFIDENTIAL
//:SCREENGA: pass:q[image:SCREENGA.png[]]
//:CONF: pass:q[image:Confidential.png[]]
//:DocNo: Internal
//:HeadLine: pass:n[{SCREENGA} [.right]##{DocNo} {CONF}##]
//{HeadLine}
== CSRender検版レポート
=== レポート概要
検版対象のPDFファイル情報やGUI設定値、検版結果について記したドキュメントです。
=== 検版レポート名
CSRenderで検査した結果は、レポートとしてPDFファイルの出力されます。出力先とファイル名は、GUIの「検版レポート名」メニューから指定できます。GUIメニューで指定しなかった場合は、「作業フォルダ」メニューでしていしたフォルダに「report」フォルダが作成され、そこに「report_<作成日時>.pdf」という名前で出力されます。また、検版レポートのファイル名は以下の規則で作成されます。
検版差異があった場合::
<指定したファイル名>&<カレントファイル番号>%<全ファイル数>.pdf
検版差異がなかった場合::
<指定したファイル名>.pdf
検査レポートは、システム設定値(検査範囲ページ数の最大値)を超えないようにファイルを分割します。(全ファイル数:分割数、カレントファイル番号:分割順)
=== Acrobatの設定
検査レポートはAcrobatで確認します。Acorbatは以下の設定でお使いください。
編集>環境設定(あるいはkbd:[cntrol+K])で設定メニューを開きます。「ページコンテンツと情報」を設定します。
image:AcrobatSet2.PNG[*,700]
赤枠部拡大
image:AcrobatSet.PNG[*,550]
=== サマリー
検査レポートの1ページ目は検査結果のサマリーです。
image:ReportSam.png[*,550]
検査結果
|===
|項目 |内容
|差異数
|検版差異が見つかったページ数
|検査ページ数
|検査を行った画像数
|検査時間
|検査にかかった時間
|レポート作成日
|検査レポートを作成した日時
|レポートファイル名
|検査レポートファイル名
|分割数
|検査レポートの分割数
|===
CSRender:検査を行ったときの設定
|===
|項目 |内容
|バージョン
|CSRenderのバージョン
|CSRenderパス
|CSRenderの配置しているパス
|RIP処理
|RIP処理で使用しているレンダリングエンジン
|検版感度
|CSRenderで設定している検版の感度
|位置ズレ許容量
|同上
|諧調差許容量
|同上
|微小差異許容量
|同上
|視覚的あいまい量
|同上
|指定ページ
|指定したPDFのページ番号
|マーク距離
|Prefarenceで設定した値
|===
PDF情報
|===
|項目 |内容
|リファレンスフォルダ
|リファレンスPDFのパス
|リファレンスファイル数
|リファレンスしたPDFのファイル数
|リファレンスファイル
|リファレンスPDFのファイル名
|リファレンスページ数
|リファレンスPDFのページ数
|対象フォルダ
|対象PDFのパス
|対象ファイル数
|対象PDFのファイル数
|対象ファイル
|対象PDFのファイル名
|対象ページ数
|対象PDFのページ数
|===
画像情報
|===
|項目 |内容
|リファレンス画像パス
|リファレンスPDFのRIPデータ出力先パス
|リファレンス画像数
|リファレンスPDFをRIPした画像数
|対象画像パス
|対象PDFのRIPデータ出力先パス
|対象画像数
|対象PDFをRIPした画像数
|===
=== 検版差異画像
NOTE: 検査レポートのサマリーの後は差異画像です。検査で差異が見つからなかった場合、差異画像はありません
Acrobatのレイヤーリスト、注釈リストを表示します。
image:rayer.PNG[*,550]
|===
|項目 |内容
|PAGE INFO
|ページの左上に”ファイル名+ページ番号+tif”を表示します。クリックすると入力PDFの該当ページがAcrobat別ウインドウで表示されます。
|DIFF MARKS
|検版差異箇所を囲む赤枠を表示します。
|DIFF
|検版差異画像を表示します。
|REFERENCE
|リファレンス画像を表示します。
|TARGET
|ターゲット画像を表示します。 EQUIOSのRIP結果です。
|===
==== 注釈の説明
DIFF MARKSは注釈で作成されています。注釈リストはDIFF MARKのリストが表示されます。
注釈リストより次のDIFF MARKを選択すると、ズーム表示した状態で、次の差異箇所が表示されます。差異箇所は、Layersより、DIFF MARKS, DIFF, REFERENCEの表示を切り替えて確認してください。検版差異箇所は、ピンク色で表示されます。
以上
ifndef::_CONFIG_ADOC[]
// INCLUDE GUARD
:_CONFIG_ADOC: IncludeGuard
////
[コメント開始]
各種事前定義 ここでは最低限必要なものだけ定義、一覧説明をコメントブロックで記載しておく
定義が不要なら、//でコメントアウト、adoc毎に!(びっくりマーク)を追加すればよい
例. :sectnums!:
[コメント終了]
////
//-----------------------------------------------------------------------------------------------------
// 事前定義
:doctype: book
:toclevels: 3
:sectnums:
:sectnumlevels: 4
:sectlinks:
:icons: font
//[イメージのパスを指定]
:imagesdir: Images
// :lang: ja
ifeval::["{lang}" == "ja"]
:toc-title: 目次
:example-caption:
:caption:
//:example-caption: 例
:table-caption: 表
:figure-caption: 図
:preface-title: はじめに/まえがき
:appendix-caption: 付録
:caution-caption: 注意
:important-caption: 重要
:last-update-label: 最終更新
:listing-caption: リスト
:manname-title: 名前
:note-caption: 注記
:warning-caption: 警告
:tip-caption: ヒント
:untitled-label: 無題
:version-label: バージョン
endif::[]
ifeval::["{lang}" != "ja"]
:example-caption:
:caption:
endif::[]
// HTML出力で画像を埋め込む
:data-uri:
// 各種Macro拡張
:hardbreaks:
:experimental:
// Style拡張 [.XXXX]##hogehoge##で使用できる。{ExtendStyle}を表題の直前に記述する
// 属性の前に記載してはいけない。toc: leftなどが無効になる
// 拡張: [.nw]## <自動改行無効、複数空白文字OK> ## .nowrapでもOK。Tableの表幅調整に使用
:ExtendStyle: pass:none[ \
<style> \
.nw{display:inline-block;white-space:pre;} \
.nowrap{display:inline-block;white-space:pre;} \
</style>]
// obsolate
:NoWrap: pass:[<span style="display:inline-block;white-space:pre;">]
:Wrap: pass:[<span style="display:inline;white-space:pre;">]
:End: pass:[</span>]
// 改行 {br}
:br: pass:p[ +]
////
#### COMENT START #################
------------------------------------------------------------------
[ドキュメント毎に設定すべきもの]
:toc: left
:source-highlighter: coderay
:docname: = asciidoc
:author: my name
:revnumber: 0.9
:revdate: 2019/12/1
* 意味が不明なものは以下を参照
https://takumon.github.io/asciidoc-syntax-quick-reference-japanese-translation/
[属性定義]
:experimental: *各種マクロ拡張時に定義しておく
::module: *モジュール名
:Author: *著者名
:Email: *メールアドレス
:Date: *日付(2020/01/20)
:Revision: Rev.1 * リビジョン指定
:lang: ja * 言語指定
:doctype: book * 言語の種類(ja,...)
:description: * 説明???
:docname: ドキュメント名 * ドキュメント説明
[イメージのパスを指定]
:imagesdir: ./_images
[ソースハイライト]
:source-highlighter: coderay
[見出し設定]
:sectnums:
セクションに番号On, Offのときはコメントアウトもしくは"!""
[キャプチャーのラベル、不要なときは、空指定]
:chapter-label:
[目次作成]
:toc: left
目次 left,right,macro macroの場合は挿入箇所でtoc::[]を記述する
[目次のタイトル]
:toc-title:
[目次 階層レベル]
:toclevels: 3
[各ラベルの日本語設定]
:preface-title: はじめに/まえがき
:appendix-caption: 付録
:caution-caption: 注意
:example-caption: 例
:figure-caption: 図
:important-caption: 重要
:last-update-label: 最終更新
:listing-caption: リスト
:manname-title: 名前
:note-caption: 注記
:toc-title: 目次
:table-caption: 表
:warning-caption: 警告
:tip-caption: ヒント
:untitled-label: 無題
:version-label: バージョン
#### COMENT END #################
////
// End of ::_CONFIG_ADOC[]
endif::[]
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
</startup>
</configuration>
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="CSRender.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<userSettings>
<CSRender.Properties.Settings>
<setting name="resolutionSetting" serializeAs="String">
<value>75</value>
</setting>
<setting name="formatSetting" serializeAs="String">
<value />
</setting>
<setting name="shiftPixelSetting" serializeAs="String">
<value>2</value>
</setting>
<setting name="colorMarginSetting" serializeAs="String">
<value>60</value>
</setting>
<setting name="removePointSetting" serializeAs="String">
<value>8</value>
</setting>
<setting name="shadingOffSetting" serializeAs="String">
<value>5</value>
</setting>
<setting name="workSpaceSetting" serializeAs="String">
<value />
</setting>
<setting name="referenceSetting" serializeAs="String">
<value />
</setting>
<setting name="targetSetting" serializeAs="String">
<value />
</setting>
</CSRender.Properties.Settings>
</userSettings>
<!--runtime-->
<!--AppContextSwitchOverrides value = "Switch.System.Windows.DoNotScaleForDpiChanges=false"/-->
<!--/runtime-->
</configuration>
\ No newline at end of file
// ゆすらせ量
**ShiftPixel: "2"
// 階調マージン
**GradationMargin: "60"
// 孤立点除去
**RemovePoint: "8"
// 平均化
**ShadingOff: "5"
//マルチプロセスモード(自動:0/手動:1)
**MultiProcessMode:"0"
// マルチプロセス数(手動の場合)
**MultiProcessValue: "0"
//バイナリ比較(1:デコード無しで比較)
**ComparisonWithoutDecode:"0"
//処理時間(1:表示)
**IsViewProcessingTime:"1"
// 検版差異出力ファイルタイプ(0:従来/1:1bitTiff)
**OutPutDiffFileType:"1"
// 孤立点除去の繰り返し数(0:デフォルト繰り返し無し)
**RemovePointRepeatCount:"0"
// ゆすらせ量
**ShiftPixel: "1"
// 階調マージン
**GradationMargin: "30"
// 孤立点除去
**RemovePoint: "5"
// 平均化
**ShadingOff: "0"
//マルチプロセスモード(自動:0/手動:1)
**MultiProcessMode:"0"
// マルチプロセス数(手動の場合)
**MultiProcessValue: "0"
//バイナリ比較(1:デコード無しで比較)
**ComparisonWithoutDecode:"0"
//処理時間(1:表示)
**IsViewProcessingTime:"1"
// 検版差異出力ファイルタイプ(0:従来/1:1bitTiff)
**OutPutDiffFileType:"1"
// 孤立点除去の繰り返し数(0:デフォルト繰り返し無し)
**RemovePointRepeatCount:"0"
// ゆすらせ量
**ShiftPixel: "2"
// 階調マージン
**GradationMargin: "80"
// 孤立点除去
**RemovePoint: "8"
// 平均化
**ShadingOff: "5"
//マルチプロセスモード(自動:0/手動:1)
**MultiProcessMode:"0"
// マルチプロセス数(手動の場合)
**MultiProcessValue: "0"
//バイナリ比較(1:デコード無しで比較)
**ComparisonWithoutDecode:"0"
//処理時間(1:表示)
**IsViewProcessingTime:"1"
// 検版差異出力ファイルタイプ(0:従来/1:1bitTiff)
**OutPutDiffFileType:"1"
// 孤立点除去の繰り返し数(0:デフォルト繰り返し無し)
**RemovePointRepeatCount:"1"
// ゆすらせ量
**ShiftPixel: "2"
// 階調マージン
**GradationMargin: "60"
// 孤立点除去
**RemovePoint: "8"
// 平均化
**ShadingOff: "5"
//マルチプロセスモード(自動:0/手動:1)
**MultiProcessMode:"0"
// マルチプロセス数(手動の場合)
**MultiProcessValue: "0"
//バイナリ比較(1:デコード無しで比較)
**ComparisonWithoutDecode:"0"
//処理時間(1:表示)
**IsViewProcessingTime:"1"
// 検版差異出力ファイルタイプ(0:従来/1:1bitTiff)
**OutPutDiffFileType:"1"
// 孤立点除去の繰り返し数(0:デフォルト繰り返し無し)
**RemovePointRepeatCount:"0"
<?xml version="1.0" encoding="UTF-8"?>
<ripverify_report unit="pt" color="BLACK">
<!--unit: default is pt; available unit: mm, pt-->
<!--color: default is BLACK; available color: BLACK, RED, BLUE, GREEN, YELLOW-->
<page>
<PageNumSpec>PAGE</PageNumSpec>
<top flg_display_field_no_value="0">
<!--flg_display_field_no_value Setting range: 1=true, 0=false-->
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify
Report</title>
<logo file_name="equios.jpg" width="137" height="" />
<!--if input one field width or height, other field will be auto adjust aspect ratio-->
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="15" spacing_after="5" />
<fields color="BLACK" font_size="10" line_spacing="5" />
<cols>
<col id="key" indent="10" />
<col id="value" indent="210" />
</cols>
</sections>
<!--Describe language for each section in top page-->
<section id="inspection_result">
<title>Inspection result</title>
<field id="RESULT_NG" color="RED">Number of difference</field>
<!--Using color is RED for text of this field-->
<field id="LIST_NG">Difference page</field>
<field id="RESULT_INSPECTION_NUM">Number of inspection page</field>
<field id="RESULT_INSPECTION_TIME">Inspection time</field>
<field id="RESULT_DATE">Report created date</field>
<field id="RESULT_REPORT_NAME">Report file name</field>
<field id="NUM_PART_OUTPUT">Number of part of output</field>
</section>
<section id="pureVerify">
<title>PureVerify</title>
<field id="ENV_VERSION">Version</field>
<field id="ENV_COMPUTER_NAME">Computer name</field>
<field id="ENV_EQUIOS_PATH">EquiosCenter path</field>
<field id="ENV_RIPVERIFY_PATH">PureVerify path</field>
<field id="ENV_INSPECTION_QUALITY">Inspection sensitivity</field>
<field id="ENV_INSPECTION_SHAKE">Position tolerance</field>
<field id="ENV_INSPECTION_TOLERANCE">Gradient tolerance</field>
<field id="ENV_INSPECTION_ISOLATED">Smallness</field>
<field id="ENV_INSPECTION_SHADE">Perceptual tolerance</field>
<field id="ENV_INSPECTION_AREA">Inspection page</field>
<field id="ENV_IMAGE_RESO">Inspection image resolution</field>
<field id="ENV_MARK_DISTANCE">Mark distance</field>
</section>
<section id="tiff_information">
<title>Tiff information</title>
<field id="TIFF_REFERENCE_PATH">Reference image path</field>
<field id="TIFF_REFERENCE_NUMS">Reference number of image files</field>
<field id="TIFF_TARGET_PATH">Target image path</field>
<field id="TIFF_TARGET_NUMS">Target number of image files</field>
</section>
<section id="misc">
<title>Miscellaneous</title>
<field id="OTHER_INFO">Other information</field>
</section>
</top>
<bottom>
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify Report</title>
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="15" spacing_after="5" />
<params color="BLACK" font_size="10" line_spacing="5" indent="10"/>
<tables flg_display_title="1" group="1" group_indent="10">
<!--flg_display_title Setting range: 1=true, 0=false-->
<!--group_by_folder Setting range: 1=true, 0=false-->
<fields color="BLACK" font_size="10" line_spacing="5"/>
</tables>
</sections>
<section id="resampled_image">
<title>List of image files which have been converted resolution</title>
<param>
<field id="RESAMPLE_SIZE">RESAMPLE SIZE</field>
<field id="MAX_TIFF_SIZE">MAX TIFF SIZE</field>
</param>
<table id="resampled_image">
<field id="FILE_NAME" indent="10">File name</field>
<field id="ORIGINAL_SIZE" indent="340">Original size</field>
<field id="RESAMPLED_SIZE" indent="430">Resampled size</field>
</table>
</section>
<section id="ok_image">
<title>List of image files without diff points</title>
<table id="ok_image" flg_display_title="0">
<field id="FILE_NAME" indent="10"></field>
</table>
</section>
<section id="missing_image">
<title>List of image files which missing reference or target</title>
<table id="missing_image">
<field id="FILE_NAME" indent="10">File name</field>
<field id="MISSED_FILE" indent="430">Missed file</field>
</table>
</section>
</bottom>
</page>
</ripverify_report>
<?xml version="1.0" encoding="UTF-8"?>
<ripverify_report unit="pt" color="BLACK">
<!--unit: default is pt; available unit: mm, pt-->
<!--color: default is BLACK; available color: BLACK, RED, BLUE, GREEN, YELLOW-->
<page>
<PageNumSpec>PAGE</PageNumSpec>
<top flg_display_field_no_value="0">
<!--flg_display_field_no_value Setting range: 1=true, 0=false-->
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify
Report</title>
<logo file_name="equios.jpg" width="137" height="" />
<!--if input one field width or height, other field will be auto adjust aspect ratio-->
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="12" spacing_after="5" />
<fields color="BLACK" font_size="10" line_spacing="5" />
<cols>
<col id="key" indent="18" />
<col id="value" indent="218" />
</cols>
</sections>
<!--Describe language for each section in top page-->
<section id="inspection_result">
<title>検査結果</title>
<field id="RESULT_NG" color="RED">差異数</field>
<!--Using color is RED for text of this field-->
<field id="LIST_NG">差異ページ</field>
<field id="RESULT_INSPECTION_NUM">検査画像数</field>
<field id="RESULT_INSPECTION_TIME">検査時間</field>
<field id="RESULT_DATE">レポート作成日</field>
<field id="RESULT_REPORT_NAME">レポートファイル名</field>
<field id="NUM_PART_OUTPUT">分割数</field>
</section>
<section id="pureVerify">
<title>PUREベリファイ</title>
<field id="ENV_VERSION">バージョン</field>
<field id="ENV_COMPUTER_NAME">マシン名</field>
<field id="ENV_EQUIOS_PATH">EquiosCenterパス</field>
<field id="ENV_RIPVERIFY_PATH">PureVerifyパス</field>
<field id="ENV_INSPECTION_QUALITY">検版感度</field>
<field id="ENV_INSPECTION_SHAKE">位置ズレ許容量</field>
<field id="ENV_INSPECTION_TOLERANCE">階調差許容量</field>
<field id="ENV_INSPECTION_ISOLATED">微少差異許容量</field>
<field id="ENV_INSPECTION_SHADE">視覚的あいまい量</field>
<field id="ENV_IMAGE_RESO">画像解像度</field>
<field id="ENV_MARK_DISTANCE">マーク距離</field>
</section>
<section id="tiff_information">
<title>画像情報</title>
<field id="TIFF_REFERENCE_PATH">リファレンス画像パス</field>
<field id="TIFF_REFERENCE_NUMS">リファレンス画像ファイル数</field>
<field id="TIFF_TARGET_PATH">検査画像パス</field>
<field id="TIFF_TARGET_NUMS">検査画像ファイル数</field>
</section>
<section id="misc">
<title>その他</title>
<field id="OTHER_INFO">その他の情報</field>
</section>
</top>
<bottom>
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify Report</title>
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="12" spacing_after="5" />
<params color="BLACK" font_size="10" line_spacing="5" indent="10"/>
<tables flg_display_title="1" group="1" group_indent="10">
<!--flg_display_title Setting range: 1=true, 0=false-->
<!--group_by_folder Setting range: 1=true, 0=false-->
<fields color="BLACK" font_size="10" line_spacing="5"/>
</tables>
</sections>
<section id="resampled_image">
<title>解像度が変換された画像ファイルリスト</title>
<param>
<field id="RESAMPLE_SIZE">RESAMPLE SIZE</field>
<field id="MAX_TIFF_SIZE">MAX TIFF SIZE</field>
</param>
<table id="resampled_image">
<field id="FILE_NAME" indent="10">ファイル名</field>
<field id="ORIGINAL_SIZE" indent="340">元のサイズ</field>
<field id="RESAMPLED_SIZE" indent="430">変換後のサイズ</field>
</table>
</section>
<section id="ok_image">
<title>差異がなっかた画像ファイルリスト</title>
<table id="ok_image" flg_display_title="0">
<field id="FILE_NAME" indent="10"></field>
</table>
</section>
<section id="missing_image">
<title>レファレンスまたは対象がなかったファイル画像リスト</title>
<table id="missing_image">
<field id="FILE_NAME" indent="10">ファイル名</field>
<field id="MISSED_FILE" indent="430">抜けているファイル</field>
</table>
</section>
</bottom>
</page>
</ripverify_report>
**EquiosCenter: "C:\Users\EB030221\Desktop\VЈC\CsȊwK\CSRender\CSRender\bin\Debug\PureVerify.Data\EquiosCenter"
**WorkDirRoot: "C:\Users\EB030221\Desktop\VЈC\CsȊwK\CSRender\CSRender\bin\Debug\PureVerify.Data\RipVerify"
**InspQuality: "3"
**MarkDistance: "50"
**ReportEncodeType: "2"
**WndPosLeft: "348"
**WndPosTop: "125"
**WndPosRight: "933"
**WndPosBottom: "556"
**ShowOKList: "1"
//////////////// User Configuration ////////////////
// Password of the Inspection Report
**PDFREPORT_PASSWORD:""
//////////////// Advanced Setting ///////////////////////
// Number of divisions of the Inspection Report
**PDFREPORT_SPLIT_PAGENUM:"32"
// Maximum number of threads
**MakeThreadNums: "0"
//Log output setting: 0:None, 2:Standard
**LogLevel:"2"
////////////////////////// 追加 //////////////////////////////
// ドングルチェックの有無
**VerifyDongleCheck:"0"
// ドングルシリーズID
//**VerifyDongleSeriesID:"0x20000"
**VerifyDongleSeriesID:"0x2000"
// 作業フォルダを削除する
// 1 : 作業フォルダを削除する / 0 : 作業フォルダを削除しない
**IS_DELETE_WORKDIR:"1"
// Inspection Report compression type image
// Default value of compression type image is JPEG
// 0:ZLIB , 1:LZW , 2:JPEG , 3:JPEG2000 , 4:RUN_LENGTH
**CompressType:"2"
// Maximum size of Tiff image (MB)
**MAX_TIFF_SIZE:"2048"
// Size of Tiff image after resampling (MB)
**RESAMPLE_SIZE:"1024"
<?xml version="1.0" encoding="UTF-8"?>
<ripverify_report unit="pt" color="BLACK">
<!--unit: default is pt; available unit: mm, pt-->
<!--color: default is BLACK; available color: BLACK, RED, BLUE, GREEN, YELLOW-->
<page>
<PageNumSpec>.</PageNumSpec>
<top flg_display_field_no_value="0">
<!--flg_display_field_no_value Setting range: 1=true, 0=false-->
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">CSRenderVerify
Report</title>
<logo file_name="equios.jpg" width="137" height="" />
<!--if input one field width or height, other field will be auto adjust aspect ratio-->
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="10" spacing_after="5" />
<fields color="BLACK" font_size="9" line_spacing="5" />
<cols>
<col id="key" indent="18" />
<col id="value" indent="218" />
</cols>
</sections>
<!--Describe language for each section in top page-->
<section id="inspection_result">
<title>Inspection result</title>
<field id="RESULT_NG" color="RED">Number of difference</field>
<!--Using color is RED for text of this field-->
<field id="LIST_NG">Difference page</field>
<field id="RESULT_INSPECTION_NUM">Number of inspection page</field>
<field id="RESULT_INSPECTION_PAGE">Inspection page</field>
<field id="RESULT_RIP_TIME">RIP time</field>
<field id="RESULT_INSPECTION_TIME">Inspection time</field>
<field id="RESULT_DATE">Report created date</field>
<field id="RESULT_REPORT_NAME">Report file name</field>
<field id="NUM_PART_OUTPUT">Number of part of output</field>
</section>
<section id="ripVerify">
<title>CSRenderVerify</title>
<field id="ENV_VERSION">Version</field>
<field id="ENV_EQUIOS_PATH">EquiosCenter path</field>
<field id="ENV_RIPVERIFY_PATH">CSRender path</field>
<field id="ENV_RIP_PROCESSING">RIP processing</field>
<field id="ENV_INSPECTION_QUALITY">Inspection sensitivity</field>
<field id="ENV_INSPECTION_SHAKE">Position tolerance</field>
<field id="ENV_INSPECTION_TOLERANCE">Gradient tolerance</field>
<field id="ENV_INSPECTION_ISOLATED">Smallness</field>
<field id="ENV_INSPECTION_SHADE">Perceptual tolerance</field>
<field id="ENV_INSPECTION_AREA">Inspection page</field>
<field id="ENV_IMAGE_RESO">Inspection image resolution</field>
<field id="ENV_INSPECTION_AREA_SPECIFY">Specified page</field>
<field id="ENV_MARK_DISTANCE">Mark distance</field>
<field id="ENV_REPORT_ENCODING">Image compression</field>
<field id="ENV_REPORT_SEPARATELY">Make report separately</field>
<field id="ENV_LINK_WITH_FOLDER">Make link with folder</field>
<field id="ENV_MAX_INSPECTION_PAGENUMS">Maximum number of inspection page</field>
</section>
<section id="pdf_information">
<title>PDF information</title>
<field id="PDF_REF_FOLDER">Reference folder</field>
<field id="PDF_REF_FILE_NUM">Number of reference files</field>
<field id="PDF_REF_NAME">Reference file</field>
<field id="PDF_REF_PAGE_NUM">Number of reference pages</field>
<field id="PDF_REF_FORM_NUM">Number of reference forms</field>
<field id="PDF_REF_IMAGE_NUM">Number of reference images</field>
<field id="PDF_REF_RESOURCE_NUM">Number of reference resources</field>
<field id="PDF_REF_FEATURED_PAGE">Featured pages</field>
<field id="PDF_TAR_FOLDER">Target folder</field>
<field id="PDF_TAR_FILE_NUM">Number of target files</field>
<field id="PDF_TAR_NAME">Target file</field>
<field id="PDF_TAR_PAGE_NUM">Number of target pages</field>
<field id="PDF_TAR_FORM_NUM">Number of target forms</field>
<field id="PDF_TAR_IMAGE_NUM">Number of target images</field>
<field id="PDF_TAR_RESOURCE_NUM">Number of target resources</field>
<field id="PDF_TAR_FEATURED_PAGE">Featured pages</field>
<field id="PDF_PROCESSING_PAGE">Pages for processing</field>
</section>
<section id="tiff_information">
<title>Tiff information</title>
<field id="TIFF_REFERENCE_PATH">Reference image path</field>
<field id="TIFF_REFERENCE_NUMS">Reference number of image files</field>
<field id="TIFF_TARGET_PATH">Target image path</field>
<field id="TIFF_TARGET_NUMS">Target number of image files</field>
</section>
<section id="misc">
<title>Miscellaneous</title>
<field id="OTHER_INFO">Other information</field>
</section>
</top>
<bottom>
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify Report</title>
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="15" spacing_after="5" />
<params color="BLACK" font_size="10" line_spacing="5" indent="10"/>
<tables flg_display_title="1" group="1" group_indent="10">
<!--flg_display_title Setting range: 1=true, 0=false-->
<!--group_by_folder Setting range: 1=true, 0=false-->
<fields color="BLACK" font_size="10" line_spacing="5"/>
</tables>
</sections>
<section id="resampled_image">
<title>List of image files which have been converted resolution</title>
<param>
<field id="RESAMPLE_SIZE">RESAMPLE SIZE</field>
<field id="MAX_TIFF_SIZE">MAX TIFF SIZE</field>
</param>
<table id="resampled_image">
<field id="FILE_NAME" indent="10">File name</field>
<field id="ORIGINAL_SIZE" indent="340">Original size</field>
<field id="RESAMPLED_SIZE" indent="430">Resampled size</field>
</table>
</section>
<section id="ok_image">
<title>List of image files without diff points</title>
<table id="ok_image" flg_display_title="0">
<field id="FILE_NAME" indent="10"></field>
</table>
</section>
<section id="missing_image">
<title>List of image files which missing reference or target</title>
<table id="missing_image">
<field id="FILE_NAME" indent="10">File name</field>
<field id="MISSED_FILE" indent="430">Missed file</field>
</table>
</section>
</bottom>
</page>
</ripverify_report>
<?xml version="1.0" encoding="UTF-8"?>
<ripverify_report unit="pt" color="BLACK">
<!--unit: default is pt; available unit: mm, pt-->
<!--color: default is BLACK; available color: BLACK, RED, BLUE, GREEN, YELLOW-->
<page>
<top flg_display_field_no_value="0">
<PageNumSpec>.</PageNumSpec>
<!--flg_display_field_no_value Setting range: 1=true, 0=false-->
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">CSRenderVerify
Report</title>
<logo file_name="equios.jpg" width="137" height="" />
<!--if input one field width or height, other field will be auto adjust aspect ratio-->
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="10" spacing_after="5" />
<fields color="BLACK" font_size="9" line_spacing="5" />
<cols>
<col id="key" indent="18" />
<col id="value" indent="218" />
</cols>
</sections>
<!--Describe language for each section in top page-->
<section id="inspection_result">
<title>検査結果</title>
<field id="RESULT_NG" color="RED">差異数</field>
<!--Using color is RED for text of this field-->
<field id="LIST_NG">差異ページ</field>
<field id="RESULT_INSPECTION_NUM">検査ページ数</field>
<field id="RESULT_INSPECTION_PAGE">検査ページ</field>
<field id="RESULT_RIP_TIME">RIP時間</field>
<field id="RESULT_INSPECTION_TIME">検査時間</field>
<field id="RESULT_DATE">レポート作成日</field>
<field id="RESULT_REPORT_NAME">レポートファイル名</field>
<field id="NUM_PART_OUTPUT">分割数</field>
</section>
<section id="ripVerify">
<title>CSRenderベリファイ</title>
<field id="ENV_VERSION">バージョン</field>
<field id="ENV_EQUIOS_PATH">EquiosCenterパス</field>
<field id="ENV_RIPVERIFY_PATH">CSRenderパス</field>
<field id="ENV_RIP_PROCESSING">RIP処理</field>
<field id="ENV_INSPECTION_QUALITY">検版感度</field>
<field id="ENV_INSPECTION_SHAKE">位置ズレ許容量</field>
<field id="ENV_INSPECTION_TOLERANCE">階調差許容量</field>
<field id="ENV_INSPECTION_ISOLATED">微少差異許容量</field>
<field id="ENV_INSPECTION_SHADE">視覚的あいまい量</field>
<field id="ENV_INSPECTION_AREA">検査ページ</field>
<field id="ENV_IMAGE_RESO">画像解像度</field>
<field id="ENV_INSPECTION_AREA_SPECIFY">指定ページ</field>
<field id="ENV_MARK_DISTANCE">マーク距離</field>
<field id="ENV_REPORT_ENCODING">画像圧縮</field>
<field id="ENV_REPORT_SEPARATELY">入力PDF毎にレポート作成</field>
<field id="ENV_LINK_WITH_FOLDER">入力PDFパスでリンク</field>
<field id="ENV_MAX_INSPECTION_PAGENUMS">最大検査ページ数</field>
</section>
<section id="pdf_information">
<title>PDF情報</title>
<field id="PDF_REF_FOLDER">リファレンスフォルダ</field>
<field id="PDF_REF_FILE_NUM">リファレンスファイル数</field>
<field id="PDF_REF_NAME">リファレンスファイル</field>
<field id="PDF_REF_PAGE_NUM">リファレンスページ数</field>
<field id="PDF_REF_FORM_NUM">リファレンスフォーム数</field>
<field id="PDF_REF_IMAGE_NUM">リファレンス画像数</field>
<field id="PDF_REF_RESOURCE_NUM">リファレンスリソース数</field>
<field id="PDF_REF_FEATURED_PAGE">特徴ページ</field>
<field id="PDF_TAR_FOLDER">対象フォルダ</field>
<field id="PDF_TAR_FILE_NUM">対象ファイル数</field>
<field id="PDF_TAR_NAME">対象ファイル</field>
<field id="PDF_TAR_PAGE_NUM">対象ページ数</field>
<field id="PDF_TAR_FORM_NUM">対象フォーム数</field>
<field id="PDF_TAR_IMAGE_NUM">対象画像数</field>
<field id="PDF_TAR_RESOURCE_NUM">対象リソース数</field>
<field id="PDF_TAR_FEATURED_PAGE">特徴ページ</field>
<field id="PDF_PROCESSING_PAGE">処理対象ページ</field>
</section>
<section id="tiff_information">
<title>画像情報</title>
<field id="TIFF_REFERENCE_PATH">リファレンス画像パス</field>
<field id="TIFF_REFERENCE_NUMS">リファレンス画像ファイル数</field>
<field id="TIFF_TARGET_PATH">検査画像パス</field>
<field id="TIFF_TARGET_NUMS">検査画像ファイル数</field>
</section>
<section id="misc">
<title>その他</title>
<field id="OTHER_INFO">その他の情報</field>
</section>
</top>
<bottom>
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify Report</title>
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="12" spacing_after="5" />
<params color="BLACK" font_size="10" line_spacing="5" indent="10"/>
<tables flg_display_title="1" group="1" group_indent="10">
<!--flg_display_title Setting range: 1=true, 0=false-->
<!--group_by_folder Setting range: 1=true, 0=false-->
<fields color="BLACK" font_size="10" line_spacing="5"/>
</tables>
</sections>
<section id="resampled_image">
<title>解像度が変換された画像ファイルリスト</title>
<param>
<field id="RESAMPLE_SIZE">RESAMPLE SIZE</field>
<field id="MAX_TIFF_SIZE">MAX TIFF SIZE</field>
</param>
<table id="resampled_image">
<field id="FILE_NAME" indent="10">ファイル名</field>
<field id="ORIGINAL_SIZE" indent="340">元のサイズ</field>
<field id="RESAMPLED_SIZE" indent="430">変換後のサイズ</field>
</table>
</section>
<section id="ok_image">
<title>差異がなっかた画像ファイルリスト</title>
<table id="ok_image" flg_display_title="0">
<field id="FILE_NAME" indent="10"></field>
</table>
</section>
<section id="missing_image">
<title>レファレンスまたは対象がなかったファイル画像リスト</title>
<table id="missing_image">
<field id="FILE_NAME" indent="10">ファイル名</field>
<field id="MISSED_FILE" indent="430">抜けているファイル</field>
</table>
</section>
</bottom>
</page>
</ripverify_report>
**RESULT_RIP_TIME: "00:00:49"
**ENV_VERSION: "CSRender Ver 1.1.0"
**ENV_RIPVERIFY_PATH: "C:\Users\EB030221\Desktop\VЈC\CsȊwK\CSRender\CSRender\bin\Debug\CSRender.exe"
**ENV_RIP_PROCESSING: "PDFium"
**ENV_IMAGE_RESO: "75"
**ENV_INSPECTION_AREA_SPECIFY: "ALL"
**PDF_REF_FOLDER: "C:\Users\EB030221\Desktop\A"
**PDF_REF_FILE_NUM: "5"
**PDF_REF_NAME: "Data.pdf,fifth_Data.pdf,forth_Data.pdf,Second_Data.pdf,third_Data.pdf"
**PDF_REF_PAGE_NUM: "50,50,50,50,50"
**PDF_TAR_FOLDER: "C:\Users\EB030221\Desktop\B"
**PDF_TAR_FILE_NUM: "5"
**PDF_TAR_NAME: "Data.pdf,fifth_Data.pdf,forth_Data.pdf,Second_Data.pdf,third_Data.pdf"
**PDF_TAR_PAGE_NUM: "50,50,50,50,50"
<?xml version="1.0" encoding="UTF-8"?>
<ripverify_report unit="pt" color="BLACK">
<!--unit: default is pt; available unit: mm, pt-->
<!--color: default is BLACK; available color: BLACK, RED, BLUE, GREEN, YELLOW-->
<page>
<PageNumSpec>PAGE</PageNumSpec>
<top flg_display_field_no_value="0">
<!--flg_display_field_no_value Setting range: 1=true, 0=false-->
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify
Report</title>
<logo file_name="equios.jpg" width="137" height="" />
<!--if input one field width or height, other field will be auto adjust aspect ratio-->
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="15" spacing_after="5" />
<fields color="BLACK" font_size="10" line_spacing="5" />
<cols>
<col id="key" indent="10" />
<col id="value" indent="210" />
</cols>
</sections>
<!--Describe language for each section in top page-->
<section id="inspection_result">
<title>Inspection result</title>
<field id="RESULT_NG" color="RED">Number of difference</field>
<!--Using color is RED for text of this field-->
<field id="LIST_NG">Difference page</field>
<field id="RESULT_INSPECTION_NUM">Number of inspection page</field>
<field id="RESULT_INSPECTION_TIME">Inspection time</field>
<field id="RESULT_DATE">Report created date</field>
<field id="RESULT_REPORT_NAME">Report file name</field>
<field id="NUM_PART_OUTPUT">Number of part of output</field>
</section>
<section id="pureVerify">
<title>PureVerify</title>
<field id="ENV_VERSION">Version</field>
<field id="ENV_COMPUTER_NAME">Computer name</field>
<field id="ENV_EQUIOS_PATH">EquiosCenter path</field>
<field id="ENV_RIPVERIFY_PATH">PureVerify path</field>
<field id="ENV_INSPECTION_QUALITY">Inspection sensitivity</field>
<field id="ENV_INSPECTION_SHAKE">Position tolerance</field>
<field id="ENV_INSPECTION_TOLERANCE">Gradient tolerance</field>
<field id="ENV_INSPECTION_ISOLATED">Smallness</field>
<field id="ENV_INSPECTION_SHADE">Perceptual tolerance</field>
<field id="ENV_INSPECTION_AREA">Inspection page</field>
<field id="ENV_IMAGE_RESO">Inspection image resolution</field>
<field id="ENV_MARK_DISTANCE">Mark distance</field>
</section>
<section id="tiff_information">
<title>Tiff information</title>
<field id="TIFF_REFERENCE_PATH">Reference image path</field>
<field id="TIFF_REFERENCE_NUMS">Reference number of image files</field>
<field id="TIFF_TARGET_PATH">Target image path</field>
<field id="TIFF_TARGET_NUMS">Target number of image files</field>
</section>
<section id="misc">
<title>Miscellaneous</title>
<field id="OTHER_INFO">Other information</field>
</section>
</top>
<bottom>
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify Report</title>
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="15" spacing_after="5" />
<params color="BLACK" font_size="10" line_spacing="5" indent="10"/>
<tables flg_display_title="1" group="1" group_indent="10">
<!--flg_display_title Setting range: 1=true, 0=false-->
<!--group_by_folder Setting range: 1=true, 0=false-->
<fields color="BLACK" font_size="10" line_spacing="5"/>
</tables>
</sections>
<section id="resampled_image">
<title>List of image files which have been converted resolution</title>
<param>
<field id="RESAMPLE_SIZE">RESAMPLE SIZE</field>
<field id="MAX_TIFF_SIZE">MAX TIFF SIZE</field>
</param>
<table id="resampled_image">
<field id="FILE_NAME" indent="10">File name</field>
<field id="ORIGINAL_SIZE" indent="340">Original size</field>
<field id="RESAMPLED_SIZE" indent="430">Resampled size</field>
</table>
</section>
<section id="ok_image">
<title>List of image files without diff points</title>
<table id="ok_image" flg_display_title="0">
<field id="FILE_NAME" indent="10"></field>
</table>
</section>
<section id="missing_image">
<title>List of image files which missing reference or target</title>
<table id="missing_image">
<field id="FILE_NAME" indent="10">File name</field>
<field id="MISSED_FILE" indent="430">Missed file</field>
</table>
</section>
</bottom>
</page>
</ripverify_report>
<?xml version="1.0" encoding="UTF-8"?>
<ripverify_report unit="pt" color="BLACK">
<!--unit: default is pt; available unit: mm, pt-->
<!--color: default is BLACK; available color: BLACK, RED, BLUE, GREEN, YELLOW-->
<page>
<PageNumSpec>PAGE</PageNumSpec>
<top flg_display_field_no_value="0">
<!--flg_display_field_no_value Setting range: 1=true, 0=false-->
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify
Report</title>
<logo file_name="equios.jpg" width="137" height="" />
<!--if input one field width or height, other field will be auto adjust aspect ratio-->
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="12" spacing_after="5" />
<fields color="BLACK" font_size="10" line_spacing="5" />
<cols>
<col id="key" indent="18" />
<col id="value" indent="218" />
</cols>
</sections>
<!--Describe language for each section in top page-->
<section id="inspection_result">
<title>検査結果</title>
<field id="RESULT_NG" color="RED">差異数</field>
<!--Using color is RED for text of this field-->
<field id="LIST_NG">差異ページ</field>
<field id="RESULT_INSPECTION_NUM">検査画像数</field>
<field id="RESULT_INSPECTION_TIME">検査時間</field>
<field id="RESULT_DATE">レポート作成日</field>
<field id="RESULT_REPORT_NAME">レポートファイル名</field>
<field id="NUM_PART_OUTPUT">分割数</field>
</section>
<section id="pureVerify">
<title>PUREベリファイ</title>
<field id="ENV_VERSION">バージョン</field>
<field id="ENV_COMPUTER_NAME">マシン名</field>
<field id="ENV_EQUIOS_PATH">EquiosCenterパス</field>
<field id="ENV_RIPVERIFY_PATH">PureVerifyパス</field>
<field id="ENV_INSPECTION_QUALITY">検版感度</field>
<field id="ENV_INSPECTION_SHAKE">位置ズレ許容量</field>
<field id="ENV_INSPECTION_TOLERANCE">階調差許容量</field>
<field id="ENV_INSPECTION_ISOLATED">微少差異許容量</field>
<field id="ENV_INSPECTION_SHADE">視覚的あいまい量</field>
<field id="ENV_IMAGE_RESO">画像解像度</field>
<field id="ENV_MARK_DISTANCE">マーク距離</field>
</section>
<section id="tiff_information">
<title>画像情報</title>
<field id="TIFF_REFERENCE_PATH">リファレンス画像パス</field>
<field id="TIFF_REFERENCE_NUMS">リファレンス画像ファイル数</field>
<field id="TIFF_TARGET_PATH">検査画像パス</field>
<field id="TIFF_TARGET_NUMS">検査画像ファイル数</field>
</section>
<section id="misc">
<title>その他</title>
<field id="OTHER_INFO">その他の情報</field>
</section>
</top>
<bottom>
<margin top="20" bottom="20" left="30" right="30" />
<title font_size="20" line_spacing="10" spacing_sections="40">PureVerify Report</title>
<sections spacing_before="5" spacing_after="20">
<title color="BLUE" font_size="12" spacing_after="5" />
<params color="BLACK" font_size="10" line_spacing="5" indent="10"/>
<tables flg_display_title="1" group="1" group_indent="10">
<!--flg_display_title Setting range: 1=true, 0=false-->
<!--group_by_folder Setting range: 1=true, 0=false-->
<fields color="BLACK" font_size="10" line_spacing="5"/>
</tables>
</sections>
<section id="resampled_image">
<title>解像度が変換された画像ファイルリスト</title>
<param>
<field id="RESAMPLE_SIZE">RESAMPLE SIZE</field>
<field id="MAX_TIFF_SIZE">MAX TIFF SIZE</field>
</param>
<table id="resampled_image">
<field id="FILE_NAME" indent="10">ファイル名</field>
<field id="ORIGINAL_SIZE" indent="340">元のサイズ</field>
<field id="RESAMPLED_SIZE" indent="430">変換後のサイズ</field>
</table>
</section>
<section id="ok_image">
<title>差異がなっかた画像ファイルリスト</title>
<table id="ok_image" flg_display_title="0">
<field id="FILE_NAME" indent="10"></field>
</table>
</section>
<section id="missing_image">
<title>レファレンスまたは対象がなかったファイル画像リスト</title>
<table id="missing_image">
<field id="FILE_NAME" indent="10">ファイル名</field>
<field id="MISSED_FILE" indent="430">抜けているファイル</field>
</table>
</section>
</bottom>
</page>
</ripverify_report>
This diff is collapsed.
<初期設定>
*「CSRender」フォルダを任意の場所に配置します。
* C:\CSRender\CSRender.exeを実行するとGUIをご利用いただけます
Ex.初めて検版を実行した際にアプリケーションが落ちた場合
1.「\CSRender\PureVerify.Data\RipVerify\bin\x64\PureVerify.exe」を開く
2.「このパウリケーションのサイドバイサイド構成が正しくないため、
   アプリケーションを開始できませんでした」とエラーが表示された場合、3へ
3. ダウンロードしたフォルダにある「VC_Runtime」から、vcredist_x64.exeとvcredist_x86.exeを実行します
4. もう一度「C:\CSRender\PureVerify.Data\RipVerify\bin\x64\PureVerify.exe」をクリックし、
   開くことができれば検版をご利用いただけます(開いたUIを閉じて、もう一度CSRender.exeを実行してください)
<使用方法>
 CSRender_Document.htmlを参照ください。
<修正履歴>
v0.01:初期バージョン
v0.2:不具合修正
* 初期設定操作の自動化および「C:\CSRender」固定配置の縛り除去
* 処理落ち時の原因表示
* Up/Downメニューボタンの修正(実行環境によってUpボタンとDownボタンの判別がつかない)
* レポートの画像乱れの解消(4chRGBから3chRGB変更)
* レポート名入力の不具合(「aaa」で実行すると落ちる、など)を以下のように修正
  ・レポート名のみの入力も可に→作業フォルダで指定したパスに「report」フォルダを作成し出力
  ・何らかのエラーが発生した場合はデフォルトの名前(report+日時.pdf)で同「report」フォルダに出力
v0.3:不具合修正・改良
* フォルダ参照ダイアログの初期値がテキストボックス内のパスで開くように修正
* フォルダ選択時、テキストボックス内に表示されたパス文字列の最後尾をフォーカスするように修正
* ディスプレイの解像度が低い場合、UIのフォーマットの一部が崩れる不具合を修正
* 検版レポートの記載内容に以下を追加
 ・レンダラーエンジン名
 ・RIP時間
 ・画像解像度
 ・指定ページ番号
 ・対象/リファレンスPDF情報(パス、フォルダ内ファイル数、ページ数)
<次バージョン以降更新予定>
*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment