Quantcast
Channel: Adobe Community: Message List
Viewing all 150094 articles
Browse latest View live

Re: Not able to set meta fields coming from Java class


Re: InDesign 2017 is miserably slow when deleting text

$
0
0

I did find a partial solution to the problem of InDesign becoming unbearably slow when you backspace and delete a letter. Before, I was always quitting InDesign and restarting, but I found that just closing the document and reopening made InDesign responsive again to backspaces and character/word deletions. When InDesign starts displaying that behaviors, just going back a page or two and clicking in the middle of a paragraph to change some text could cause InDesign to sputter.

But close the document, reopen it, and InDesign works just fine. Which makes me think there is some issue with the number of changes InDesign is trying to keep track of so it can "undo" things is related to the problem. There must be a database of changes InDesign is maintaining as you work on a document, and the way it keeps track of text deletions is inefficient and gets bogged down over time.

Web signatures for a generated PDF?

$
0
0

Hello,

 

I've built a web application where a user can be presented with generated PDFs. What I mean by "generated" is that they start out as a Reporting Service report and are then converted to a PDF and presented to the user (either in a web page or displayed in Reader).

 

My hope is that the user could sign the PDF/report and return it with a click of the button (closing the web page or PDF if successful).

 

Can anyone share a recommended way of doing this with Adobe products (or with abilities within Reader like using the SDK/Javascript)?

 

Note that we aren't looking for a cloud solution and would like the easiest workflow possible (without having to email, or manually download/upload documents).

 

Any help is appreciated!

Thanks,

Chuck

Re: Synchronizing new Adobe-Account with existing Fotolia-Account

$
0
0

Thank you so much, Mat! In Opera 46.0 it worked!

 

Best regards,

H

Re: my acrobat reader is not working properly

$
0
0

Acrobat "Reader" won't give you problems with either of those things. Are you sure you didn't install the trial version of Acrobat instead?

 

Uninstall it and get Reader here: https://get.adobe.com/reader/

Re: Adobe Photoshop Unavailable In My Country

$
0
0

My country is Pakistan. I feel to mention here proceeding my previous post that I am not in any way promoting free use of photoshop, i am just telling my side of the story.

Re: How to make a subject closer

Re: How to know the performance of published pages?


Re: HELP: Program/Plan/Campaign Folder Structure

Re: Question

$
0
0

Try Edit>Preferences>Documents>Open settings and choose Restore last view settings when reopening documents

Re: Populate a personalisation field which is not available in the DB into email

$
0
0

Hi,

 

Where is this information available today?

  • Is it possible to compute it using other fields already present in the database?
  • Is it available in an external file?

 

Using workflows, you should be able to compute it and enrich the recipients data (without having the filed existing in the database). This field would then be available in the personalization fields of the delivery as a "target data". Here is an example: Synchronizing audiences

 

Let me know if that could do.

Florent

Re: White lines around secured pdf

$
0
0

Probably nothing to do with it being secured. Have you tried printing it? Do the lines show?

Re: How to make a subject closer

$
0
0

no, I want to make the whole photo appear closer

Re: カラー分解について教えてほしい

$
0
0

済みませんが、何のカラー分解の方法についてでしょうか。

製品名もわからないので推測すら難しいです。

 

ただ一般的にカラー分解といえば、印刷においての色分解の話になってきますが、

それはアプリケーションだけではなく、印刷知識としての話が前段として入ってきますので、

そうなると本フォーラムではなく、印刷関連の情報として調べられたほうがいいと思います。

 

なお質問される際はOSやアプリケーションといったバージョン情報や具体的な状況など、

誰でもわかるように内容を記載したり、必要に応じてスクリーンショットを掲出するようにしてみてください。

(ジャパンフォーラムのトップページ右上のテンプレートを最低限の基準として下さい)

Re: Render before playback

$
0
0

Thanks so much for your time and help. See the images below for reference.

 

Essentially it is a live draft/selection process (this is only a reference to see if I can make this work) There's 14 boxes they can choose from and 14 teams. Layer 1 in this example is a full screen video that plays which allows me to turn on/off/replace the layers I need to once the selection is made. It can be looped and the full screen video can be replaced also.

 

The issue is, there needs to be 14 layers for boxes and 14 layers to show if the box is occupied/drafted or not and by whom. Naturally if this was all stills it would be super simple and works fine, but the client wants to know how it can work with video. In the example below, I have the still layers in 3D with an animated camera, though I also tried a null layer and moving the stills in 2D space and got about the same results on playback.

 

Screen Shot 2017-07-26 at 10.01.38 AM.png

 

Screen Shot 2017-07-26 at 10.00.44 AM.png


Re: How to open Touch UI Dialog box when a component is included in a template.

$
0
0

Hi Afrem

 

     You can add a path property dynamically. I have implemented something similar for one of my project . Please find below the syntax. You have to first assign that to a variable

 

In the below code, I am trying to create parsys in loop and so I have to give different path properties.

<div data-sly-list="${colControl.col}" data-sly-unwrap>

     <sly data-sly-test.par="${'{0}{1}' @format=['par_',item.count]}" />

   

          <div data-sly-resource="${@ path=par, resourceType='foundation/components/parsys'}" data-sly-unwrap></div>

 

</div>

Here is the explanation for @format

 

  • format: Concatenates strings.
    Example: ${'Page {0} of {1}' @ format = [1, 10]}
    Displays: Page 1 of 10

Ref :- cq5 - Expression Option Sightly - Stack Overflow

 

 

Hope this helps

 

Thanks

Veena

Re: Getting to a Web App next page using a script

$
0
0

Add an onclick function to the link and in the function enable the transition ie.

 

<div>

<p><img border="0" onclick="getConfirmation2();" src="https://cdn2.iconfinder.com/data/icons/hawcons-gesture-stroke/32/icon_42_one_finger_click- 128.png" style="float: right; cursor: pointer;" title="clickme!" /></p>

</div>

 

<script type="text/javascript">

  function getConfirmation2() {

    var retVal = confirm("Are you sure you want to click");

    if (retVal == true) {

            return document.controller.submit('next', '_self', 'submit');

         

    } else {

        return false

    }

  }

</script>

 

p.s - submit would be the name of the transition you want to activate.

Re: Layers Tab Scroll Bar/Export Issue

$
0
0

The layers panel issue can be fixed by trashing preferences.

 

Troubleshooting 101: Replace, or "trash" your InDesign preferences

 

I not sure what you're referring to about the PDF export. That is a background process so you'd need to have the background tasks panel (Window > Utilities > Background Tasks) open to view the progress.

 

Edit: What version of InDesign is being run on that machine?

Re: Looking For 9A0-384 Study Material

$
0
0

If you will post the name of the Adobe program you are studying, a Moderator will move this question to that forum where the subject matter specialists read and answer

Re: 右クリックから PDFファイルが印刷できなくなってしまいました。

$
0
0

製品版のAcrobatとReaderを同居させていた場合はダブルクリックでの動作優先度の設定があります。

今回の場合、製品版のアンインストールでそのあたりの情報がおかしくなっている可能性があるので、

Acrobat Reader DCの環境設定・一般で、「デフォルトのPDFハンドラーを選択」を再度設定してみてください。

Viewing all 150094 articles
Browse latest View live


Latest Images

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