101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

485
active users

#pdftotext

0 posts0 participants0 posts today
Doc Edward Morbius ❌​<p>For added joy: records (classification entries) and components (descriptions, cross-references, filing/usage notes) can span lines, columns, and pages. So getting something usable takes work.</p><p><a href="https://mastodon.cloud/tags/textProcessing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>textProcessing</span></a> <a href="https://mastodon.cloud/tags/pdfConversion" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pdfConversion</span></a> <a href="https://mastodon.cloud/tags/pdftotext" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pdftotext</span></a> <a href="https://mastodon.cloud/tags/sed" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sed</span></a> <a href="https://mastodon.cloud/tags/awk" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>awk</span></a> <a href="https://mastodon.cloud/tags/perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>perl</span></a> <a href="https://mastodon.cloud/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> </p><p>(See thread.)</p>
Doc Edward Morbius ❌​<p>Linux / BSD / 'Nix types: a console PDF viewer using pdftotext which _often_ works, as a bash function:</p><p>pdfless () <br>{ <br> pdftotext -layout "$1" - | sed 's/\f/\n\n ----------------- ----------------- &lt;page&gt; ----------------- ----------------- \n\n\n/' | ${PAGER:-less} -S<br>}</p><p><a href="https://mastodon.cloud/tags/pdf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pdf</span></a> <a href="https://mastodon.cloud/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://mastodon.cloud/tags/bsd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bsd</span></a> <a href="https://mastodon.cloud/tags/pdftotext" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>pdftotext</span></a> <a href="https://mastodon.cloud/tags/poppler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>poppler</span></a></p>