Get PDF representation w/o watermark
Im trying to get a files PDF representation without watermark.
Watermarking was enabled in the folder, so a get pdf converted file, with watermark wich is not what I want.
Now i have disabled watermarking feature for the folder, and was expecting to get clean version of the pdf representation with no success.
There is an option to get pdf representation of my files without watermarking. ?
Delete and upload the files should work?
Trank you.
snippet (using NODE sdk)
const request = {
id : data.documentId,
client,
options : "[pdf]",
asset : {},
};
client.files.getRepresentationContent(id, options , asset, (err, streamData)=>{
サインインしてコメントを残してください。
コメント
0件のコメント