From 5e4fc8ae0ca7d80f63d12db85c3b67f43f127aee Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Wed, 27 Mar 2024 11:27:17 -0500 Subject: [PATCH] Correct issues with quotes in sample descriptions --- .../UnderlinesAndHighlights/UnderlinesAndHighlights.cs | 4 ++-- ContentModification/Watermark/Watermark.cs | 2 +- Text/AddVerticalText/AddVerticalText.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ContentModification/UnderlinesAndHighlights/UnderlinesAndHighlights.cs b/ContentModification/UnderlinesAndHighlights/UnderlinesAndHighlights.cs index 182dcdd..11a7c75 100644 --- a/ContentModification/UnderlinesAndHighlights/UnderlinesAndHighlights.cs +++ b/ContentModification/UnderlinesAndHighlights/UnderlinesAndHighlights.cs @@ -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. * diff --git a/ContentModification/Watermark/Watermark.cs b/ContentModification/Watermark/Watermark.cs index 819b5a3..073dce4 100644 --- a/ContentModification/Watermark/Watermark.cs +++ b/ContentModification/Watermark/Watermark.cs @@ -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. * diff --git a/Text/AddVerticalText/AddVerticalText.cs b/Text/AddVerticalText/AddVerticalText.cs index 13b7545..883454b 100644 --- a/Text/AddVerticalText/AddVerticalText.cs +++ b/Text/AddVerticalText/AddVerticalText.cs @@ -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.