diff --git "a/CSRenderGUI\344\277\256\346\255\243\346\241\210/CSRenderGUI_Plan.drawio" "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/CSRenderGUI_Plan.drawio" new file mode 100644 index 0000000000000000000000000000000000000000..1c730598c58820842462e9aa297ac9a2b506913e --- /dev/null +++ "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/CSRenderGUI_Plan.drawio" @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/CSRenderGUI\344\277\256\346\255\243\346\241\210/GUI\344\277\256\346\255\243\344\273\225\346\247\230.adoc" "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/GUI\344\277\256\346\255\243\344\273\225\346\247\230.adoc" new file mode 100644 index 0000000000000000000000000000000000000000..ba133e99fe2fe08cc4afc8f30690f55cfcb33b48 --- /dev/null +++ "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/GUI\344\277\256\346\255\243\344\273\225\346\247\230.adoc" @@ -0,0 +1,63 @@ + +:lang: ja +include::config.adoc[] +// custom css. +//:stylesdir: ./ +//:stylesheet: edit.css +//:toc: left +//:imagesdir: Images + +// Custom Icons(J) +//:icons: image +//:iconsdir: icons +//:icontype: png +// + +{ExtendStyle} +// After need empty-one-line + + + += GUI修正仕様 +[.text-right] +-- +2022/02/01 +-- +// tag::sub[] + +== Summary +修正版PDF検版ツールCSRenderの仕様について記した文書です + +== イメージ図 + +image:GUI.PNG[*,700] +赤字が修正箇所 + +== 修正予定 +* Tiff~の表記を画像~に変更 +Tiffパラメーター→画像出力パラメーター、Tiff出力→画像出力 +* 画像出力のファイル形式選択メニューを実行ボタンの左に配置 +上記イメージ図参照 +* NG判定の画像を出力 +GUIからPureVerifyを呼び出す際に##/outDiff引数##を追加 +/outDiff引数概要: +`/outDiff "E:\Temp\work\OUT_DIFF2` で"E:\Temp\work\OUT_DIFF2直下にOK、NGフォルダを作成 +OUT_DIFF2 +|-OK + |-Log…検版一致したファイルのログ +|-NG + |-Log…検版不一致したファイルのログ + |-Tiff…検版差異画像ファイル +* ファイルごとでのレポート出力 +GUIからPureVerifyを呼び出す際に##/inspTiff引数##を追加 +/inspTiff引数概要: +対象、リファレンスフォルダにFirst.pdf、Second.pdf、Third.pdfがある場合、`/inspTiff First.pdf` でFirst.pdfのみを検版する +GUIでの処理プラン: +(First.pdf、Second.pdf、Third.pdfがある場合) +. PureVerify呼び出し前に、対象フォルダの全ファイル名を取得(現verでもレポート記入用に取得している) +. /inspTiff First.pdf、/inspTiff Second.pdf、/inspTiff Thirdpdfをそれぞれ引数に加えてPureVerifyを三回実行。出力する検版レポート名は「report_ファイル名.pdf」にそれぞれ指定する。(例:report_First.pdf) +. 「レポート出力フォルダ」で指定したパスに「report」フォルダを作成し、検版レポート3ファイルを出力 + +// end::sub[] + + diff --git "a/CSRenderGUI\344\277\256\346\255\243\346\241\210/GUI\344\277\256\346\255\243\344\273\225\346\247\230.html" "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/GUI\344\277\256\346\255\243\344\273\225\346\247\230.html" new file mode 100644 index 0000000000000000000000000000000000000000..01cb92c27e056d8a43282dc399629ee24c89cc4a --- /dev/null +++ "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/GUI\344\277\256\346\255\243\344\273\225\346\247\230.html" @@ -0,0 +1,530 @@ + + + + + + + +GUI修正仕様 + + + + + + +
+
+

+
+

GUI修正仕様

+
+
+
+

2022/02/01

+
+
+
+
+

1. Summary

+
+
+

修正版PDF検版ツールCSRenderの仕様について記した文書です

+
+
+
+
+

2. イメージ図

+
+
+

*
+赤字が修正箇所

+
+
+
+
+

3. 修正予定

+
+
+
    +
  • +

    Tiff~の表記を画像~に変更
    +Tiffパラメーター→画像出力パラメーター、Tiff出力→画像出力

    +
  • +
  • +

    画像出力のファイル形式選択メニューを実行ボタンの左に配置
    +上記イメージ図参照

    +
  • +
  • +

    NG判定の画像を出力
    +GUIからPureVerifyを呼び出す際に/outDiff引数を追加
    +/outDiff引数概要:
    +/outDiff "E:\Temp\work\OUT_DIFF2 で"E:\Temp\work\OUT_DIFF2直下にOK、NGフォルダを作成
    +OUT_DIFF2
    +|-OK
    + |-Log…検版一致したファイルのログ
    +|-NG
    + |-Log…検版不一致したファイルのログ
    + |-Tiff…検版差異画像ファイル

    +
  • +
  • +

    ファイルごとでのレポート出力
    +GUIからPureVerifyを呼び出す際に/inspTiff引数を追加
    +/inspTiff引数概要:
    +対象、リファレンスフォルダにFirst.pdf、Second.pdf、Third.pdfがある場合、/inspTiff First.pdf でFirst.pdfのみを検版する
    +GUIでの処理プラン:
    +(First.pdf、Second.pdf、Third.pdfがある場合)

    +
    +
      +
    1. +

      PureVerify呼び出し前に、対象フォルダの全ファイル名を取得(現verでもレポート記入用に取得している)

      +
    2. +
    3. +

      /inspTiff First.pdf、/inspTiff Second.pdf、/inspTiff Thirdpdfをそれぞれ引数に加えてPureVerifyを三回実行。出力する検版レポート名は「report_ファイル名.pdf」にそれぞれ指定する。(例:report_First.pdf)

      +
    4. +
    5. +

      「レポート出力フォルダ」で指定したパスに「report」フォルダを作成し、検版レポート3ファイルを出力

      +
    6. +
    +
    +
  • +
+
+
+
+
+ + + \ No newline at end of file diff --git "a/CSRenderGUI\344\277\256\346\255\243\346\241\210/Images/GUI.PNG" "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/Images/GUI.PNG" new file mode 100644 index 0000000000000000000000000000000000000000..52c434d2949c10a92417eb93be8893b9f51e7e75 Binary files /dev/null and "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/Images/GUI.PNG" differ diff --git "a/CSRenderGUI\344\277\256\346\255\243\346\241\210/Images/Template.dio.png" "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/Images/Template.dio.png" new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git "a/CSRenderGUI\344\277\256\346\255\243\346\241\210/config.adoc" "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/config.adoc" new file mode 100644 index 0000000000000000000000000000000000000000..5857c900e85c1b5a6117ab36df51f65c12c0c980 --- /dev/null +++ "b/CSRenderGUI\344\277\256\346\255\243\346\241\210/config.adoc" @@ -0,0 +1,148 @@ +ifndef::_CONFIG_ADOC[] +// INCLUDE GUARD +:_CONFIG_ADOC: IncludeGuard + +//// +[コメント開始] +各種事前定義 ここでは最低限必要なものだけ定義、一覧説明をコメントブロックで記載しておく +定義が不要なら、//でコメントアウト、adoc毎に!(びっくりマーク)を追加すればよい +例. :sectnums!: + +[コメント終了] +//// + +//----------------------------------------------------------------------------------------------------- + +// 事前定義 +:doctype: article +: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[ \ + ] + +// obsolate +:NoWrap: pass:[] +:Wrap: pass:[] +:End: pass:[] + +// 改行 {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::[] +