PSWritePDF icon indicating copy to clipboard operation
PSWritePDF copied to clipboard

PowerShell Module to create, edit, split, merge PDF files on Windows / Linux and MacOS

Results 21 PSWritePDF issues
Sort by recently updated
recently updated
newest added

Potentially base this on: https://stackoverflow.com/questions/6882098/how-can-i-get-text-formatting-with-itextsharp

enhancement

First of all, thank you for the great plugin! I ran into a problem when merging multiple PDF files where one PDF file contains a form with scripts (to automatically...

Consider the following command: Merge-PDF -InputFile "VIP-Build_4_16.pdf", "VIP-Build_4_15.pdf", "VIP-Build_4_14.pdf", "VIP-Build_4_13.pdf" -OutputFile 'test.pdf' The merger does not show all pages. It only shows the first page, which is VIP-Build_4_16.pdf. All other...

bug

Hello, I am new to using this module. It works great in scripts on my local machine with Powershell Core 7.2, but it does not work when deployed to an...

The current behavior (which works fine as a "default") is to split the PDF at every page break. I have a need of something that will split a PDF every...

enhancement

It would be great if you could implement a new parameter "-password" which is used to open the pdf and split the pdf. When I Try it there comes this...

enhancement

When PsCustomObject have single variables in PCO property then DataTable works fine. But when PsCustomObject have single variables and and array in property then the array is showed as variable....

Waiting for feature to transpose datatable like DataTable $variable -Transpose The same feature have PSWriteWord

Hello, just a question if you don't mind. (Seems like you've all done the most Itext/Powershell related work I can find scouring the net.) Can PSWritePDF currently handle the insertion...

question

Reported on linkedin to be verified It seems that the function Convert-PDFToText is working a bit incorrect - I have to test further, but for the moment (in my environment)...

bug