摘要: import pdf2docx; #pip install pdf2docx https://github.com/ArtifexSoftware/pdf2docx pdf2docx.parse("CreateTwoColumnPDF.pdf","1.docx"); us_english Engli 阅读全文
posted @ 2024-04-10 15:12 ®Geovin Du Dream Park™ 阅读(1) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.SemanticKernel.ImageToText; using Microsoft.SemanticKernel; using Microsoft.SemanticKernel.Connectors.OpenAI; using Microsoft.Semantic 阅读全文
posted @ 2024-04-10 14:31 ®Geovin Du Dream Park™ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=devic 阅读全文
posted @ 2024-04-07 16:15 ®Geovin Du Dream Park™ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: //元组Tuples var person = ("Geovin Du", 30, "Soft Developer"); Console.WriteLine(person.Item1); Tuple<string, int, string> persons = new Tuple<string, i 阅读全文
posted @ 2024-04-07 11:31 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: /* ide: vs 2022 17.5 .net 8.0 QuestPDF 23.12.4 from: https://github.com/QuestPDF/QuestPDF/discussions/560 */ namespace ConsoleAppFontPdfDemo { using Q 阅读全文
posted @ 2024-02-02 18:11 ®Geovin Du Dream Park™ 阅读(9) 评论(0) 推荐(0) 编辑
摘要: /* IDE: VS 2022 17.5 OS: windows 10 .net 8.0 iText 8.0 System.Text.Encoding.CodePages */ namespace ConsoleAppPdfdemo { using System; using System.Coll 阅读全文
posted @ 2024-01-31 18:05 ®Geovin Du Dream Park™ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebAppPdfDemo.WebForm1" ResponseEncoding="utf-8" %> <!DOCTYPE ht 阅读全文
posted @ 2024-01-30 18:02 ®Geovin Du Dream Park™ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: /* IDE: VS 2022 17.5 OS: windows 10 .net: 8.0 生成PDF文档,从PDF文档中获取文字内容 控制台下测试 */ // See https://aka.ms/new-console-template for more information using Sy 阅读全文
posted @ 2024-01-26 18:00 ®Geovin Du Dream Park™ 阅读(34) 评论(0) 推荐(0) 编辑
摘要: <!--Scalable Vector Graphic--> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="960px" height="560px" viewBox 阅读全文
posted @ 2024-01-22 18:04 ®Geovin Du Dream Park™ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: # encoding: utf-8 # 版权所有 2024 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 3.11 # Datetime : 2024/1/13 10: 阅读全文
posted @ 2024-01-13 10:45 ®Geovin Du Dream Park™ 阅读(73) 评论(0) 推荐(0) 编辑