使用Powershell和iTextSharp检查PDF是否为投资组合

时间:2017-06-17 09:01:38

标签: c# .net powershell pdf itext

我想循环使用PDF并使用powershell和iTextSharp检查投资组合,但我不熟悉这个可以帮助我。

这是我的示例代码:

$pdfFile = C:\temp\portfolio.pdf
Add-Type -Path  "C:\temp\itextsharp.dll"
$reader = New-Object iTextSharp.text.pdf.PdfReader $pdfFile
$cat = $readerp.Catalog
$pdfnames = $cat.GetAsDict(iTextSharp.text.pdf.PdfName.COLLECTION)
If $pdfnames -ne $null
{ Do Something }

0 个答案:

没有答案