Salir
  • Comunidad global
    • Idioma:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

Interactive pdf or publish online and distributing

Nuevo aquí ,
May 21, 2020 May 21, 2020

Hi,

I am new to creating an Indesign interactive pdf files & publishing online capability. I have learned some of the actions I want to implement are not available on the interactive pdf file. My only concern or question is around the distributing capability. I have never published online so I hope you can help me understand the following:

1. Where does the online file live? (on the Abobe server, I suppose)

2. Can I host/install the file on say a private company server or platform instead of Adobes? The document I am creating has private information that would be frowned on if it just posted it anywhere. 

Thanks,

Lisa

 

TEMAS
EPUB , Publicar en línea
4.1K
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines

correct answers 1 respuesta correcta

Community Expert , May 21, 2020 May 21, 2020

Publish Online documents are hosted on Adobe servers -- you can't host them yourself. It's unlikely anyone would stumble on the URL, but it would not be secure, you can't password protect documents.

 

As an alternative have a look at in5, which you can host yourself: 

https://ajarproductions.com/pages/products/in5/

Traducir
Community Expert ,
May 21, 2020 May 21, 2020

Publish Online documents are hosted on Adobe servers -- you can't host them yourself. It's unlikely anyone would stumble on the URL, but it would not be secure, you can't password protect documents.

 

As an alternative have a look at in5, which you can host yourself: 

https://ajarproductions.com/pages/products/in5/

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Nuevo aquí ,
May 21, 2020 May 21, 2020

Thank you.

 

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
May 21, 2020 May 21, 2020

Hi Lisa,

 

Thanks for reaching out. Derek has suggested you correctly. Publish Online documents are hosted on Adobe servers. Each published document is assigned its own unique URL. Only person with the URL will be able to access it(Just like many file sharing services). You can embed hosted content, or links to hosted content, in your own site, but currently Publish Online does not support the hosting of content on your own server. Please find more information on https://helpx.adobe.com/indesign/publish-online-faq.html

Hope it helps.

 

Regards,

Ashutosh

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Mentor ,
May 22, 2020 May 22, 2020

A free script exists that will export your pages as fixed layout html files. These can be hosted directly on your server.

Get it here:

https://www.gilbertconsulting.com/resources-scripts.html

 

The final output does ideally require some simple CSS to have it center on the page and cut off overflowing elements (if any). Compared to in5 it is a free option, though.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Nuevo aquí ,
Jan 04, 2021 Jan 04, 2021

I used InDesign to publish the document online and then used the embedd code to place it into a website page. I'm having an issue with a tag that pops up in the file that says "Read Now" instead of "View Now" since it is more like a video than a document you read. Is there any way to change this label? And if so, where would that be done?

 

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Jan 04, 2021 Jan 04, 2021

Can you share a link to the site with the published docment? The Read Now tag seems more like it's content within the document, rather than the embedd code.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Nuevo aquí ,
Jan 04, 2021 Jan 04, 2021
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Nuevo aquí ,
Jan 04, 2021 Jan 04, 2021
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Jan 04, 2021 Jan 04, 2021

What browser are you viewing the document? I don't see a popup using chrome, firefox or safari.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Nuevo aquí ,
Jan 04, 2021 Jan 04, 2021

It's showing up when we are embedding it on a website. See image below: Is there any way to change it so it says View Now instead? 

 

Unknown.png

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Community Expert ,
Jan 04, 2021 Jan 04, 2021

I see it now when using an iframe code on a site.

 

Although I don't know of a way to change "Read Now", here is a way to hide "Read Now" along with the ID publish banner in upper left corner.

 

In the code, change "embed" to "view"

<iframe style="border: 0px solid #777;" src="https://indd.adobe.com/view/015c47c7-1919-4851-bc3e-867b1f30d463?startpage=1&allowFullscreen=true" width="1200px" height="750px" frameborder="0" allowfullscreen=""></iframe>

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Nuevo aquí ,
Jan 04, 2021 Jan 04, 2021
MÁS RECIENTES

Hi Jeffrey

 

That worked! thanks so much for your help.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines