Change PDF title in browser window

后端 未结 12 682
滥情空心
滥情空心 2020-12-01 11:47

I have a pdf file that I am putting on a website for a client. It is located here... http://www.optiphysicaltherapy.com/dev/wp-content/uploads/2014/02/OPTI_NewPatientForms.p

相关标签:
12条回答
  • 2020-12-01 12:20

    For change my pdf tittle I just open it on nano terminal, or with another text editor that open the raw, and I edit the Title field.

    0 讨论(0)
  • 2020-12-01 12:21

    As another answer suggested, printing as a PDF works here if you have the source document. What the other answer perhaps got wrong was that there is an option to add a title in the print dialog.

    0 讨论(0)
  • 2020-12-01 12:24

    Open the PDF with Notepad++ and search (CTRL+F) for /Title Change title between brackets (and leave the brackets) For instance: Change "/Title (OLD TITLE)" into "/Title (This is my new title)"

    Save the PDF and Voila

    0 讨论(0)
  • 2020-12-01 12:26

    The title does not come from the pdf. it comes from the word file you export it from. Right click on the word file, go to details. change the title and export again

    Good luck

    0 讨论(0)
  • 2020-12-01 12:32

    Open the PDF document in Adobe Acrobat Pro: (OR use google chrome extension)

    • (1) Go to Select File > Properties

    • (2) Select the Description tab to view the metadata in the document, including the document information dictionary

    • (3) Modify the Title field to add or change the document's Title entry

    0 讨论(0)
  • 2020-12-01 12:33

    no need to change in meta of pdf. just to following change in iframe url http://localhost:8080/getDataPDF//?patientId=145. use // to solve this problem it can hide your title.

    0 讨论(0)
提交回复
热议问题