-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from ZeeshanShafqat/master
Aspose .NET OneClick PDF Document Generator
- Loading branch information
Showing
19 changed files
with
2,544 additions
and
0 deletions.
There are no files selected for viewing
247 changes: 247 additions & 0 deletions
247
Plugins/Dynamics CRM/OneClick PDF Document Generator/AsposeStyles.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,247 @@ | ||
* { | ||
margin: 0; | ||
} | ||
|
||
.Main { | ||
left: 20px; | ||
right: 8px; | ||
margin-left: 10px; | ||
margin-right: 10px; | ||
margin-top: 5px; | ||
margin-top: 0px; | ||
border-color: rgb(255, 255, 255); | ||
width: 90%; | ||
background-color: rgb(255, 255, 255); | ||
margin-bottom: -50px; /* the bottom margin is the negative value of the footer's height */ | ||
} | ||
|
||
div { | ||
display: inline-block; | ||
} | ||
|
||
h2, h3 { | ||
margin-top: 0px; | ||
margin-bottom: 0px; | ||
padding-top: 10px; | ||
color: rgb(102, 102, 102); | ||
font-family: Segoe UI, Tahoma, Arial; | ||
} | ||
|
||
h2 { | ||
font-size: 21px; | ||
font-weight: normal; | ||
} | ||
|
||
h3 { | ||
font-size: 12px; | ||
font-weight: bold; | ||
} | ||
|
||
html, body { | ||
height: 100%; | ||
} | ||
|
||
body { | ||
margin-left: 0px; | ||
margin-right: 0px; | ||
background-color: #FFFFFF; | ||
color: rgb(0, 0, 0); | ||
font-family: "Segoe UI",Arial,Sans-Serif; | ||
font-size: 12px; | ||
text-align: left; | ||
scrollbar-3dlight-color: #f0f0f0; | ||
scrollbar-arrow-color: #1e395b; | ||
scrollbar-base-color: #cdcdcd; | ||
scrollbar-darkshadow-color: #f0f0f0; | ||
scrollbar-face-color: #cdcdcd; | ||
scrollbar-highlight-color: #cdcdcd; | ||
scrollbar-shadow-color: #cdcdcd; | ||
scrollbar-track-color: #f0f0f0; | ||
} | ||
|
||
table { | ||
width: 100%; | ||
} | ||
|
||
.Label { | ||
/*width: 30%;*/ | ||
color: rgb(102, 102, 102); | ||
text-align: left; | ||
} | ||
|
||
.Value { | ||
} | ||
|
||
required { | ||
color: red; | ||
font-weight: bolder; | ||
padding-left: 5px; | ||
} | ||
|
||
input[type=button] { | ||
font-family: Segoe UI; | ||
border: 1px solid #C6C6C6; | ||
font-size: 11px; | ||
color: #444444; | ||
text-align: center; | ||
cursor: pointer; | ||
} | ||
|
||
select, input[type=text], textarea { | ||
width: 90%; | ||
} | ||
|
||
select, input, textarea, img { | ||
border: 1px solid #CCCCCC; | ||
font-weight: 600; | ||
color: #000000; | ||
font-size: 12px; | ||
font-family: Segoe UI, Arial, sans-serif; | ||
} | ||
|
||
input[type=radio] { | ||
border: none; | ||
} | ||
|
||
select { | ||
-moz-appearance: none; | ||
text-indent: 0.01px; | ||
-webkit-appearance: none; | ||
} | ||
|
||
select::-ms-expand { | ||
display: none; | ||
} | ||
|
||
textarea { | ||
overflow: auto; | ||
resize: none; | ||
scrollbar-arrow-color: rgb(102, 102, 102); | ||
} | ||
|
||
.footer, .push { | ||
background-color: #F8F8F8; | ||
border-top-color: #ffffff; | ||
/*position: absolute;*/ | ||
bottom: 0px; | ||
width: 100%; | ||
min-width: 288px; | ||
height: 44px; | ||
text-align: right; | ||
position: fixed; | ||
display: block; | ||
/*overflow: auto;*/ | ||
} | ||
|
||
.buttons-right { | ||
text-align: right; | ||
float: right; | ||
margin-right: 30px; | ||
} | ||
|
||
.buttons-left { | ||
text-align: left; | ||
float: left; | ||
margin-left: 30px; | ||
} | ||
|
||
.footerbutton { | ||
line-height: 16px; | ||
height: 20px; | ||
width: 84px; | ||
text-align: center; | ||
cursor: pointer; | ||
border-width: 1px; | ||
border-style: solid; | ||
background-repeat: repeat-x; | ||
padding-left: 5px; | ||
padding-right: 5px; | ||
font-size: 12px; | ||
color: #444444; | ||
background-color: #FFFFFF; | ||
height: 24px; | ||
font-family: Segoe UI,Tahoma,Arial; | ||
border: 1px solid #C6C6C6; | ||
background-image: none; | ||
margin-top: 10px; | ||
width: auto; | ||
min-width: 80px; | ||
white-space: nowrap; | ||
} | ||
|
||
.footerbutton:hover { | ||
background-color: #B1D6F0; | ||
} | ||
|
||
.topbutton { | ||
line-height: 16px; | ||
height: 20px; | ||
width: 84px; | ||
text-align: center; | ||
cursor: pointer; | ||
border-width: 1px; | ||
border-style: solid; | ||
background-repeat: repeat-x; | ||
padding-left: 5px; | ||
padding-right: 5px; | ||
font-size: 12px; | ||
color: #444444; | ||
background-color: #FFFFFF; | ||
height: 24px; | ||
font-family: Segoe UI,Tahoma,Arial; | ||
border: 1px solid #C6C6C6; | ||
background-image: none; | ||
margin-top: 0px; | ||
width: auto; | ||
min-width: 80px; | ||
white-space: nowrap; | ||
} | ||
|
||
.topbutton:hover { | ||
background-color: #B1D6F0; | ||
} | ||
|
||
.Error { | ||
text-align: left; | ||
color: red; | ||
font-weight: bold; | ||
} | ||
|
||
.Success { | ||
text-align: left; | ||
color: green; | ||
font-weight: bold; | ||
} | ||
|
||
.Width30 { | ||
width: 30%; | ||
} | ||
|
||
.Width100 { | ||
width: 100%; | ||
} | ||
|
||
.loaderStyle { | ||
vertical-align: central; | ||
text-align: center; | ||
cursor: wait; | ||
background: #F0F0F0; | ||
font-size: 15px; | ||
position: absolute; | ||
visibility: visible; | ||
left: 475px; | ||
top: 300px; | ||
width: 75px; | ||
height: 75px; | ||
} | ||
|
||
.loaderStyle img { | ||
margin-top: 10px; | ||
border: none; | ||
} | ||
|
||
.IFrame { | ||
width: 100%; | ||
height: 77%; | ||
border: none; | ||
} |
4 changes: 4 additions & 0 deletions
4
Plugins/Dynamics CRM/OneClick PDF Document Generator/JQuery.js
Large diffs are not rendered by default.
Oops, something went wrong.
131 changes: 131 additions & 0 deletions
131
Plugins/Dynamics CRM/OneClick PDF Document Generator/OneClick PDF Document Generator.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion> | ||
</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{E9BD5202-3DC3-4DED-A259-15A74106BC9A}</ProjectGuid> | ||
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>OneClick_PDF_Document_Generator</RootNamespace> | ||
<AssemblyName>OneClick PDF Document Generator</AssemblyName> | ||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | ||
<UseIISExpress>true</UseIISExpress> | ||
<IISExpressSSLPort /> | ||
<IISExpressAnonymousAuthentication /> | ||
<IISExpressWindowsAuthentication /> | ||
<IISExpressUseClassicPipelineMode /> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Aspose.Words"> | ||
<HintPath>C:\Program Files (x86)\Aspose\Aspose.Words for .NET\bin\net3.5_ClientProfile\Aspose.Words.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Microsoft.Crm.Sdk.Proxy"> | ||
<HintPath>..\..\..\..\..\CRM SDK\CRM 2015 SDK\Bin\Microsoft.Crm.Sdk.Proxy.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="Microsoft.Xrm.Sdk"> | ||
<HintPath>..\..\..\..\..\CRM SDK\CRM 2015 SDK\Bin\Microsoft.Xrm.Sdk.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System.Runtime.Serialization" /> | ||
<Reference Include="System.ServiceModel" /> | ||
<Reference Include="System.Web.DynamicData" /> | ||
<Reference Include="System.Web.Entity" /> | ||
<Reference Include="System.Web.ApplicationServices" /> | ||
<Reference Include="System.ComponentModel.DataAnnotations" /> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="System.Web.Extensions" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Web" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Configuration" /> | ||
<Reference Include="System.Web.Services" /> | ||
<Reference Include="System.EnterpriseServices" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="AsposeStyles.css" /> | ||
<Content Include="JQuery.js" /> | ||
<Content Include="OneClickPDFButton.aspx" /> | ||
<Content Include="oneclickpdfdocument.js" /> | ||
<Content Include="OneClickPDFPage.aspx" /> | ||
<Content Include="OpenButtonPage.html" /> | ||
<Content Include="SDK.MetaData.js" /> | ||
<Content Include="SDK.REST.js" /> | ||
<Content Include="Web.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="OneClickPDFButton.aspx.cs"> | ||
<DependentUpon>OneClickPDFButton.aspx</DependentUpon> | ||
<SubType>ASPXCodeBehind</SubType> | ||
</Compile> | ||
<Compile Include="OneClickPDFButton.aspx.designer.cs"> | ||
<DependentUpon>OneClickPDFButton.aspx</DependentUpon> | ||
</Compile> | ||
<Compile Include="OneClickPDFPage.aspx.cs"> | ||
<DependentUpon>OneClickPDFPage.aspx</DependentUpon> | ||
<SubType>ASPXCodeBehind</SubType> | ||
</Compile> | ||
<Compile Include="OneClickPDFPage.aspx.designer.cs"> | ||
<DependentUpon>OneClickPDFPage.aspx</DependentUpon> | ||
</Compile> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | ||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | ||
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> | ||
<ProjectExtensions> | ||
<VisualStudio> | ||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | ||
<WebProjectProperties> | ||
<UseIIS>True</UseIIS> | ||
<AutoAssignPort>True</AutoAssignPort> | ||
<DevelopmentServerPort>55074</DevelopmentServerPort> | ||
<DevelopmentServerVPath>/</DevelopmentServerVPath> | ||
<IISUrl>http://localhost:55074/</IISUrl> | ||
<NTLMAuthentication>False</NTLMAuthentication> | ||
<UseCustomServer>False</UseCustomServer> | ||
<CustomServerUrl> | ||
</CustomServerUrl> | ||
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> | ||
</WebProjectProperties> | ||
</FlavorProperties> | ||
</VisualStudio> | ||
</ProjectExtensions> | ||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. | ||
Other similar extension points exist, see Microsoft.Common.targets. | ||
<Target Name="BeforeBuild"> | ||
</Target> | ||
<Target Name="AfterBuild"> | ||
</Target> | ||
--> | ||
</Project> |
Oops, something went wrong.