码农知识堂 - 1000bd
  •   Python
  •   PHP
  •   JS/TS
  •   JAVA
  •   C/C++
  •   C#
  •   GO
  •   Kotlin
  •   Swift
  • Spire.PDF 8.11.10 supports .NET 7.0 and PDF to PPTX


    度娘找破解版Spire.PDF for .NET is a professional PDF API applied to creating, writing, editing, handling and reading PDF files without any external dependencies within .NET ( C#, VB.NET, ASP.NET, .NET Core, .NET 5.0, .NET 6.0, MonoAndroid and Xamarin.iOS ) application. Using this .NET PDF library, you can implement rich capabilities to create PDF files from scratch or process existing PDF documents entirely through C#/VB.NET without installing Adobe Acrobat.

    Many rich features can be supported by the .NET PDF API, such as adding digital signature, including timestamp in signature, creating PDF Portfolio, PDF text/attachment/image extract, PDF merge/split, metadata update, section, graph/image drawing and inserting, table creation and processing, and importing data etc. Besides, Spire.PDF for .NET can be applied to easily converting Text, Image, SVG ,HTML to PDF and convert PDF to Excel with C#/VB.NET in high quality.

    Here is a list of changes made in this release
    CategoryIDDescription
    New feature-Supports .NET 7.0.
    Supports converting PDF to PPTX.
    PdfDocument pdf = new PdfDocument();
    pdf.LoadFromFile(inputFile);
    pdf.SaveToFile(outputFile, FileFormat.PPTX)
    New featureSPIREPDF-2534Adds a new method of compressing PDF document.
    SPIREPDF-4641PdfCompressor compressor = new PdfCompressor(fileName);
     compressor.CompressToFIle(outputName);
    New featureSPIREPDF-5598PdfTextReplacer interface supports ignoring case.
    PdfDocument doc = new PdfDocument();
    doc.LoadFromFile(input);
    PdfPageBase page = doc.Pages[0];
    PdfTextReplacer replacer = new PdfTextReplacer(page);
    PdfTextReplaceOptions option = new PdfTextReplaceOptions();
    options.ReplaceType = ReplaceActionType.IgnoreCase;
    replacer.Options = option;
    replacer.ReplaceText("cash", "999"); 
    doc.SaveToFile("output.pdf", FileFormat.PDF);
    BugSPIREPDF-1264Fixes the issue that the content was incorrect when converting PDF to images.
    SPIREPDF-5608
    BugSPIREPDF-5443Fixes the issue that the program threw System.ArgumentException when converting PDF to Excel.
    BugSPIREPDF-5527Fixes the issue that it failed to find cross-line text.
    BugSPIREPDF-5556Fixes the issue that it failed to get attachments.
    BugSPIREPDF-5591Fixes the issue that the background color lost after drawing TIFF images on page.
    BugSPIREPDF-5596Fixes the issue that the text color was changed after drawing TIFF images on page.
  • 相关阅读:
    【AI Agent】Agent的原理介绍与应用发展思考
    linux gdb运行不下去的程序调试方法
    计算机网络:组帧
    ClickHouse 对付单表上亿条记录分组查询秒出, OLAP应用秒杀其他数据库
    基于深度学习的红外船舶检测识别分类完整实现数据集8000+张
    ubuntu开机系统出错且无法恢复。请联系系统管理员。
    20【访问者设计模式】
    记一个src中危-图像大小与请求参数可修改
    RESTful API — 规范概念、URI 设计、映射 HTTP 方法、API 版本管理、API 命名、统一分页、过滤、排序、 搜索功能
    宠物之家网站大学生网页制作教程 学生HTML静态宠物网页设计作业成品 DIV布局简单动物网页制作代码
  • 原文地址:https://blog.csdn.net/john_dwh/article/details/128116569
  • 最新文章
  • 攻防演习之三天拿下官网站群
    数据安全治理学习——前期安全规划和安全管理体系建设
    企业安全 | 企业内一次钓鱼演练准备过程
    内网渗透测试 | Kerberos协议及其部分攻击手法
    0day的产生 | 不懂代码的"代码审计"
    安装scrcpy-client模块av模块异常,环境问题解决方案
    leetcode hot100【LeetCode 279. 完全平方数】java实现
    OpenWrt下安装Mosquitto
    AnatoMask论文汇总
    【AI日记】24.11.01 LangChain、openai api和github copilot
  • 热门文章
  • 十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!
    奉劝各位学弟学妹们,该打造你的技术影响力了!
    五年了,我在 CSDN 的两个一百万。
    Java俄罗斯方块,老程序员花了一个周末,连接中学年代!
    面试官都震惊,你这网络基础可以啊!
    你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法
    心情不好的时候,用 Python 画棵樱花树送给自己吧
    通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!
    13 万字 C 语言从入门到精通保姆级教程2021 年版
    10行代码集2000张美女图,Python爬虫120例,再上征途
Copyright © 2022 侵权请联系2656653265@qq.com    京ICP备2022015340号-1
正则表达式工具 cron表达式工具 密码生成工具

京公网安备 11010502049817号