原创 Python: pdf covert docx

import pdf2docx; #pip install pdf2docx https://github.com/ArtifexSoftware/pdf2docx pdf2docx.parse("CreateTwoColum

原创 CSharp: ImageToText using Microsoft.SemanticKernel

  using Microsoft.SemanticKernel.ImageToText; using Microsoft.SemanticKernel; using Microsoft.SemanticKernel.Connectors

原创 TypeScript: pdf.js v4.0.379

  <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <met

原创 CSharp: Tuples

  //元組Tuples var person = ("Geovin Du", 30, "Soft Developer"); Console.WriteLine(person.Item1); Tuple<string, int, str

原创 CSharp: QuestPDF 2023.12.4 in donet 8.0

  /* ide: vs 2022 17.5 .net 8.0 QuestPDF 23.12.4 from: https://github.com/QuestPDF/QuestPDF/discussions/560 */

原创 CSharp: create pdf file using iText-donet 8.0 in donet 8.0

  /* IDE: VS 2022 17.5 OS: windows 10 .net 8.0 iText 8.0 System.Text.Encoding.CodePages */ namespace ConsoleAppP

原创 CSharp: iText 8.0 in donet 4.8.1

  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebAppPdfDemo.WebForm1" Respons

原创 CSharp: UglyToad.PdfPig in .net8

  /* IDE: VS 2022 17.5 OS: windows 10 .net: 8.0 生成PDF文檔,從PDF文檔中獲取文字內容 控制檯下測試 */ // See https://aka.ms/new-conso

原创 svg: table style

  <!--Scalable Vector Graphic--> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin

原创 Python: spire.doc

  # encoding: utf-8 # 版權所有 2024 塗聚文有限公司 # 許可信息查看: # 描述: # Author : geovindu,Geovin Du 塗聚文. # IDE : PyCharm 202

原创 Python: Spire.PDF-for-Python

  # encoding: utf-8 # 版權所有 2024 ©塗聚文有限公司 # 許可信息查看: # 描述: # Author : geovindu,Geovin Du 塗聚文. # IDE : PyCharm 20

原创 CSharp: Spire.PdfViewer

  <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SpirePDFdemo.aspx.cs" Inherits="WebAppPdfDemo.SpirePDFdemo"

原创 java: Spire.pdf-for-Java

      /** * encoding: utf-8 * 版權所有 2024 塗聚文有限公司 * 許可信息查看: * 描述: * # Author : geovindu,Geovin Du 塗聚文. * # IDE

原创 CSS: Button with Gradient Border

from:  https://codepen.io/airen/pen/OaVopb <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewpor

原创 Python: pinyin 漢字拼音聲調

  from xpinyin import Pinyin #https://github.com/lxneng/xpinyin def print_hi(name): # Use a breakpoint in the c