Quantcast
Channel: Adobe Community : Discussion List - InDesign
Viewing all 65617 articles
Browse latest View live

InDesign CS5.5 crashes while applying Template to a page

$
0
0

Hi,

 

We installed Adobe InDesign CS5.5. on 10 Windows XP SP3 32-bit workstations with 2 GB RAM. On every computer, when a user tries to apply a template to a page in a .indd document, InDesign immediately shuts down without displaying any error messages. Using the Sysinternals Tools and Dr.Watson, I think that the faulty plugin might be this one: C:\Program Files\Adobe\Adobe InDesign CS5.5\Plug-Ins\Layout\PAGES PANEL.APLN.

 

Here's a part of the drwtsn32.log file (the full log can be made available upon request):

 

Une exception d'application s'est produite :

        App : C:\Program Files\Adobe\Adobe InDesign CS5.5\InDesign.exe (pid=2844)

        Lorsque : 2012-08-13 @ 14:32:37.017

        Numéro d'exception : c0000005 (violation d'accès)

 

[...]

 

*----> Liste des tâches <----*

   0 System Process

   4 Error 0xD0000022

452 Error 0xD0000022

508 Error 0xD0000022

532 Error 0xD0000022

576 Error 0xD0000022

588 Error 0xD0000022

764 Error 0xD0000022

 

[...]

 

*----> Suivi arrière de la pile <----*

WARNING: Stack unwind information not available. Following frames may be wrong.

*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\Adobe\Adobe InDesign CS5.5\Required\LAYOUT.RPLN -

ChildEBP RetAddr  Args to Child             

06606b88 0625bf00 00020002 0408010b 0a8b1984 CJKGRID+0x20b55

0aa2915c 0aa1f130 0aa21a50 0aa1cb90 0aa1ba60 0x625bf00

0aa1d060 8108244c 000132f9 8b157500 c985044e LAYOUT+0xf130

8bf18b56 00000000 00000000 00000000 00000000 0x8108244c

 

[...]

 

 

Has anybody ever experienced this issue ? Are there known workarounds ?

 

Let me know if you need additionnal information.

 

Thank you in advance !


LR


Corner options not available

$
0
0

InDesign CS6 - I've installed the program through Cloud membership and some of my menu options i.e. corner options are not available in the dropdown menus.

 

I've checked the menu preferences under the Edit menu but its not listed in there either.

 

Do I need to re-install the program?

In-design CS4 Export to RTF format, .png & .eps images aren't displaying.

$
0
0

I have an InDesign CS4 document that has a combination of .png images, .eps images & text.  And I'm trying to export the main story that contains all the content to RTF format.  The export generates a .rtf file.  And when I view the document in a plain text editor such as Notepad or UltraEdit, I can see the images are there due to the lines & lines of image encoding.  But when I open it inside of Word 2010 or Word Pad, I don't see the images.  I just see the text.

 

I've tried generating the rtf export using the normal In-Design interface, as well as trying the sample javascript "ExportAllStories.jsx" that comes with CS4.  Both fail to generate an RTF doc with a readable .png or .eps graphic.

 

My Images are AchoredObjects inside of Rectangles.  I can provide the IDML export code if needed.

 

 

I've also verified that if I add an image into Word, be it .png or .eps & then save as RTF, the images are later viewable.

 

 

Is there a bug with In-Design CS 4 in how it generates .png & .eps images for RTF?

Grouping an object with an inline/anchored object

$
0
0

Hello.

 

This is for CS4.

I can group two objects A and B (say two drawings) and then insert (copy & paste) the grouped object into a text frame as an inline frame. However, if object A is already in the text frame as an inline frame or anchored object, I cannot group it with object B.

Similarly, if I have an inline object which is a group object, I cannot ungroup it unless I take it out of the text frame (in which case it is no longer an inline frame or anchored).

 

Is there a way to group an object A with an inline frame or anchored object B, without releasing object B from its anchored status first?

 

Thanks.

Applying the sequence Paragraph styles using Next style

$
0
0

Hi guys!

 

I am facing a problem, when using the Next style option in Paragraph style setting. What to do if you wan one Paragraph style in the sequence to be applied to more paragraphs than just one? See this schema please:

 

  • Heading Paragraph style <then Next style>
  • Subhead Paragraph style <then Next style>
  • Bullet Paragraph style <?>
  • Bullet Paragraph style <?>
  • Footer notes Paragraph style

 

I am sure, that the solution will be simple, but I am really lost in this "problem".

 

Thank you in advance!

Exporting InDesign CS4 file to Dreamweaver

$
0
0

I am in the process of trying to figure out the best way to get my organizations print newsletter onto our website to view as html. I have a good knowledge of Dreamweaver but I am struggling on this one. We create & send our newsletter to print as an InDesign file and while trying to figure out what to do through reading tutorials I found the "Export for Dreamweaver" option, after days of searching I thought this was going to be it. Although, once I clicked and "okay'd" everything I got an error. Exporting "file name" as XHTML failed. The file it is looking for I've moved several times to try to get it to "create", it's just a picture file but I'm not sure where I've gone wrong. I'm the only one in the organization who does any design work so I have no one to ask. Please help. Thank you in advance for anything!Indesign help.png

Can't Escape Text Box

$
0
0

Help!! One of my favorite shortcut keys has mysteriously stopped working. I always press "Escape" on the keyboard to exit out of editing a text box. Now when I press Escape, it is doing nothing. I have the keyboard functions NumLock and F Lock turned on, but they are always on. Did I somehow turn this feature off??

How to add Author to Epub export file

$
0
0

Working in InDesign CS5 on a Macbook Pro OS 10.6.8

I'm creating my first Epub file from InDesign. When I export to epub and preview it in Adobe Digital editions it says "Author Unknown" in the Sidebar above where the Table of Contents is listed. How and where do I add the authors name so that it shows up in the navigation?

Thanks


Delete all Guides in Document

$
0
0

Does anyone happen to know how to delete all the guides in a document? I'm aware I can use Ctrl + Alt + G then press delete to delete the guides on a single page or spread, but what about in the entire opened document (every page at once)? I've researched it some and located the following script:

 

var myDoc = app.activeDocument;

if(myDoc.guides.length > 0){myDoc.guides.everyItem().remove();}

 

I'm sorry to say this script didn't work for me. This is the error message I received:

 

Error Number: 1025

Error String: Expected end of statement

Engine: Default

File: C:\Users\......etc.

Line: 1

Source: var myDoc = app.activeDocument;

 

If anyone knows a way around this or knows how to fix this script please let me know and anyone else who might be interested.

Hyperlink panel disabled - So how do I change the appearance of a hyperlink?

$
0
0

I am at the final stages of layout and the only thing preventing me from publishing electronically is that the hyperlinks have bounding boxes around them. I have previously been able to use the hyperlink options to change the appearance of a hyperlink but my panel is completely greyed out > see below. I can only change the destination and that does not give any link options. The panel doesn't even register any hyperlinks although you can see many in my screen grab alone. I have modified the character style but since these are active links (which should remain active), the style does not change the bounding box. I even tried retyping links and linking them to their URL with InDesign but I cannot control any options after a link has been made. I also cannot afford to do this +100 times. Anyone have any tips? I'm using CS6 on a MacBook Pro. I've already rebooted the computer and InDesign to no avail. Am I doing something wrong? Is there a script I can use?

 

 

Thanks to anyone who can help!

 

Screen Shot 2012-08-17 at 1.45.31 PM.png

Placing files in an InDesign document

$
0
0

Hello Adobe Forum!

 

I'm hoping to get enlightened on a problem I was faced in yesterday while working on a new document. I like to modify images I'm using in Photoshop and then add them to my InDesign documents. When I tried to do this yesterday, like I always do, I couldn't find the photoshoped image in the directory I saved it in. I went into Windows Explorer looking for the image, making sure I had saved it in the right place, and in fact I did. For whatever reason, when in InDesign, the photoshoped images are not appearing in the directory. Like I mentioned, I do this often so I do see old photoshoped images in there but not the ones I worked on yesterday. I re-started my PC when I left work yesterday but when I came in this morning, and tried to do this again, nothing had changed.

 

Anyone have an idea as to what's happening here?

 

Thank you!!!

Why the export folder is sometimes not the same as the previous export?

$
0
0

Sometimes, when I export a pdf from InDesign, the destination folder is not the same as the previous export.

 

Why does it change ?

Is it a bug of InDesign CS5 (Mac) ?

 

It's difficult to reproduce because it's not a regular problem, but it's really annoying.

Movies and sounds

PGI-5 BK not being used?

$
0
0

Hi Everyone.

 

I'm printing from ID CS4 to a Canon Pixma MP830 inkjet. After printing more than a dozen 42-page documents, I noticed that one of the two black cartridges, the larger PGI-5 BK, was not decreasing in its resevoir. Meanwhile, the smaller black CLI-8 BK was being consumed.

 

Is this because my print profile is RGB instead of CMYK - or another reason?

 

I have my Canon Color/Intensity preferences set to Manual>Auto (not Photo, Graphic, or None). I have Media Type set to Photo Paper Plus Double Sided & using HP Brochure Glossy paper, 48 lb. My document contains both hi-res photos and graphics.

 

Thanks for helping out. It's killing me not seeing the most economical of the cartidges being consumed. This one is just a little too tricky for me to figure out and I can't seem to find a Canon forum for this question.

 

Paul

Apple Magic Mouse and ID

$
0
0

I've recently purchased the lovely Apple Magic Mouse and am finding it quite difficult to use with InDesign CS4 - other ID versions would be the same I imagine. With this mouse you scroll by stroking its top surface, rather like a trackpad. This is excellent in other applications but in ID, because the pasteboard area is so large and the sensitivity of the mouse so high (even when scrolling is turned down to the minimum in its preferences), it's very easy to make your document shoot sideways off the screen. I expect Illustrator would have similar problems.

 

Is there a way in which the ID pasteboard can be resized or constrained? Maybe someone will come up with a prefs panel to control the new mouse's scrolling more precisely - but not yet.

 

Thanks for any ideas.

 

John Mallinson


Fonts and Library

$
0
0

Hi!

 

I have a few questions that are boiling in my mind. I own a copy of InDesign CS6 through Creative Cloud and I'm currently working on a magazine.

 

Questions:

 

1.I have downloaded a font for use but it is restricted due to licensing issues, says the error. The page I downloaded it at states that it is free to use, even for commercial purposes.

Fontname: Royal

http://www.fontspace.com/aldus/royal

I get this error when trying to publish a PDF file.

 

2. Is it possible to create a Library in InDesign with all assets like graphics, text,  and so on and send this file to someone else so he could use all of it. Create all the assets that will be needed for the magazine so to speak.

 

3. Is it possible to link text so it jumps for example to another page?

 

Thank you for taking your time to read this and I really value all answers.

 

Regards,

 

K.

Interactive web documents for Flash

Find / Change > Replace "End of story" by Paragraph

$
0
0

Hi tehre,

 

I tried unsuccessfully to find out how to manage to put a paragraph to the end of story to the multiple textframes automatically. There must be some way! Am I right?

 

Thank you!

relinking all files in a document...

$
0
0

Hi all,

 

I'm running InDesign CS6 on Mac (Mountain Lion).  I am working off site from my office for a while, so I've copied all the files from our server onto my desktop.  All of the filenames, folders are identical to those on the server.

 

The problem is, when I take an InDesign file, all of the links are broken because it's trying to search the server.  Is there an easy way to relink all of the files in my document? 

 

Thanks!

rivers

$
0
0

Hello !

 

I have a text in In Design and I would like to eliminate the rivers.

 

Is there a way I can delete the rivers?

 

Best regards

 

Claude

 

rivers.jpg

Viewing all 65617 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>