我需要加載pdf,添加文本並保存到新文件中。 有了這段代碼看看工作,但我有一些圖像下的圖像中的文字,我看不到它。 我能做些什麼? Dim oldFile As String = Application.StartupPath & "\old.pdf"
Dim newFile As String = Application.StartupPath & "\new.pdf"
Di
我想輸出一個PDF格式的SVG文件。我嘗試了一些方法,但我一直遇到問題。 我用這個源作爲參考: Convert SVG to PDF 和嘗試以下操作: // Save this SVG into a file (required by SVG -> PDF transformation process)
File svgFile = File.createTempFile("graphic-",