⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 solidhost.exe.config

📁 PDF转换成DOC的工具,感觉还不错,推荐给大家
💻 CONFIG
字号:
<configuration>
    <configSections>
        <section name="ConverterPorts" type="System.Configuration.SingleTagSectionHandler" />
        <section name="ConverterLifeTime" type="System.Configuration.SingleTagSectionHandler" />
    </configSections>
    <ConverterPorts TCPPortFirst="8878" TCPPortLast="8978" />
    <ConverterLifeTime InactivityTimeout="0" />
    <system.runtime.remoting>
        <application name="SolidHost">
            <service>
                <wellknown mode="Singleton" type="VoyagerSoft.SolidPDF.RemotingWrapper.ObjectHost, SolidPDFWrapper"
                    objectUri="SuperHost" />
            </service>
            <channels>
                <channel ref="tcp" port="8877">
                    <serverProviders>
                         <formatter ref="binary" typeFilterLevel="Full"/>
                    </serverProviders>
	        </channel>
            </channels>
        </application>
    </system.runtime.remoting>
</configuration>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -