【问题标题】:Aspose converting webpage to pdfAspose将网页转换为pdf
【发布时间】:2019-01-08 11:33:39
【问题描述】:

我在一个项目中使用 Aspose 将网页转换为 PDF 文档,大部分文档似乎都显示正常 Aspose 似乎存在某些文本位或跨越多行的控件的问题。我在互联网上进行了搜索,看看是否可以找到解决方案,有人建议升级到版本 18,所以我下载了最新版本 19,但仍然无济于事。任何帮助或建议将不胜感激。

我的代码是

    <h4>The figures below should include your spouse or civil partner, where applicable.</h4><p>Please indicate your annual net disposable income (after all regular financial contributions):</p><div class="form-group radio-group " ><label class="col-sm-0 control-label  "></label><div class="col-sm-12"><div class="">
            <label>
                <input 
                        type="radio" 
                        name="AQAnnualNetDisposalIncome" 
                        value="Above £100,000" 
                        onclick="broadcastChange('AQAnnualNetDisposalIncome')"


                        />
                Above £100,000
            </label>
        </div><div class="">
            <label>
                <input 
                        type="radio" 
                        name="AQAnnualNetDisposalIncome" 
                        value="£50,000 - £100,000" 
                        onclick="broadcastChange('AQAnnualNetDisposalIncome')"


                        />
                £50,000 - £100,000
            </label>
        </div><div class="">
            <label>
                <input 
                        type="radio" 
                        name="AQAnnualNetDisposalIncome" 
                        value="£25,000 - £50,000" 
                        onclick="broadcastChange('AQAnnualNetDisposalIncome')"


                        />
                £25,000 - £50,000
            </label>
        </div><div class="">
            <label>
                <input 
                        type="radio" 
                        name="AQAnnualNetDisposalIncome" 
                        value="£10,000 - £25,000" 
                        onclick="broadcastChange('AQAnnualNetDisposalIncome')"


                        />
                £10,000 - £25,000
            </label>
        </div><div class="">
            <label>
                <input 
                        type="radio" 
                        name="AQAnnualNetDisposalIncome" 
                        value="£5,000 - £10,000" 
                        onclick="broadcastChange('AQAnnualNetDisposalIncome')"


                        />
                £5,000 - £10,000
            </label>
        </div><div class="">
            <label>
                <input 
                        type="radio" 
                        name="AQAnnualNetDisposalIncome" 
                        value="Less than £5,000" 
                        onclick="broadcastChange('AQAnnualNetDisposalIncome')"


                        />
                Less than £5,000
            </label>
        </div><span class="glyphicon form-control-feedback" aria-hidden="true"></span><div class="help-block with-errors">
        </div>
    </div>
</div>
<p>Please indicate the value of your assets (excluding your residence), net of any loans or other liabilities:</p>

【问题讨论】:

    标签: c# aspose


    【解决方案1】:

    我确定了由min-height:30px 引起的问题的原因,以解决我通过设置min-height: initial !important; 覆盖此属性的问题

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-03-25
      • 1970-01-01
      • 2012-11-21
      • 2013-10-23
      • 1970-01-01
      • 2011-12-06
      • 2013-07-15
      相关资源
      最近更新 更多