Skip to content

Commit

Permalink
Help message and README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
idnaos committed Jul 20, 2019
1 parent c513cb2 commit 7e93726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is a little utility useful for summarizing a lot of PDF documents:

![How it works info graphic](https://raw.githubusercontent.com/woborschilde/pdfsm/master/web-img/pdfsm_how-it-works.png "")

The program uses the PDFsharp library and also includes a binary of Ghostscript in order to automatically fix corrupted source documents. PDF Merge is distributed under the GPLv3 license.
The program uses the PDFsharp library and also includes a binary of Ghostscript in order to automatically fix corrupted source documents as well as Ookii.Dialogs for a modern folder browser dialog. PDF Merge is distributed under the GPLv3 license.

**For this program to work you need to create a selection file first!** This is described in the linked wiki article below.

Expand Down
2 changes: 1 addition & 1 deletion pdfsm/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private void button4_Click(object sender, EventArgs e) {
}

private void button5_Click(object sender, EventArgs e) {
MessageBox.Show(this, "This program selects pages from a set of PDF files specified in an INI Selector File and merges them to an output file.\n\nIt includes PDFsharp to copy pages and Ghostscript to fix corrupted files.", "PDF Select & Merge", MessageBoxButtons.OK, MessageBoxIcon.Information);
MessageBox.Show(this, "This program selects pages from a set of PDF files specified in an INI Selector File and merges them to an output file.\n\nIt includes PDFsharp to copy pages and Ghostscript to fix corrupted files as well as Ookii.Dialogs for the modern folder browser dialog.", "PDF Select & Merge", MessageBoxButtons.OK, MessageBoxIcon.Information);
}

private void button6_Click(object sender, EventArgs e) {
Expand Down

0 comments on commit 7e93726

Please # to comment.