zoukankan      html  css  js  c++  java
  • PDF文件比对工具

    tex/PDF对比工具讨论:
    https://tex.stackexchange.com/questions/65453/track-changes-in-latex

    如果有源文件,直接用latexpand和latexdiff是最佳的方式。

    如果没有源文件,只有pdf文件,那么只能直接对比两个PDF文件了。

    DiffPDF
    http://soft.rubypdf.com/software/diffpdf
    收费软件(好贵。。。),可以试用20天。在win7虚拟机里面测试了一下,文字对比效果差强人意,公式的对比分析会有些小问题,支持把对比结果生成pdf。
    有命令行的版本和图形化的界面两种方式可以使用。老版本是开源的。
    http://soft.rubypdf.com/software/diffpdf
    支持各系统,windows下要自己用Qt进行编译,其他系统大部分有直接编译好的在库里面,可以直接安装运行。
    ubuntu下安装:
    http://manpages.ubuntu.com/manpages/trusty/man1/diffpdf.1.html
    > sudo apt-get install diffpdf
    安装完后有图形界面,结果类似收费版。


    Acrobat (Professional) 文件对比功能
    https://helpx.adobe.com/cn/acrobat/using/compare-documents.html

    对比功能十分强大,新版本还有很多其他的功能,有条件可以试试。

  • 相关阅读:
    grunt in webstorm
    10+ Best Responsive HTML5 AngularJS Templates
    响应式布局
    responsive grid
    responsive layout
    js event bubble and capturing
    Understanding Service Types
    To add private variable to this Javascript literal object
    Centering HTML elements larger than their parents
    java5 新特性
  • 原文地址:https://www.cnblogs.com/followyourheart/p/pdf_comparision.html
Copyright © 2011-2022 走看看