فهرست منبع

compdfkit(windows) - 更换文档、使用同一份文档的拷贝

liuaoran 1 سال پیش
والد
کامیت
8cc5e5f011

+ 1 - 1
Demo/Examples/Annotations/Annotations.csproj

@@ -102,7 +102,7 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
-    <None Include="developer_guide_windows.pdf">
+    <None Include="..\TestFile\PDF32000_2008.pdf">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="packages.config" />

+ 1 - 1
Demo/Examples/Annotations/MainWindow.xaml.cs

@@ -536,7 +536,7 @@ namespace Annotations
         }
         private void LoadDefaultDocument()
         {
-            string defaultFilePath = "developer_guide_windows.pdf";
+            string defaultFilePath = "PDF32000_2008.pdf";
             pdfViewControl = new PDFViewControl();
             pdfViewControl.PDFView.InitDocument(defaultFilePath);
             LoadDocument();

+ 1 - 1
Demo/Examples/ContentEditor/ContentEditor.csproj

@@ -104,7 +104,7 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
-    <None Include="developer_guide_windows.pdf">
+    <None Include="..\TestFile\PDF32000_2008.pdf">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="packages.config" />

+ 1 - 1
Demo/Examples/ContentEditor/MainWindow.xaml.cs

@@ -487,7 +487,7 @@ namespace ContentEditor
         /// </summary>
         private void LoadDefaultDocument()
         {
-            string defaultFilePath = "developer_guide_windows.pdf";
+            string defaultFilePath = "PDF32000_2008.pdf";
             pdfViewControl = new PDFViewControl();
             pdfViewControl.PDFView.InitDocument(defaultFilePath);
             LoadDocument();

+ 1 - 1
Demo/Examples/DocsEditor/DocsEditor.csproj

@@ -102,7 +102,7 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
-    <None Include="developer_guide_windows.pdf">
+    <None Include="..\TestFile\PDF32000_2008.pdf">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="packages.config" />

+ 1 - 1
Demo/Examples/DocsEditor/MainWindow.xaml.cs

@@ -79,7 +79,7 @@ namespace DocsEditor
 
         private void LoadDefaultDocument()
         {
-            string defaultFilePath = "developer_guide_windows.pdf";
+            string defaultFilePath = "PDF32000_2008.pdf";
             LeftToolPanelButton.IsEnabled = false;
             SearchButton.IsEnabled = false;
             RightToolPanelButton.IsEnabled = false;

+ 1 - 1
Demo/Examples/Forms/Forms.csproj

@@ -103,7 +103,7 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
-    <None Include="developer_guide_windows.pdf">
+    <None Include="..\TestFile\Form_Widgets_Test.pdf">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="packages.config" />

+ 1 - 1
Demo/Examples/Forms/MainWindow.xaml.cs

@@ -363,7 +363,7 @@ namespace Forms
 
         private void LoadDefaultDocument()
         {
-            string defaultFilePath = "developer_guide_windows.pdf";
+            string defaultFilePath = "Form_Widgets_Test.pdf";
             pdfViewControl = new PDFViewControl();
             pdfViewControl.PDFView.InitDocument(defaultFilePath);
             LoadDocument();

+ 1 - 1
Demo/Examples/PDFViewer/MainWindow.xaml.cs

@@ -70,7 +70,7 @@ namespace PDFViewer
 
         private void LoadDefaultDocument()
         {
-            string defaultFilePath = "developer_guide_windows.pdf";
+            string defaultFilePath = "PDF32000_2008.pdf";
             TabControlLoadDocument(defaultFilePath);
         }
 

+ 1 - 1
Demo/Examples/PDFViewer/PDFViewer.csproj

@@ -105,7 +105,7 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
-    <None Include="developer_guide_windows.pdf">
+    <None Include="..\TestFile\PDF32000_2008.pdf">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="packages.config" />

+ 1 - 1
Demo/Examples/Viewer/MainWindow.xaml.cs

@@ -92,7 +92,7 @@ namespace Viewer
         }
         private void LoadDefaultDocument()
         {
-            string defaultFilePath = "developer_guide_windows.pdf";
+            string defaultFilePath = "PDF32000_2008.pdf";
             pdfViewControl = new PDFViewControl();
             pdfViewControl.PDFView.InitDocument(defaultFilePath);
             LoadDocument();

+ 1 - 1
Demo/Examples/Viewer/Viewer.csproj

@@ -107,7 +107,7 @@
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
     </EmbeddedResource>
-    <None Include="developer_guide_windows.pdf">
+    <None Include="..\TestFile\PDF32000_2008.pdf">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="packages.config" />

BIN
Demo/developer_guide_windows.pdf