We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
I am wondering how to add text or table into existing pdf, not write txt or table into new pdf.
Thanks Eric Xin
The text was updated successfully, but these errors were encountered:
Unfortunately I don't know. But you should start like that ... and then go thru $PDF variable
$PDF
Import-Module .\PSWritePDF.psd1 -Force $FilePath = "$PSSCriptRoot\Example12.ReadingTable.pdf" $PDF = Get-PDF -FilePath $FilePath $PDF Close-PDF -Document $PDF
I tried finding some c# docs around itext 7 how to find an existing table - and failed. Maybe you will have more luck.
Sorry, something went wrong.
@PrzemyslawKlys
Sorry, I meant add text into an existing pdf, not must have especially a table object.
No branches or pull requests
hi,
I am wondering how to add text or table into existing pdf, not write txt or table into new pdf.
Thanks
Eric Xin
The text was updated successfully, but these errors were encountered: