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

Text inset to text using FrameScript

New Here ,
Aug 09, 2010 Aug 09, 2010

Copy link to clipboard

Copied

I need to convert all the text insets in a book to text. The book contains hundreds of files and almost every file has some text insets so converting all the text insets one file at a time is not practical. I know how to use FrameScript to cycle through all the text insets in each file as it moves though the book but I don't know how to convert a text inset to text using FrameScript. Does anyone know a way to do this?

Views

778
Translate

Report

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
Advisor ,
Aug 09, 2010 Aug 09, 2010

Copy link to clipboard

Copied

If you haven't yet tried it, you would undoubtely get good advice on the FS list, here, and possibly links to examples about text insets:

<*> To visit your group on the web, go to:

    http://groups.yahoo.com/group/framescript-users/

Votes

Translate

Report

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
Advocate ,
Aug 09, 2010 Aug 09, 2010

Copy link to clipboard

Copied

Dirk,

You don't tell us why you want to do that, this would be interesting.

But for a starter: All text insets have a property called ".Locked" (or similar). You could just unlock all text insets, which at least makes them editable. This feature is not available in the UI.

- Michael

Votes

Translate

Report

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 ,
Aug 09, 2010 Aug 09, 2010

Copy link to clipboard

Copied

I need to do this for archival purposes. We have a lot of files that are created with text insets that may change every year. We need to be able to go back to a previous year and see what the file looked like at that time. By creating a copy of the file and converting all the text insets in the copy we can continue to update the text insets without automatically updating last year’s version.

Votes

Translate

Report

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
Advocate ,
Aug 09, 2010 Aug 09, 2010

Copy link to clipboard

Copied

LATEST

Am 09.08.2010 um 21:03 schrieb dirk.olsen:

I need to do this for archival purposes. We have a lot of files that are created with text insets that may change every year. We need to be able to go back to a previous year and see what the file looked like at that time. By creating a copy of the file and converting all the text insets in the copy we can continue to update the text insets without automatically updating last year’s version.

As long as you just have to "look" at previous versions I would suggest to rely on PDF/A files. But I guess you need the option to make minor changes to those old files...

- Michael

Votes

Translate

Report

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