Giter Site home page Giter Site logo

Comments (14)

alick avatar alick commented on May 13, 2024

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

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

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

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

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

from thuthesis.

lockmatrix avatar lockmatrix commented on May 13, 2024

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

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

from thuthesis.

alick avatar alick commented on May 13, 2024

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

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

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

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

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

from thuthesis.

lockmatrix avatar lockmatrix commented on May 13, 2024

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

from thuthesis.

alick avatar alick commented on May 13, 2024

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

from thuthesis.

alick avatar alick commented on May 13, 2024

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

from thuthesis.

lockmatrix avatar lockmatrix commented on May 13, 2024

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

from thuthesis.

lockmatrix avatar lockmatrix commented on May 13, 2024

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

from thuthesis.

xueruini avatar xueruini commented on May 13, 2024

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

2013/5/10 Locke [email protected]

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

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


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

from thuthesis.

lockmatrix avatar lockmatrix commented on May 13, 2024

自己的

from thuthesis.

xueruini avatar xueruini commented on May 13, 2024

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

在 2013-5-13,20:15,Locke [email protected] 写道:

自己的


Reply to this email directly or view it on GitHub.

from thuthesis.

lockmatrix avatar lockmatrix commented on May 13, 2024

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

from thuthesis.

xueruini avatar xueruini commented on May 13, 2024

2013/5/14 Locke [email protected]

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

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


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

from thuthesis.

lockmatrix avatar lockmatrix commented on May 13, 2024

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

from thuthesis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.