Skip to content

Commit 6c71571

Browse files
committed
how to merge pdf files "use convert"
1 parent e525f8a commit 6c71571

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

nvim/init.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" nvim file: ~/.config/nvim/init.vim
2-
" Last Change: 2018 mar 31 19:15
2+
" Last Change: 2018 abr 01 08:59
33
" vim: ff=unix ai et ts=4
44
" Author: Sérgio Luiz Araújo Silva
55
" Reference: http://sergioaraujo.pbworks.com/w/page/15864094/vimrc
@@ -999,8 +999,8 @@ nnoremap <Backspace> :call DeleteUnder()<CR>
999999
" https://superuser.com/a/147842/45032
10001000
" Insert new line above and below in normal mode
10011001
" unimpaired [<space ]<space>
1002-
nnoremap <CR> :call append(line('.'), '')<CR>
1003-
nnoremap <A-CR> :call append(line('.')-1, '')<CR>
1002+
" nnoremap <CR> :call append(line('.'), '')<CR>
1003+
" nnoremap <A-CR> :call append(line('.')-1, '')<CR>
10041004

10051005
" Here we have some shortcuts (above)
10061006
" <CR> ............... add new line below in normal mode

vim/wiki/convert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introdução
1+
# Introdução - dom 01 abr 2018 10:56:02 -03
22

33
convert velha_imagem.png nova_imagem.jpg
44

vim/wiki/pdftk.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Arquivo: manual do comando pdftk
22

33
Criado: Sex 04/Nov/2011 hs 19:25
4-
Last Change: dom 08 jan 2017 12:34:46 BRT
4+
Last Change: 2018 abr 01 10:58
55
autor: Sérgio Luiz Araújo Silva
66
site: http://vivaotux.blogspot.com
77
twitter: http://www.twitter.com/voyeg3r
@@ -14,6 +14,8 @@ Uma alternativa mais leve é o [stapler](stapler)
1414

1515
# Concatenando dois arquivos em um
1616

17+
veja também o comando [convert](convert.md)
18+
1719
pdftk Arquivo1.pdf Arquivo2.pdf cat output Concatenado1e2.pdf
1820

1921
# Dividindo arquivos

0 commit comments

Comments
 (0)