查看: 360|回复: 0

[文章教程] ABCpdf经典ASP版本,分页导出代码

[复制链接]
xuanxiao 发表于 2022-10-6 19:11:36 | 显示全部楼层 |阅读模式
  1. Set theDoc = Server.CreateObject("ABCpdf11.Doc")
  2. theDoc.Rect.Inset 10, 10  'left  top
  3. theDoc.Page = theDoc.AddPage()
  4. theURL = url '要生成的PDF源内容的网址
  5. theID = theDoc.AddImageUrl(theURL, True, 0, True)

  6. Do
  7.   theDoc.FrameRect ' add a black border
  8.   If Not theDoc.Chainable(theID) Then Exit Do
  9.   theDoc.Page = theDoc.AddPage()
  10.   theID = theDoc.AddImageToChain(theID)
  11. Loop
  12.   
  13. For i = 1 To theDoc.PageCount
  14.   theDoc.PageNumber = i
  15.   theDoc.Flatten
  16. Next


  17. 'Call DelayTime(2)
  18. theDoc.Save server.MapPath(strFileName)    ' 保存文件的路径
  19. theDoc.clear()
复制代码


亲测有效
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表

在线客服

售前咨询
售后咨询
服务热线
023-58418553
微信公众号