You need to sign in or sign up before continuing.
Commit ec0c5382 authored by tsuji's avatar tsuji

Add CSRenderGUI修正仕様

parent 861d98e7
This diff is collapsed.

: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[]
This source diff could not be displayed because it is too large. You can view the blob instead.
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[ \
<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::[]
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