Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
unpaper is a post-processing tool for scanned sheets of paper, especially for book pages that have been scanned from previously created photocopies.
Its main purpose is to make scanned book pages better readable on screen after conversion to PDF. Additionally, unpaper might be useful to enhance the quality of scanned pages before performing OCR.
flyer-composer can be used to prepare one- or two-sided flyers for printing on one sheet of paper.
Imagine you have designed a flyer in A6 format and want to print it using your A4 printer. Of course, you want to print four flyers on each sheet. This is where Flyer Composer steps in, creating a PDF which holds your flyer four times. If you have a second page, Flyer Composer can arrange it the same way - even if the second page is in a separate PDF file.
This package contains both the command line tool and the gui too.
Sioyek is a PDF viewer with a focus on textbooks and research papers.
fbida contains a few applications for viewing and editing images on the framebuffer.
pdfposter can be used to create a large poster by building it from multiple pages and/or printing it on large media. It expects as input a PDF file, normally printing on a single page. The output is again a PDF file, maybe containing multiple pages together building the poster. The input page will be scaled to obtain the desired size.
This is much like poster does for Postscript files, but working with PDF. Since sometimes poster does not like your files converted from PDF. Indeed pdfposter was inspired by poster.
The cpdf package provides a command-line tool and an OCaml library designed for manipulating PDF documents. Key Features include:
Splitting and merging PDF files (including bookmark preservation and splitting on bookmarks).
Encryption and decryption (supports AES 128 and AES 256).
Page manipulation: scaling, rotation, cropping, and flipping; fitting pages to a specific size.
Bookmark management: copying, removing, and adding bookmarks.
Watermarking: stamping logos, page numbers, and multi-line text with transparency support.
Text and font handling: embedding TrueType fonts, supporting Unicode UTF-8 input and output, and converting text to PDF.
Presentation features: creating PDF-based presentations and arranging multiple pages on a single page.
Annotation management: listing, copying, setting, and removing annotations.
Metadata management: reading and setting document information and metadata.
Attachment handling: adding and removing file attachments to documents or pages.
Advanced features: thickening hairlines, blackening text, reconstructing malformed files, detecting missing fonts and low-resolution images, exporting/importing in JSON format, and building table of contents.
Drawing: Adding graphics and text directly onto PDF files.
WeasyPrint helps web developers to create PDF documents. It turns simple HTML pages into gorgeous statistical reports, invoices, tickets, etc.
From a technical point of view, WeasyPrint is a visual rendering engine for HTML and CSS that can export to PDF and PNG. It aims to support web standards for printing.
It is based on various libraries but not on a full rendering engine like WebKit or Gecko. The CSS layout engine is written in Python, designed for pagination, and meant to be easy to hack on. Weasyprint can also be used as a python library.
Keywords: html2pdf, htmltopdf
The zathura-pdf-mupdf plugin adds PDF support to zathura by using the mupdf rendering library.
This package provides optional encoding files for Poppler. When present, Poppler is able to correctly render CJK and Cyrillic text.
libHaru is a library for generating PDF files. libHaru does not support reading and editing of existing PDF files.
PDFmarks is a technique that accompanies PDF, and that is used to store metadata such as author or title, but also structural information such as bookmarks or hyperlinks.
When Ghostscript reads the main PDF generated by the TeX system with embedded PDF files and outputs the final PDF, the PDF page mode and name targets etc. are not preserved. Therefore, when you open the final PDF, it is not displayed correctly. Also, remote PDF links do not work correctly.
This program is able to extract the page mode and named targets as PDFmark from PDF. In this way, you can obtain embedded PDF files that have kept this information.
A4PDF is a low-level library for generating PDF files. It does not have a document model and instead uses PDF primitives directly. It uses LittleCMS for color management but otherwise does not convert data in any way.
The zathura-djvu plugin adds DjVu support to zathura using the DjVuLibre library.
Pdfgrep searches in pdf files for strings matching a regular expression. Support some GNU grep options as file name output, page number output, optional case insensitivity, count occurrences, color highlights and search in multiple files.
The zathura-ps plugin adds PS support to zathura using libspectre.
img2pdf converts images to PDF via direct JPEG inclusion. That conversion is lossless: the image embedded in the PDF has the exact same color information for every pixel as the input.
Xournal is an application for notetaking, sketching, keeping a journal using a stylus.
Poppler is a PDF rendering library based on the xpdf-3.0 code base. Poppler gives access to the following binary programs:
pdfattach
pdfdetach
pdffonts
pdfimages
pdfinfo
pdfseparate
pdfsig
pdftocairo
pdftohtml
pdftoppm
pdftops
pdftotext
pdfunite
This package provides a PDF library capable of splitting, merging, cropping, and transforming PDF files.
This is the ReportLab PDF Toolkit. It allows rapid creation of rich PDF documents, and also creation of charts in a variety of bitmap and vector formats.
pydyf is a low-level PDF generator written in Python and based on PDF specification 1.7.
pdfpc is a presentation viewer application which uses multi-monitor output to provide meta information to the speaker during the presentation. It is able to show a normal presentation window on one screen, while showing a more sophisticated overview on the other one providing information like a picture of the next slide, as well as the left over time till the end of the presentation. The input files processed by pdfpc are PDF documents.
GNU Pem is a simple tool for tracking personal income and expenses. It operates from the command line and it stores its data in a basic text format in your home directory. It can easily print reports of your spending on different expenses via a basic search feature.
Check POD files for errors or warnings in a test file, using Pod::Simple to do the heavy lifting.