Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Previews all InDesign documents & its pages inside website

New Here ,
Feb 13, 2018 Feb 13, 2018

Hi,

I wan't to integrate indesign with an web application. Is there any way to previews all pages of an InDesign document inside my website.

1.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Feb 13, 2018 Feb 13, 2018

Use Publish Online to publish your InDesign documents

Remember, never say you can't do something in InDesign, it's always just a question of finding the right workaround to get the job done. © David Blatner
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 13, 2018 Feb 13, 2018

Thanks for the reply. Is there any possible way so that I can fetch the details of all online published documents(e.g. via API'S ) in-order visualise all documents in a website without manually embedding them?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 13, 2018 Feb 13, 2018

Why not back up and tell us what you’re trying to accomplish and why?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 13, 2018 Feb 13, 2018

Hi,

I am PHP developer, I have requirement where one of our clients wan't to integrate in-design with his web site admin panel.
Below are the points which we are looking forward to accomplish:

  • While creating an document in in-design we want's to drag images from our web application and drop them into in-design document (I think it's already doable with in-design).
  • When ever an document is created in in-design, we want to preview those documents pages in our web site admin panel.
  • In our web application admin we also want's to show the list of all the images along with their url's associated with a document.
  • In our web application we also do have an assets(images) sections, from there user should be able to see which image is associated with which in-design documents.

Please let me know in case I am not clear enough.

Thanks in advance.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 13, 2018 Feb 13, 2018

After you create the document in InDesign, you have a couple of options...

David Creamer: Community Expert (ACI and ACE 1995-2023)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 13, 2018 Feb 13, 2018

Are these exported files will be viewable in web by default or needs some extensions.

Can we any how automate this process instead of using export from in-design and then import it into our website admin.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 13, 2018 Feb 13, 2018

Hi bhupinderb67146468 ,

automation processes can be done by scripting.

For example one could do a script that is event based and will export all pages to PNG before closing a document to a distinct folder.

Regards,
Uwe

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 13, 2018 Feb 13, 2018

Of course, PNG can be viewed on any browser.

Most modern browsers can display an EPUB, but this should be tested with older browsers.

The In5 plugin is made for displaying in a browser. 

David Creamer: Community Expert (ACI and ACE 1995-2023)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 13, 2018 Feb 13, 2018

You could add the URL in as metadata in Bridge or InDesign, and then have it automatically display in a caption when placed in ID.

If you use PNGs, you could put hotspots on each image with the URL.

If you use EPUBs or the In5 plugin, the image could contain a link.

David Creamer: Community Expert (ACI and ACE 1995-2023)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 13, 2018 Feb 13, 2018

We also want's to parse (via code) the exported format so that we would be able to get the images (media files) along with their properties. In order to achieve that  I would like to know out of above mentioned formats which are up for parsing via code to get media info of the document.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Feb 13, 2018 Feb 13, 2018

Hello,

1, you will probably need a plugin to accomplish the drag and drop of the images.

2 and 3 are probably scriptable. The script would create the assets, page previews, image catalogues. Your software would have to interpret these assets.

4, is how you interpret the assists.

P.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 13, 2018 Feb 13, 2018

Is there any plugin available to achieve image drag and drop from browser into indesign?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Feb 14, 2018 Feb 14, 2018

Hello,

Woodwing might be what you are looking for.

WoodWing Software | Realize the full potential of content.

You could write your own plugin, see the SDK forum. I can you, it is not straight forward.

P.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 14, 2018 Feb 14, 2018
LATEST

If you want Indesign to run server side you’ll need the Indesign Server app instead.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 13, 2018 Feb 13, 2018

While creating an document in in-design we want's to drag images from our web application and drop them into in-design document (I think it's already doable with in-design).

In our web application admin we also want's to show the list of all the images along with their url's associated with a document.

Document links can't be urls, the linked assets have to exist on a local network. If the asset's volume isn't available it will show as missing in the Links panel.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines