dolboed: (d70)
[personal profile] dolboed
Я только что создал сообщество [livejournal.com profile] esquire_lj.
Это официальное сообщество русского Esquire, где будут публиковаться материалы только от редакции журнала.
В частности, с завтрашнего дня я там хочу начать выкладывать январский номер, мне присылают все 140 фотографий, которые в него вошли.
Поэтому все заинтересованные лица приглашаются френдить это сообщество:
http://www.livejournal.com/friends/add.bml?user=esquire_lj
Можно также в него вступать:
http://www.livejournal.com/community/join.bml?comm=esquire_lj
Излишне упоминать, что ссылки приветствуются.

Административные права в этом сообществе будут переданы редакции, как только они решат, кто от них будет модерировать.
Пока что у меня вопрос к владеющим темой. Фотографии я получу в полосной вёрстке, в PDF. Как мне их лучше выложить? Есть ли функия Save PDFs as JPeGs в какой-то программе. Есть ли фотохостинг, куда можно залить PDF, чтобы он там показывался.

Date: 2008-01-31 09:40 am (UTC)
From: [identity profile] dolboeb.livejournal.com
что из этого является wildcard?

Date: 2008-01-31 09:42 am (UTC)
From: [identity profile] shaulreznik.livejournal.com
Convert also lets you extract all the images from a PDF file:

convert allinone.pdf image_%04d.tiff

The %d operator is a format specifier, much like the printf format specifier in C language. %d means a decimal number, and the 0 that follows it means you want leading zeroes in the file name. The 4 after the 0 specifies how many digits the total value should use. So, %04d means that you want leading zeroes and the total number of digits should be four, thus creating files named image_0001.tiff, image_0002.tiff, and so on.

You can also run the command without the %d operator; convert will automatically append unique numbers to the filename.

convert allinone.pdf img.png
ls img*
img.png.0 img.png.1 img.png.2
http://www.linux.com/articles/113978

Profile

dolboed: (Default)
Anton Nossik

April 2017

S M T W T F S
       1
23 45678
9 10 11 12 13 14 15
16 17 18 19 202122
23 24 25 26 27 2829
30      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Mar. 17th, 2026 07:16 am
Powered by Dreamwidth Studios