Ir para conteúdo
  • Cadastre-se

App que tira screenshots em um intervals pre determinado de tempo e Atenas de parts da tela?


denny go

Posts Recomendados

Pessoal, to precisando de um app que tire screenshots da tela do Mac em um intervalo de tempo pre determinado e apenas de um pedaço da tela...

Por exemplo configurar/determinar um quadrado numa parte da tela e configurar o app pra ir tirando screenshots a cada X segundos.

Será que o littlesnaper ou o voila fazem isso? Ou algum outro?

To com um livro aqui que ta impossivel retirar o DRM pq ta no formato .vbk

Dai pra copiar e montar um pdf pra eu poder abrir em qualquer app no iPad eu Tava pensando em tirar screenshots das páginas e depois juntar tudo em um pdf só. Alguém ai tem alguma dica de como fazer isso?

Valeu.

Editado por denny go
Link para o comentário
Compartilhar em outros sites

Achei este script ... testa aí. Só tem que ajustar o número total de páginas do documento.

Ele gera um PDF a cada 5 páginas ... depois tu junta tudo (faz um roteiro com o Automator).

Applescript:


set totalPages to 340
set startPage to 0
set authorName to "DMT"
tell application "VitalSource Bookshelf"
activate
repeat with theIncrementValue from startPage to totalPages - 1 by 5
if (theIncrementValue = 0) then
set thisValue to "a"
else
set thisValue to theIncrementValue
end if
tell application "System Events" to keystroke "p" using command down
tell application "System Events" to keystroke thisValue as string
tell application "System Events" to keystroke tab
tell application "System Events" to keystroke theIncrementValue + 5 as string
tell application "System Events" to keystroke tab
tell application "System Events" to keystroke return
tell application "System Events" to keystroke return
tell application "System Events" to keystroke "p" using command down
tell application "System Events" to keystroke theIncrementValue as string
tell application "System Events" to keystroke tab
tell application "System Events" to keystroke tab
tell application "System Events" to keystroke authorName
tell application "System Events" to keystroke return
delay 7
end repeat
end tell
[/CODE]

Link para o comentário
Compartilhar em outros sites

Achei este script ... testa aí. Só tem que ajustar o número total de páginas do documento.

Ele gera um PDF a cada 5 páginas ... depois tu junta tudo (faz um roteiro com o Automator).

Applescript:


set totalPages to 340
set startPage to 0
set authorName to "DMT"
tell application "VitalSource Bookshelf"
activate
repeat with theIncrementValue from startPage to totalPages - 1 by 5
if (theIncrementValue = 0) then
set thisValue to "a"
else
set thisValue to theIncrementValue
end if
tell application "System Events" to keystroke "p" using command down
tell application "System Events" to keystroke thisValue as string
tell application "System Events" to keystroke tab
tell application "System Events" to keystroke theIncrementValue + 5 as string
tell application "System Events" to keystroke tab
tell application "System Events" to keystroke return
tell application "System Events" to keystroke return
tell application "System Events" to keystroke "p" using command down
tell application "System Events" to keystroke theIncrementValue as string
tell application "System Events" to keystroke tab
tell application "System Events" to keystroke tab
tell application "System Events" to keystroke authorName
tell application "System Events" to keystroke return
delay 7
end repeat
end tell
[/CODE]

valeu bughead, vou testar esse script aqui hj ainda. to precisando converter esse livro pra pdf pq o leitor de .vbk pra ipad é um lixo.

valeu pela força!

abrax

Link para o comentário
Compartilhar em outros sites

Participe do debate

Você pode postar agora e se registrar depois. Se você tem uma conta, entre agora para postar com ela.

Visitante
Responder este tópico…

×   Você colou conteúdo com formatação.   Remover formatação

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Limpar editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.



  • Estatísticas do Fórum

    • Total de Tópicos
      56k
    • Total de Posts
      465.5k
×
×
  • Criar Novo...