Skip to content

Releases: Stirling-Tools/Stirling-PDF

0.6.0 Full GUI for PDF page editing

21 Apr 23:23
Compare
Choose a tag to compare

Probably the most wanted Stirling-PDF update that will ever happen.. (Feel like we are closer to a V1 now)

Features

New user interface for adding, rotating, rearranging and removing pages with visible changes and interactions.
This fils a much-needed gap in the app. Special thanks to @Sf298 for all the code!
There is a gif example of the functionality here
But i recommend you try it out yourself!

New Icons and colour changes throughout navbar and home page to hopefully make it feel nicer, please give feedback!

Extra

Now has Github funding on git page :')

0.5.0 Convert PDF to Docx, powerpoint and others

16 Apr 21:04
c311f9a
Compare
Choose a tag to compare

Support for Converting PDF to Docx, powerpoint and others

0.4.8 Spanish support, home screen and others!

15 Apr 20:24
Compare
Choose a tag to compare

Features

Add-image now supports adding image to every page of PDF (thanks @libertyunion )
Support for Spanish (Thanks @manumora)
New Homescreen layout removing 'Ok' Button for more vertical space (Recommendation from appel on reddit, thanks)

Extras

Minor security changes
DockerFile change to avoid large downloads to build image every time to help development

0.4.7 Custom default lang

02 Apr 23:01
Compare
Choose a tag to compare

Support for custom default language via APP_LOCALE env

Several Language fixes

0.4.6 minor change for custom app names

02 Apr 11:13
56669f4
Compare
Choose a tag to compare

Changed custom app naming to allow different naming for navbar home page and home description

Customize App Name

Stirling PDF allows easy customization of the visible application name. Simply use environment variables APP_HOME_NAME, APP_HOME_DESCRIPTION and APP_NAVBAR_NAME with Docker or Java. If running Java directly, you can also pass these as properties using -D arguments.

0.4.5 Bug fixes OCR improvements, and custom naming

01 Apr 20:19
a80c585
Compare
Choose a tag to compare

Features

Custom application name via APP_NAME docker env
(These next 3 are done with OCRMyPDF)
Extra features to OCR for scanned page cleanup (tilt/noise fixing)
Adding OCR ability to read and output to text file
Added Dedicated PDF/A conversion page

Bug fixes

Fix concurrent calls on Libre and OCRMyPDF
jbig fix for compressions
Fix for compression metadata issues due to forced conversions to PDF/A

Other

Removal of UK US language and just using "English" due to extra development time
Still issue with concurrent files for PDF to image... will fix later sorry

0.4.4 Merge and split bug fixes

27 Mar 22:32
559bc7c
Compare
Choose a tag to compare

Merge and split bug fixes

0.4.3 Image to PDF enhancement and minor improvements overall

25 Mar 22:40
839105f
Compare
Choose a tag to compare

Features

Image to PDF supports multiple images, stretching and auto rotation
File inputs now only search for wanted file type
Settings now has a zip range so it can zip if you have more than x downloads (default 4)

extras

DevTools support for easier development
Fix for temporary files for thread safety

0.4.2 Opacity for watermarks and compression bug fixes

24 Mar 13:32
f866c8a
Compare
Choose a tag to compare

0.4.0 OCR, Extract images, Convert anything to PDF

20 Mar 22:02
a9145fe
Compare
Choose a tag to compare

Image extraction and conversion to formats

Multi parallel file execution for all forms so you can input multiple files quickly

Any file at all pdf using libreoffice, super powerful
Sadly makes docker image larger but worth it

OCR PDF using ocr my pdf
Works awesomely for adding text to a image

Improved compression using ocr my pdf app

Settings page with custom download options such as

  • open in same window
  • open in new window
  • download
  • download as zip

Update detection in settings page it should show notification if there is a update (very hidden)

UI cleanups

Add other image formats to PDF to Image

Various fies to icons, and pdf.js usage

This release drastically increases image size, due to import of LibreOffice for file conversions
Its a big trade off, if i get complaints about size i will either make 2 image versions or remove this functionality. Let me know if its a issue!