Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed PDF export issue for images #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SudoSu-bham
Copy link

Fixed an issue where if the user forgot to add the .pdf extension at the end of the filename, the exported PDF file would be saved as an image file. Now, the .pdf extension is automatically added if missing.

This fix ensures that the exported PDF is saved with the correct file extension, preventing it from being mistakenly treated as an image file when the extension is omitted.

How to test:
go to -> Image -> Export As Pdf -> save the file
Export As Pdf

Try exporting without adding the .pdf extension to the filename and verify that the file is saved correctly with the .pdf extension.

…n filename

Previously, if the user forgot to include the .pdf extension in the filename, the exported file was saved as an image.
This prevent the file from being incorrectly saved as an image.
@AYUSHKHAIRE
Copy link

@SudoSu-bham Hey ! I am very new here , trying to install . can you please tell if how to install this in virtual environment ? I appreciate a shell script is there . Thanks !

@SudoSu-bham
Copy link
Author

Hi @AYUSHKHAIRE, I haven't installed this in a virtual environment.
To install this application if you are on Debian-based Linux distributions such as Ubuntu
use the following command
sudo apt install lios

If you are on a windows operating system than you can create a Ubuntu based virtual machine using Virtualbox and than install lios in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants