How to add text in PDF document and sign PDF document using Aspose.PDF REST API

Hi,

It looks like Cloud API is a bit limited in comparison with .NET or Java.
For example, here is the docs to add Text in .NET:
https://docs.aspose.com/pdf/net/add-text-to-pdf-file/

I don’t see the same in Cloud API. Here is the list of actions I can do with Text due to API:
Working with Text|Documentation

Does it mean that I can’t add Text to PDF using Cloud API?

The same is with signatures. Here is doc in .NET docs:
Securing and signing PDF in C#|Aspose.PDF for .NET

And I don’t see any in Cloud API.

Is Cloud API limited?

Hi There,

Thank you for your inquiry and sharing details.

I am afraid currently Aspose.Pdf for Cloud API does not provide Add Text to PDF functionality. I have logged an enhancement ticket in our issue tracking system. We will further look into the details of this enhancement and will keep you updated on the status of its implementation via this forum thread. However, please note that it will not be available in short time.

For sign document or page you can use our below APIs

http://api.aspose.cloud/v1.1/swagger/ui/index#!/pdf/PdfPages_PostSignPage

http://api.aspose.cloud/v1.1/swagger/ui/index#!/pdf/PdfDocument_PostSignDocument

If you have any other question, please feel free to ask.

We are sorry for this inconvenience.

Thanks,

Naeem Akram

Aspose - File Format APIs.

Got a Complaint? File it!

Keep in touch! We’re on Twitter and Facebook

@pavlo

As an update, please note we have implemented most of the Aspose.PDF for .NET features in Aspose.PDF Cloud. Please find the documentation links for your reference.

Adding a Text Item to a PDF Page

Sign PDF Documents

Encrypting and Decrypting PDF Documents