Metadata in PDF files can be stored in at least two places:
- the Info Dictionary, a limited set of key/value pairs
- XMP packets, which contain RDF statements expressed as XML
| publisher id,feed id,feed url,journal url,journal title | |
| 1050,28092,http://journals.uran.ua/eejet/gateway/plugin/WebFeedGatewayPlugin/rss,http://journals.uran.ua/eejet/,"Східно-Європейський журнал передових технологій : Eastern-European Journal of Enterprise Technologies" | |
| 1761,25094,http://feeds.feedburner.com/Archeomatica?format=xml,http://www.archeomatica.it/,Archeomatica | |
| 1739,24698,http://cerealchemistry.aaccnet.org/action/showFeed?ui=0&mi=3b39wk&ai=rs&jc=cchem&type=etoc&feed=rss,http://cerealchemistry.aaccnet.org/journal/cchem,"Cereal Chemistry" | |
| 1721,27750,http://journals.aau.dk/index.php/MIPO/gateway/plugin/WebFeedGatewayPlugin/rss,http://journals.aau.dk/index.php/MIPO,"Musikterapi i Psykiatrien Online" | |
| 1549,26667,http://ojs.statsbiblioteket.dk/index.php/bras/gateway/plugin/WebFeedGatewayPlugin/rss,http://ojs.statsbiblioteket.dk/index.php/bras,"Brasiliana - Journal for Brazilian Studies" |
| [citation_title] => 10193 | |
| [citation_journal_title] => 10171 | |
| [citation_volume] => 9878 | |
| [citation_pdf_url] => 9671 | |
| [citation_issue] => 9560 | |
| [citation_issn] => 9483 | |
| [citation_firstpage] => 9376 | |
| [citation_doi] => 9324 | |
| [robots] => 8939 | |
| [citation_abstract_html_url] => 8906 |
| <?php | |
| // Register an app: http://dev.twitter.com/apps | |
| define('CONSUMER_KEY', 'YOUR CONSUMER KEY'); | |
| define('CONSUMER_SECRET', 'YOUR CONSUMER SECRET'); | |
| define('TWITTER_TOKEN', ''); | |
| define('TWITTER_TOKEN_SECRET', ''); | |
| $oauth = new OAuth(CONSUMER_KEY, CONSUMER_SECRET, OAUTH_SIG_METHOD_HMACSHA1, OAUTH_AUTH_TYPE_URI); |
| # Open the current directory in a Docker container | |
| function container() { | |
| IMAGE=${1:-ubuntu:questing} | |
| echo "Opening $PWD in $IMAGE" | |
| docker run --rm -it -v "$PWD":/workspace -w /workspace "$IMAGE" bash | |
| } |
| <!doctype html> | |
| <meta charset="utf-8"> | |
| <title>Render the text of a PDF with PDF.js</title> | |
| <style> | |
| .page-container { | |
| box-shadow: 0 1px 3px #444; | |
| position: relative; | |
| font-size: 1px; | |
| line-height: 1; |
| # install Free Pascal | |
| brew install fpc | |
| wget --no-verbose http://mirrors.ctan.org/systems/knuth/dist.zip | |
| wget --no-verbose http://mirrors.ctan.org/systems/knuth/local.zip | |
| wget --no-verbose http://mirrors.ctan.org/systems/unix/tex-fpc.zip | |
| unzip '*.zip' | |
| cd tex-fpc/ |
| # Open the current directory in a Docker container | |
| function container() { | |
| IMAGE=${1:-ubuntu:questing} | |
| echo "Opening $PWD in $IMAGE" | |
| docker run --rm -it -v "$PWD":/workspace -w /workspace "$IMAGE" bash | |
| } | |
| # Open the current directory in a Docker container (amd64) | |
| function containeramd() { | |
| IMAGE=${1:-ubuntu:questing} |
size value in @page, and the height and width properties of body.front.png of the same dimensions as the card.prince index.html card.pdf.| <script src="https://code.jquery.com/jquery-2.2.2.min.js"></script> | |
| <script src="textarea-max-rows.js"></script> | |
| <style>textarea { width: 100%; }</style> | |
| <textarea rows="5" max-rows="20" placeholder="Enter content to see the textarea expanding…"></textarea> |