Hi, we’re successfully converting HTML files to PDF using https://api.aspose.cloud/v4.0/html/conversion/html-pdf/sync end-point
All is working well, except we can’t figure out how to change the file metadata, e.g. Title, Subject, Author
Any hints how to get this done please?
Thanks
Hi @integrations current version of conversion in our Cloud product doesn’t have support for changing metadata in files. At the moment it’s literally only conversion. To have full control over the document consider using full Aspose.HTML library or Aspose.PDF - depends on your purposes.
Thanks @andrey.gubal
Are you aware if there are any other end-points that would allow us to do so (through REST API only, as we’re running things on a no-code platform). The need is simply to be able to define the converted document size and the metadata
We tried previously with https://api.aspose.cloud/v4.0/words/convert but it seems this does not allow defining the size
Thanks for you help
@integrations HTML Api (https://api.aspose.cloud/v4.0/html) doesn’t have this functionality but it can potentially be added. Will not take too long. Were you able to solve this in another way?