Home · Tools · Implementations · Manage · Register · Tutorials · About |
| | | |
PDF Creator
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client No clients are currently listed Detailed Description With this Web Service from Ammai.com, you can create simple PDF
(Portable Document Format) files. You need to be a registered member
of Ammai.com to use this service. Register for free at
http://www.ammai.com. For more information on how to use this service
click here:
http://www.ammai.com/modules.php?op=modload&name=News&file=article&sid=16Usage Notes This web service has one method: createPDF().
It takes in four parameters:
1) User Name (xsd:string)
2) Password (xsd:string)
3) Base64-encoded Text (xsd:base64Binary)
4) Font (xsd:string)
5) Font-size (xsd:int)
The text that you want to be made into PDF must be encoded in base64
encoding. You can find base64 classes for almost all languages. Do a
search on Google.
This method will return a base64-encoded PDF format file if the
username and password were successful. Then, you can decode and then
save the resulting string as a file with a .pdf extension and open it
in your favorite PDF viewer (Adobe Acrobat, for example).
If the authentication was not successful, then the result will be an
error message in base64 encoding.
If you need more help then go here:
http://www.ammai.com/modules.php?op=modload&name=News&file=article&sid=16
Enjoy. |