Skip to content

Releases: Stirling-Tools/Stirling-PDF

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!

0.3.4 Better error handling, Execl to PDF, bugfixes for metadata and password

24 Feb 22:54
c613164
Compare
Choose a tag to compare

Features:
Added error visability for easier debugging #53
Added excel to PDF, could do with some work but looking online none of them do what i would call a 'good' job either

Bug fixes:
Fixed error with metadata remove all #54
Fixed remove passwords #51