10c25dbe44
C2024-007 When link information is created in a PDF during print, the link information includes the PDF file name of where the link is referencing. Logic was added to include any file prefix or suffix to the PDF file name that is saved in the link information so the Adobe can locate the file and open it when the use clicks on the link in the PDF.
2024-05-08 09:00:58 -04:00
a4eb5935ba
C2021-052 Made the underline thicker when the text being underlined is bolded. (when printed)
2021-11-10 14:35:57 +00:00
54b578ed34
B2021-058 The fix for the bolded symbol character caused this. We initially set the font being used to a new font instance but without the bolding and italics attributes. Found that in this case we needed to double the font size being passed into the method that creates the new font instance, because it assumes the size is coming from RTF formatting in which the number for the font size is double the actual point size.
2021-05-05 15:21:59 +00:00
11a6a82f43
B2021-055 When first character is a bolded symbol, the rest of the text prints bolded.
2021-05-04 19:46:22 +00:00
d4b3cced0b
B2021-038 Added symbols fonts without bold or italic. Some symbol characters would not print if they were bolded.
2021-04-12 20:10:21 +00:00
c0246d2421
2020-028, B2020-029, B2020-030: Pdf Links in Supplemental Information pages causes crash or pages to not print.
2020-03-12 14:04:07 +00:00
cfb847de9c
C2019-042 Added a check box to identify a section as being a foldout – used in with printing in duplex
...
C2019-042 use new format config setting to check if sections are foldouts
C2019-042 use new format config setting to check if sections are foldout
B2019-134 code cleanup, discovered we were missing a “break;” statement in processing folder specific information
2019-11-06 20:50:29 +00:00
90be719f34
B2019-089 - Removed the “End of Search Results” text from the Complete RO report.
...
Code cleanup – removed un-used code.
2019-06-26 16:58:39 +00:00
cd3656c955
B2019-052: Pdf Links for each Referenced Object and Transition within a Step
2019-04-25 13:07:19 +00:00
Rich
5a086f955b
B2017-238 Bullets were not printing. Logic had been added for Prestige Elite Tall font that also needed to work for Letter Gothic Tall.
2017-10-20 13:17:48 +00:00
6e9a7d046b
B2017-191 insert a NEWLINE chunk when there are hard returns instead of spaces
2017-08-30 19:34:50 +00:00
6b8503026b
B2017-171 bullet substep were printing a smaller bullet than prior versions
2017-08-09 16:59:42 +00:00
Rich
5b25cf6d6c
Added code so that Means can be printed properly.
2016-09-23 14:43:42 +00:00
Rich
30c7c16cd0
Fix the RTF for grid cells so that Text is set to use a Text font rather than a Symbol font.
...
Added some debug code for testing the function above. After the code was finished, the debug code was commented-out.
2016-08-19 15:31:43 +00:00
0d13585924
Supporting logic to handle the use of the backslash character
2016-06-21 15:16:12 +00:00
Rich
7db720b1f3
Remove old debug output
2016-05-18 14:16:45 +00:00
df37f61cb5
Made some regx usages static to help with memory usage
...
Logic to support clipboard paste of screen shot into a table cell
2015-11-24 18:28:59 +00:00
4f4af0156a
B2015-001: single indent holds for entire steprtb.
...
B2015-001: print of single indent – handle soft return
2015-09-28 13:40:58 +00:00
6fceccc6c1
B2015-122: Fix HLS underlining of subscript & superscript
2015-09-04 13:59:00 +00:00
1ebe496589
Fixed the issue where bullets were not printing in some tables.
2015-07-28 15:50:04 +00:00
1408a43fa8
Fixed use of symbol characters in table cells
...
Fixed use of the hanging indent in procedure steps
2015-07-24 18:55:31 +00:00
5f117cf611
If a symbol to be printed is not in the VESymFix font then check/use the Consolas font.
2015-07-23 14:40:21 +00:00
330f36250d
If font is not proportional, set default font to VESymbFix to be used in pdf generation code (without this, the default was set to Helvetica)
...
If 1st character output for chunk, in a table cell, is a hard space (or various other special characters), set font to default (VESymbFix) font. (For HLP)
2015-07-13 11:37:56 +00:00
a038fe06e9
B2015- 076: underlining overwrites text below (occurred on compressed steps with larger font)
2015-06-22 14:42:46 +00:00
Rich
389c6575d0
Changed NextItem property to use GetNextItem method when printing
...
Added Profile debug
Added Command-line parameters (/X= and /Y=) to specify the offset used for Compare.
Changed NextItem property to use GetNextItem method when printing.
Remove PrintTimer which has been replaced with ProfileTimer
Added Profile debug
Added code to handle special characters when printing,
Added Profile debug
Changed NextItem property to use GetNextItem method when printing
2015-01-19 20:56:35 +00:00
f3b7e9138f
Implement code for DontResetIndentOnNewline for BGE
2015-01-16 14:59:47 +00:00
3d2757f094
Calvert Alarms: Make subscript/superscript characters a little bigger for CompressPropSubSup flag
2014-08-19 12:38:23 +00:00
9fb17c103c
Added flag CompressPropSubSup for compressing proportional fonts sub & superscript (used by Calvert)
...
Use CompressPropSubSup
Use CompressPropSubSup
2014-06-27 12:16:10 +00:00
Rich
6bcbe25d4e
Fixed logic so the superscripted text is not underlined.
2014-02-21 17:11:17 +00:00
Rich
67cc3b59a0
Removed debug output
...
Removed 16 Bit pdf compare font change.
2014-01-24 20:53:35 +00:00
2dcb0a0bd6
2012-10-26 10:32:22 +00:00
f759fe89a7
2011-07-14 16:10:45 +00:00
ab07bf2f8e
2011-04-06 14:26:28 +00:00
538b139cb4
2011-03-09 12:09:03 +00:00
Rich
d739a72c7b
- Put RO Adjustment code prior to Replace Words - Match 16 Bit
...
- Replaced logic for Replace Words so that they are replaced sequentially through the text rather than sequentially through the word list.
- Added DoTransitionAdjustments that adds hardspaces to Transitions.
- Changed the NextUnicode module to ignore Hard Spaces
- Added logic to find 'real' spaces in ROs and replace only them. Spaces are also used to terminate RTF commands.
Added code to handle "AND Range" Transitions
- Use new ToolTip property
- Use new MyStepSectionLayoutData
- Remove Debug
Remove unused code
Renamed TwipsPerPage to PointsPerPage
Adjusted Superscript offset to match 16-Bit
- Added Debug Code to compare 16-Bit and 32-Bit text
- Added Debug Code forr Pagination
- Added optional code to match 16-Bit pagination
Added Ruler for 6 and 7 lines per inch.
2010-09-06 19:39:44 +00:00
7ae193db00
2010-07-23 12:35:44 +00:00
Rich
332e35c484
Added PrintOverride colors
2010-06-16 16:04:25 +00:00
Rich
6f21da7573
2010-05-19 15:01:06 +00:00