Skip to content

v1.4.3

Latest
Compare
Choose a tag to compare
@ClementGre ClementGre released this 09 Feb 21:19

en - English

Bug Fixes

  • PDFs can get corrupted when editing the PDF pages or when exporting (especially when exporting overwriting the original file, #194)
  • The option "Copy marks position" is not working when importing a grade scale from a file (#201).

New Features

  • PDFs and images can now be dragged onto the document pane to be opened/converted/added to the current document.
  • PDFs can now be exported without the original content (only the annotations, which can be useful to print back the edits on the scanned paper, #197)

macOS installation

In case of trouble launching the app, enter the following command in Terminal to remove the quarantine attribute (assuming PDF4Teachers.app is located in the Applications folder).

sudo xattr -dr com.apple.quarantine /Applications/PDF4Teachers.app

Non-Debian Linux installation (.tar.gz version)

Extract the .tar.gz and copy the deflated archive (pdf4teachers folder) to /opt/:

sudo cp -R pdf4teachers /opt

Then copy the .desktop file (example with pdf4teachers in /opt/ as previously described):

sudo cp /opt/pdf4teachers/pdf4teachers.desktop /usr/share/applications

fr - Français

Corrections de bugs

  • Corruption possible des documents PDF lors le l’édition des pages du PDF ou lors de l’export (de manière systématique lors de l’export en écrasant le document original, #194)
  • Option « Copier la position des notes » non fonctionnelle lors de l'import d'un barème à partir d’un fichier (#201)

Nouvelles fonctionnalités

  • Les documents PDF et images peuvent maintenant être glissés-déposés sur le panneau principal pour être ouvert/convertis/ajoutés au document.
  • Possibilité d’exporter sans inclure les éléments du PDF original (exporte uniquement les annotations, peut être utile pour imprimer la correction sur les copies scannées, #197).

Installation pour macOS

Si vous avez des difficultés à lancer l'application, lancez la commande suivante dans Terminal pour supprimer l'attribut de quarantaine (PDF4Teachers.app doit se situer dans le dossier Applications).

sudo xattr -dr com.apple.quarantine /Applications/PDF4Teachers.app

Installation pour Linux non Debian (version .tar.gz)

Tout d'abord, copier le dossier décompressé dans /opt/

sudo cp -R pdf4teachers /opt

Ensuite, copier le fichier .desktop (pdf4teachers doit être dans /opt/)

sudo cp /opt/pdf4teachers/pdf4teachers.desktop /usr/share/applications

it - Italiano

Correzioni di bug

  • I PDF possono essere danneggiati durante la modifica delle pagine PDF o durante l'esportazione (specialmente quando si esporta sovrascrivendo il file originale, #194)
  • L'opzione "Copia posizione dei voti" non funziona quando si importa una scala di valutazione da un file (#201).

Nuove funzionalità

  • Ora è possibile trascinare PDF e immagini nel riquadro del documento per aprirli/convertirli/aggiungerli al documento corrente.
  • Ora è possibile esportare PDF senza il contenuto originale (solo le annotazioni, che possono essere utili per stampare le modifiche sul documento scansionato, #197)

Installazione per macOS

Se riscontri problemi nell'avvio dell'applicazione, esegui il comando seguente nel Terminale per rimuovere l'attributo di quarantena (l'applicazione deve trovarsi nella cartella Applicazioni).

sudo xattr -dr com.apple.quarantine /Applications/PDF4Teachers.app

Installazione per Linux non Debian (versione .tar.gz)

Per prima cosa, devi copiare la cartella decompressa in /opt/

sudo cp -R pdf4teachers /opt

Quindi puoi copiare il file .desktop (pdf4teachers deve essere in /opt/)

sudo cp /opt/pdf4teachers/pdf4teachers.desktop /usr/share/applications