- Added
New-PDFImagebasic functionality - Added
Convert-HTMLToPDF - Added
IgnoreProtectionswitch toGet-PDF,Convert-PDFToText,Merge-PDF,Set-PDFForm,Split-PDF- thank you @mccbryan3 #29
- ☑
Set-PDFFormcan now flatten forms withFlattenswitch. Thank you markdem! in #23 - ☑ Improved
Set-PDFFormby removing Out-Null and replacing it with $null which is faster - ☑ Improved
Set-PDFFormlogic
- ☑ Added basic support for check box style form fields - added by ChrisMagnuson in #20
- ☑ Implemented
Set-PDFFormandGet-PDFFormField- added by ChrisMagnuson in #19
- ☑ Improved error handling
- ☑ Improved error handling
- ☑ Removed
Exitin favor ofreturn
- ☑ Added
Register-PDFFontthat 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-PDFListItemallowing 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-PDFnot closing source file - ☑ Fix for
Convert-PDFToTextnot 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