• PDF

    From Manfred Stelzhammer@21:1/5 to All on Fri Feb 3 22:58:51 2023
    Hi

    Is it with tcl possible to create a pdf file with internal links?
    My workaround ist, I create a word document with cawt and save it as pdf.
    But this work's only on windows.

    regards
    Manfred

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich@21:1/5 to Manfred Stelzhammer on Fri Feb 3 22:43:10 2023
    Manfred Stelzhammer <[email protected]> wrote:
    Hi

    Is it with tcl possible to create a pdf file with internal links?
    My workaround ist, I create a word document with cawt and save it as pdf.
    But this work's only on windows.

    pdf4tcl (https://pdf4tcl.sourceforge.net/) allows creating pdf book
    marks, which are "internal links" within the pages of the PDF. These
    are the "index pane" links.

    If you mean actual hyperlinked text in the doc that jumps elsewhere in
    the doc, I don't think pdf4tcl supports those.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Manfred Stelzhammer@21:1/5 to All on Sat Feb 4 09:41:59 2023
    Thank you for the answer.

    I know bookmarks in pdf4tcl, but I mean hyperlined text that jumps
    elsewher in the document.

    regards

    Manfred


    Am 03.02.23 um 23:43 schrieb Rich:
    Manfred Stelzhammer <[email protected]> wrote:
    Hi

    Is it with tcl possible to create a pdf file with internal links?
    My workaround ist, I create a word document with cawt and save it as pdf.
    But this work's only on windows.

    pdf4tcl (https://pdf4tcl.sourceforge.net/) allows creating pdf book
    marks, which are "internal links" within the pages of the PDF. These
    are the "index pane" links.

    If you mean actual hyperlinked text in the doc that jumps elsewhere in
    the doc, I don't think pdf4tcl supports those.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Manfred Stelzhammer@21:1/5 to All on Sat Feb 4 14:06:54 2023
    Thank's

    I'll try it in the next few days.

    regards
    Manfred

    Am 04.02.23 um 13:32 schrieb greg:
    Manfred Stelzhammer schrieb am Freitag, 3. Februar 2023 um 22:58:56 UTC+1:
    Hi

    Is it with tcl possible to create a pdf file with internal links?
    My workaround ist, I create a word document with cawt and save it as pdf.
    But this work's only on windows.

    regards
    Manfred

    with tclfpdf

    https://wiki.tcl-lang.org/page/TCLFPDF

    https://github.com/lamuzzachiodi/tclfpdf

    from manual: AddLink

    Creates a new internal link and returns its identifier. An internal link is a clickable area
    which directs to another place within the document.
    The identifier can then be passed to Cell, Write, Image or Link. The destination is
    defined with SetLink.

    regards
    Gregor

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From greg@21:1/5 to Manfred Stelzhammer on Sat Feb 4 04:32:15 2023
    Manfred Stelzhammer schrieb am Freitag, 3. Februar 2023 um 22:58:56 UTC+1:
    Hi

    Is it with tcl possible to create a pdf file with internal links?
    My workaround ist, I create a word document with cawt and save it as pdf.
    But this work's only on windows.

    regards
    Manfred

    with tclfpdf

    https://wiki.tcl-lang.org/page/TCLFPDF

    https://github.com/lamuzzachiodi/tclfpdf

    from manual: AddLink

    Creates a new internal link and returns its identifier. An internal link is a clickable area
    which directs to another place within the document.
    The identifier can then be passed to Cell, Write, Image or Link. The destination is
    defined with SetLink.

    regards
    Gregor

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)