A PDF editing GUI using ASPOSE

Hi,

We are using aspose.pdf for java using Coldfusion 2018. Is there a way to create a PDF editor using aspose?
We have a requirement to move around a marker or a text control field in a PDF document and we should be able to embed the text in that control with in the PDF document on a click(may be 3-4 words) and save it so that the text in the control gets embedded with in the PDF. This text will eventually get replaced with a signature image.
Is any of the above possible using ASPOSE? If not please let me know of any alternate solution which will simplify our process.

We are working on a signature module where we replace the text in the PDF with actual signature image rendered online. However we wish to put in the text to be replaced with Signatures more easily and thus need to develop a Graphical User Interface for it.

@Batrinux

We are afraid that Aspose.PDF for Java does not offer any viewer or editor to integrate within the application. Instead, you can use the API to replace text in the code behind your application. Furthermore, we have different demo applications which use Aspose.PDF for .NET in the code behind to implement different features. They are available on GitHub and you can get an idea from them on how you can implement your required functionality using Java. Please let us know in case you have further inquiries.