Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Modify PDF internal table before save

Former Member
0 Likes
331

Hi,

I'm generating a PDF file from a spool number, this PDF got a logo.

I want to delete the logo before save it so I want to delete the row where the logo is the internal table.

But cause the internal table is populated with special characters like chinese characters, I would like to know if some body knows wich is the special character that indicates the begin and end of the logo, or any other way to remove the logo from the pdf file.

Thanks in advance.

Nico.-

1 REPLY 1
Read only

Former Member
0 Likes
307

Hi,

i don´t think you could do that without corrupting the PDF.

So the easy way would be create 2 spool orders or 1 and then split and convert to PDF. This way you ensure that is all correct.