Hi Team,
we have multiple pages invoice(PDF) i want modify the invoice means remove some data and replace the data for all pages.
please give the solution on this.
Hi Team,
we have multiple pages invoice(PDF) i want modify the invoice means remove some data and replace the data for all pages.
please give the solution on this.
There are no direct activities available for the same
you might need to use your own code to do so
where most of the cases you might loose the orientation and pagelayout
cheers
@AsadPathan2665 There are no activities which can help you with this task.
You can use Python or .net code to do the same and invoke same in UiPath using invoke code.
can you please share the code
can you share exact requirement with sample pdfs
Hi @MohammedShabbir,
PFA sample PDF and we want to change the name of Tax Invoice
Original For Recipient and remove the Invoice No and remove the value of USD rate column value.
REPORT_102_-_DYNAMIC_INVOICE_2024-12-16_1444.pdf (184.0 KB)
Hi @MohammedShabbir,
any way to modify ?
You can follow approaach like,
.docx templateHi @MohammedShabbir,
i will try this approach and let you know.
Hi @MohammedShabbir,
how we can keep the format as it is after save the docs to pdf?