Sumatra PDF
Informations
Créateur | Messages |
---|---|
benyaminl
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionSumatraPDF is a free and open-source document viewer that supports many document formats including: PDF, EPUB, MOBI, CBZ, CBR, FB2, CHM, XPS, DjVu and more³. It is designed to be small, fast, customizable and portable¹². It has a simple and minimalist user interface that can be easily customized with themes and keyboard shortcuts¹. It also supports features such as bookmarks, printing, text search, annotations and more¹. Source: Bing AI, 5/1/2023 Code source#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_message "Installing/Download Sumatra PDF!" "This will download sumatrapdf" POL_SetupWindow_InstallMethod "DOWNLOAD" POL_Download "https://www.sumatrapdfreader.org/dl/rel/3.4.6/SumatraPDF-3.4.6-64.zip" POL_Wine_SelectPrefix "SumatraPDF" POL_Wine_PrefixCreate unzip $POL_System_TmpDir/SumatraPDF-3.4.6-64.zip -d $PREFIX/SumatraPDF POL_Shortcut "sumatrapdf.exe" "Sumatra PDF" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
benyaminl | Lundi 1 Mai 2023 à 13:26 |
benyaminl
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,20 @@ +#!/usr/bin/env playonlinux-bash +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +POL_SetupWindow_Init + +POL_SetupWindow_message "Installing/Download Sumatra PDF!" "This will download sumatrapdf" + +POL_SetupWindow_InstallMethod "DOWNLOAD" +POL_Download "https://www.sumatrapdfreader.org/dl/rel/3.4.6/SumatraPDF-3.4.6-64.zip" + +POL_Wine_SelectPrefix "SumatraPDF" +POL_Wine_PrefixCreate + +unzip $POL_System_TmpDir/SumatraPDF-3.4.6-64.zip -d $PREFIX/SumatraPDF + +POL_Shortcut "sumatrapdf.exe" "Sumatra PDF" + +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" POL_SetupWindow_Init POL_SetupWindow_message "Installing/Download Sumatra PDF!" "This will download sumatrapdf" POL_SetupWindow_InstallMethod "DOWNLOAD" POL_Download "https://www.sumatrapdfreader.org/dl/rel/3.4.6/SumatraPDF-3.4.6-64.zip" POL_Wine_SelectPrefix "SumatraPDF" POL_Wine_PrefixCreate unzip $POL_System_TmpDir/SumatraPDF-3.4.6-64.zip -d $PREFIX/SumatraPDF POL_Shortcut "sumatrapdf.exe" "Sumatra PDF" POL_SetupWindow_Close exit Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com