Command List

Is there a list of the available Commands, their intention and properties somewhere?


This message was posted using Page2Forum from Introduction to the PDF Operators and Their Usage - Aspose.Pdf for .NET

Hi Jan,

Thanks for your interest in our products.

Can you please share some details regarding your requirement, as I am not certain about the support of commands that you are interest to know in Aspose.Pdf for .NET. Please share some details so we may reply accordingly.

Hi, thanks for the fast response.

Essentially I want to open a PDF file, replace placeholders and save it to a new file. BUT there are some hooks (I tried using TextFragmentAbsorber and PdfContentEditor, but they don't fullfil my intentions):

- I search via RegEx

- When I replace a placeholders, the following text should be following (If I replace #mark in "This #mark will be replaced" against "long word", "will be replaced" has to be pushed to the right, if I replace it agains "x", it has to be pushed to the left)

- I have to replace some placeholders with formatted text

- I have to replace some placeholders with the content of another PDF

Is this possible at all? Where do I find the contents of a PDF document when I crawl the Operators?