- Added
New-PDFImage
basic functionality - Added
Convert-HTMLToPDF
- Added
IgnoreProtection
switch toGet-PDF
,Convert-PDFToText
,Merge-PDF
,Set-PDFForm
,Split-PDF
- thank you @mccbryan3 #29
- ☑
Set-PDFForm
can now flatten forms withFlatten
switch. Thank you markdem! in #23 - ☑ Improved
Set-PDFForm
by removing Out-Null and replacing it with $null which is faster - ☑ Improved
Set-PDFForm
logic
- ☑ Added basic support for check box style form fields - added by ChrisMagnuson in #20
- ☑ Implemented
Set-PDFForm
andGet-PDFFormField
- added by ChrisMagnuson in #19
- ☑ Improved error handling
- ☑ Improved error handling
- ☑ Removed
Exit
in favor ofreturn
- ☑ Added
Register-PDFFont
that allows adding custom fonts (see examples for usage)- ☑ This also allows to use unicode chars (the built-in fonts don't seem to have unicode)
- ☑ Usage:
Register-PDFFont -FontName 'Verdana' -FontPath 'C:\Windows\fonts\verdana.ttf' -Encoding IDENTITY_H -Cached -Default
- ☑ Improved
New-PDFListItem
allowing same options asNew-PDFText
- ☑ Fixed issue with
New-PDFText
- problem withRemove-EmptyValue
- ☑ Fixed problem with
Remove-EmptyValue
- Fixes
- ☑ Silly mistake for processing hasthables - tnx Greyland99 #7
- Updates
- ☑ Module (psm1/ps1/psd1) and all it's DLL's are now signed. Hopefully it won't break anything
- Fixes
- ☑ Fix for UNC paths #4 - tnx sporkabob
- ☑ Fix for
Split-PDF
not closing source file - ☑ Fix for
Convert-PDFToText
not closing source file
- Fixes
- ☑ Added missing
[CmdletBinding()]
- ☑ Fixes New-PDF crash if no FilePath is given (#3)
- ☑ Added missing
- Fixes
- ☑ Margins support in multiple scenarios
- Additional commands
- ☑ Get-PDF
- ☑ Get-PDFDetails
- ☑ Close-PDF
- Updated iText to 7.1.9
- ☑ Convert-PDFToText - Fix for resolving paths properly
- ☑ Split-PDF - fix for resolving paths properly
- ☑ Merge-PDF - fix for resolving paths properly
- Fix for loading module from PowerShellGallery