https://github.com/birkhofflee/raycast-extension-pdf-compression

https://github.com/birkhofflee/raycast-extension-pdf-compression

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: BirkhoffLee
  • License: mit
  • Language: Swift
  • Default Branch: main
  • Size: 2.83 MB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed 12 months ago
Metadata Files
Readme Changelog

README.md

PDF Compression

Efficient PDF Compression using native macOS API PDFKit. The usage of the extension does not require any additional software installation nor the usage of any third party services.

Be aware that the compression is based on complete rasterization of the PDF pages, which converts pages to images that may reduce text quality and searchability.

Usage

  1. Select the PDF files you want to compress in Finder
  2. Run the command
  3. The compressed PDF files will be saved in the same directory as the original files, with - compressed appended to the filename

Screenshots

Screenshot 1

License

MIT

Owner

  • Name: birkhoff
  • Login: BirkhoffLee
  • Kind: user
  • Location: Taipei City, Taiwan

backend, SRE, devops, music

GitHub Events

Total
  • Watch event: 1
  • Push event: 2
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 2
  • Create event: 1

Dependencies

package-lock.json npm
  • 228 dependencies
package.json npm
  • @raycast/eslint-config ^2.0.4 development
  • @types/node 22.13.10 development
  • @types/react 19.0.10 development
  • eslint ^9.22.0 development
  • prettier ^3.5.3 development
  • typescript ^5.8.2 development
  • @raycast/api ^1.100.3
  • @raycast/utils ^1.17.0
swift/Package.swift swiftpm