Skip to content

Commit

Permalink
AU: 1 updated - master-pdf-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 12, 2018
1 parent d6f313a commit 24af5d5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
4 changes: 3 additions & 1 deletion automatic/master-pdf-editor/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ![Master PDF Editor Changelog](https://img.shields.io/badge/Master%20PDF%20Editor-Package%20Changelog-blue.svg?style=for-the-badge)

## UPCOMING
## Version: 4.3.62 (2018-01-12)
- Added new package

2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/f1b2ad42348e0bf2e6db4af4cf9e752f8cdfedc3/icons/master-pdf-editor.png" height="48" width="48" /> ![Master PDF Editor](https://img.shields.io/chocolatey/v/master-pdf-editor.svg?label=Master%20PDF%20Editor&style=for-the-badge)](https://chocolatey.org/packages/master-pdf-editor)
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/e58c3a6b74fd2ee53362b599ddda17d2843363e6/icons/master-pdf-editor.png" height="48" width="48" /> ![Master PDF Editor](https://img.shields.io/chocolatey/v/master-pdf-editor.svg?label=Master%20PDF%20Editor&style=for-the-badge)](https://chocolatey.org/packages/master-pdf-editor)

Master PDF Editor is straightforward, easy to use application for working with PDF documents equipped with powerful multi-purpose functionality. With Master PDF Editor you can easily view, create and modify PDF documents. The application enables you to merge several files into one, split a source document into multiple documents, and also to comment, sign and encrypt PDF files.

Expand Down
1 change: 1 addition & 0 deletions automatic/master-pdf-editor/info
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"59db4014-1cc3af0"|4.3.62
9 changes: 4 additions & 5 deletions automatic/master-pdf-editor/master-pdf-editor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>master-pdf-editor</id>
<version>0.0</version>
<version>4.3.62</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/master-pdf-editor</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Master PDF Editor</title>
<authors>Code Industry Ltd.</authors>
<projectUrl>https://code-industry.net/masterpdfeditor/</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/f1b2ad42348e0bf2e6db4af4cf9e752f8cdfedc3/icons/master-pdf-editor.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/e58c3a6b74fd2ee53362b599ddda17d2843363e6/icons/master-pdf-editor.png</iconUrl>
<copyright>Copyright © Code Industry Ltd. All rights reserved</copyright>
<licenseUrl>https://code-industry.net/terms-and-conditions/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://code-industry.net/masterpdfeditor-help/</docsUrl>
<tags>master-pdf-editor pdf editor trial</tags>
<summary>Master PDF Editor is straightforward, easy to use application for working with PDF documents equipped with powerful multi-purpose functionality</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>
Master PDF Editor is straightforward, easy to use application for working with PDF documents equipped with powerful multi-purpose functionality. With Master PDF Editor you can easily view, create and modify PDF documents. The application enables you to merge several files into one, split a source document into multiple documents, and also to comment, sign and encrypt PDF files.
<description><![CDATA[Master PDF Editor is straightforward, easy to use application for working with PDF documents equipped with powerful multi-purpose functionality. With Master PDF Editor you can easily view, create and modify PDF documents. The application enables you to merge several files into one, split a source document into multiple documents, and also to comment, sign and encrypt PDF files.
## Features
- Edit PDF text, images and pages with full editing features.
Expand All @@ -35,7 +34,7 @@ Master PDF Editor is straightforward, easy to use application for working with P
- Fast and simple PDF forms fill out.
- Signing PDF documents with digital signature, signatures creation and validation.
- Changing font attributes (size, family, color etc).
</description>
]]></description>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/master-pdf-editor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = ''
softwareName = 'master-pdf-editor*'
checksum = ''
checksumType = ''
url = 'https://code-industry.net/public/MasterPDFEditor-setup.exe'
softwareName = 'Master PDF Editor*'
checksum = 'CABF95D95C85115E986FC5159BFB17449E1264C782B4646BC734449798A4EF4A05EAA34E6887D16F698085310593FB9105435E80A3F8C391C70D335650847F2D'
checksumType = 'sha512'
silentArgs = "/SILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
}
Expand Down
6 changes: 3 additions & 3 deletions automatic/master-pdf-editor/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'master-pdf-editor*'
softwareName = 'Master PDF Editor*'
fileType = 'exe'
silentArgs = "/SILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoUninstall.log`""
validExitCodes = @(0)
Expand All @@ -13,7 +13,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"

Uninstall-ChocolateyPackage @packageArgs
Expand All @@ -26,5 +26,5 @@ elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}

0 comments on commit 24af5d5

Please sign in to comment.