Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27132

    With the provided addMetaData method added metadata will not provided of the pdf document. The pdf Document shows still pd4ml and also no Author.

    Is that a bug?

    #30008

    [language=java:6syqhdqw]/**
    * The method defines custom properties for PDF document meta data. The method takes effect only in PD4ML Volume DMS and PD4ML SRC license binaries.
    * @param key a unique name, which must not be one of the standard property names Title, Author, Subject,
    * Keywords, Creator, Producer, CreationDate, ModDate and Trapped
    * @param value data itself
    * @param hide makes the metadata not appear in the PDF document properties dialog of Acroread
    */
    public void addMetadata(String key, String value, boolean hide) {
    …[/language:6syqhdqw]

    There are dedicated API methods pd4ml.setAuthorName() and pd4ml.setDocumentTitle() could help you to workaround.

    Also you can try to post-process generated PDFs with PD4Document/PD4DocumentBase API.

    #30009

    I am blind 🙂
    I am using Volume Licence not DMS 🙁

    I will correct this asap 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Troubleshooting’ is closed to new topics and replies.