To export into tagged PDF you have to set WriteTaggedPDFMode into WTM_Write. Please, notice, that you cannot export to certain .pdf versions as tagged pdf. You can read about that in Help → API Reference → Parameter Objects → Export Parameters → PDFExportFeatures.
If you wish to add keywords to document’s metadata, you have to modify Keywords field of DocumentContentInfo object. To actually write this into the pdf document you will have to set WriteKeywords parameter of DocumentContentInfoWritingParams. For more information on that please refer to Help → API Reference → Parameter Objects → Export Parameters → DocumentContentInfoWritingParams.
コメント
3件のコメント
Hi, Ankit
To export into tagged PDF you have to set WriteTaggedPDFMode into WTM_Write. Please, notice, that you cannot export to certain .pdf versions as tagged pdf. You can read about that in Help → API Reference → Parameter Objects → Export Parameters → PDFExportFeatures.
If you wish to add keywords to document’s metadata, you have to modify Keywords field of DocumentContentInfo object. To actually write this into the pdf document you will have to set WriteKeywords parameter of DocumentContentInfoWritingParams. For more information on that please refer to Help → API Reference → Parameter Objects → Export Parameters → DocumentContentInfoWritingParams.
can I write tags which will be accessible???
I don’t think I completely understand what you meant. Could you please specify what do you mean by tags being “accessible”?
サインインしてコメントを残してください。