Skip to content

Commit

Permalink
Correct issues with quotes in sample descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-saharay committed Mar 27, 2024
1 parent 8a8050c commit 5e4fc8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*
* This program shows how to add annotations to an existing PDF file that will highlight and underline words.
* When you run it, the program generates a PDF output file. The output sample annotates a PDF file showing
* a National Weather Service web page, highlighting the word Cloudy wherever it appears and underlining
* the word Rain.
* a National Weather Service web page, highlighting the word "Cloudy" wherever it appears and underlining
* the word "Rain."
*
* Copyright (c) 2007-2023, Datalogics, Inc. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion ContentModification/Watermark/Watermark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* The Watermark sample program shows how to create a watermark and copy it to a new PDF file.
* You could use this code to create a message to apply to PDF files you select, like
* Confidential or Draft Copy. Or you might want to place a copyright statement over
* "Confidential" or "Draft Copy." Or you might want to place a copyright statement over
* a set of photographs shown in a PDF file so that they cannot be easily duplicated without
* the permission of the owner.
*
Expand Down
2 changes: 1 addition & 1 deletion Text/AddVerticalText/AddVerticalText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/*
*
* This program describes how to render text from top to bottom on a page. The program provides
* a WritingMode Vertical with a string of Unicode characters to present sample text.
* a WritingMode "Vertical" with a string of Unicode characters to present sample text.
*
* The sample offers several rows of Unicode characters. The sample PDF file thus presents multiple columns
* of vertical text. The characters appear in English as well as Mandarin, Japanese, and Korean.
Expand Down

0 comments on commit 5e4fc8a

Please sign in to comment.