Skip to content

Commit b19e31e

Browse files
committed
Updated version to 0.0.0.2.
- Added ability to use shift+up/down to move selected items (and added up/down buttons) - if'd out code testing the removal of transparency. PDF/X is not exactly supported by PDFSharp and the main issue with converting using Acrobat is that the PDF somehow contains transparency...
1 parent 4984a65 commit b19e31e

File tree

6 files changed

+204
-53
lines changed

6 files changed

+204
-53
lines changed

PdfConstruct/PdfConstruct.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
</Compile>
6767
<Compile Include="Support\UI\Extensions.cs" />
6868
<Compile Include="Support\UI\ListViewAssist.cs" />
69+
<Compile Include="Support\UI\ListViewDoubleBuffer.cs">
70+
<SubType>Component</SubType>
71+
</Compile>
6972
<Compile Include="Support\UI\QueryPanel.cs" />
7073
<Compile Include="Support\UI\QueryPanelDialog.cs" />
7174
<EmbeddedResource Include="PdfConstructForm.resx">

PdfConstruct/PdfConstructForm.Designer.cs

Lines changed: 55 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)