Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在文档中加入日期或版本信息 #56

Closed
lockmatrix opened this issue May 10, 2013 · 14 comments
Closed

在文档中加入日期或版本信息 #56

lockmatrix opened this issue May 10, 2013 · 14 comments

Comments

@lockmatrix
Copy link
Contributor

话说现在thuthesis需要一种能把日期或版本嵌入到pdf
但又会出现打印后的纸版上(正式版本后就不能在页面上加水印了,但来回增删水印容易出问题)
而且还方便查看的方法(查看PDF内嵌的属性略麻烦)

暂时的想法是把这个信息作为一个书签放在pdf中
大家对此有啥看法?

@alick
Copy link
Contributor

alick commented May 10, 2013

“嵌入到pdf但又会出现打印后的纸版上”?是指不会出现在打印纸版上?
pdf有这样的特性吗?你说的“书签”是指的批注(annotation)?

这个功能的用途是什么?方便得知当前版本吗?
有个 draft 选项,启用后可以在页眉/页脚加上日期信息是否OK?

On Fri, 10 May 2013 05:51:23 -0700, Locke wrote:

话说现在thuthesis需要一种能把日期或版本嵌入到pdf
但又会出现打印后的纸版上(正式版本后就不能在页面上加水印了,但来回增删水
印容易出问题)
而且还方便查看的方法(查看PDF内嵌的属性略麻烦)

暂时的想法是把这个信息作为一个书签放在pdf中
大家对此有啥看法?

@lockmatrix
Copy link
Contributor Author

是指不出现在纸版上。
不是批注,是bookmarks。
用途是方便知晓版本,主要是频繁修改的时候。
在页眉页脚加上日期就不能直接当作正式版本打印了。

需求主要是既要能当成正式版本打印,又能在方便查看的地方标明一个版本相关的信息,如果一般人能够注意到就更好。

@alick
Copy link
Contributor

alick commented May 10, 2013

bookmarks 不是用来导航到特定页面的么?

不知道你的pdf阅读器会不会在标题栏显示 pdftitle 元信息的内容。
(Evince 就是这样的)
如果可以的话,可以把想要的版本信息写到 pdftitle 域里,这样看
标题栏就是了。

On Fri, 10 May 2013 06:08:31 -0700, Locke wrote:

是指不出现在纸版上。
不是批注,是bookmarks。
用途是方便知晓版本,主要是频繁修改的时候。
在页眉页脚加上日期就不能直接当作正式版本打印了。

需求主要是既要能当成正式版本打印,又能在方便查看的地方标明一个版本相关的
信息,如果一般人能够注意到就更好。

@lockmatrix
Copy link
Contributor Author

是用来导航到特定页面的,不过这个功能很常用
windows上的大众pdf阅读器少有主动显示元信息的

@alick
Copy link
Contributor

alick commented May 11, 2013

这样用书签有些奇怪呀。Anyway 你可以先写点代码看看~

@alick
Copy link
Contributor

alick commented May 11, 2013

发现 hyperref 有个 pdfdisplaydoctitle 的选项可以设置,用于在标题栏显示文档标题而非文件名。默认是 false。

@lockmatrix
Copy link
Contributor Author

这个貌似不错,我看看……

@lockmatrix
Copy link
Contributor Author

试了下,这个功能能用,不过貌似要纯文本,把日期放里面的话就一堆乱七八糟的字符……Latex小白伤不起

@xueruini
Copy link
Contributor

“话说现在thuthesis需要一种能把日期或版本嵌入到pdf”
这个版本是thuthesis的版本还是模板用户自己文档的版本?

2013/5/10 Locke notifications@github.com

话说现在thuthesis需要一种能把日期或版本嵌入到pdf
但又会出现打印后的纸版上(正式版本后就不能在页面上加水印了,但来回增删水印容易出问题)
而且还方便查看的方法(查看PDF内嵌的属性略麻烦)

暂时的想法是把这个信息作为一个书签放在pdf中
大家对此有啥看法?


Reply to this email directly or view it on GitHubhttps://github.com/xueruini/thuthesis/issues/56
.

@lockmatrix
Copy link
Contributor Author

自己的

@xueruini
Copy link
Contributor

用Pdfinfo就不错吧?或者可以用白色的字写在某个隐蔽的角落

在 2013-5-13,20:15,Locke notifications@github.com 写道:

自己的


Reply to this email directly or view it on GitHub.

@lockmatrix
Copy link
Contributor Author

白色的字这想法不错。
突然在想,PDF有没有在查看时在页面上能显示,但不会被打印的内容。

@xueruini
Copy link
Contributor

2013/5/14 Locke notifications@github.com

白色的字这想法不错。
突然在想,PDF有没有在查看时在页面上能显示,但不会被打印的内容。

没听说过,不过用户可能会confusing.


Reply to this email directly or view it on GitHubhttps://github.com/xueruini/thuthesis/issues/56#issuecomment-17857332
.

@lockmatrix
Copy link
Contributor Author

恩,没啥好方法,就关了吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants