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

Standard License for Paperback Novel Cover

$
0
0

This question was asked in 2017 but I believe the answer was incorrect.

 

Can we use images purchased with standard license for paperback novels printed by a service like KDP (Amazon) which is technically print on demand but where the image is not the primary focus of sale?

 

When this question was asked previously the reply was that one would need an enhanced license but the terms state all an enhanced license does is remove the 500,000 copy limitation.

 

We need a proper, clear definition of print on demand I believe. On other stock photo websites print on demand would mean sites like zazzle.com, but would not include services like Createspace or KDP where the paper product being printed is primarily a book and the cover is not the sole thing being sold.

 

The answer to this will determine if I decide to use Adobe Stock photos or return to iStockphoto for my stock images.

 

Thank you.


Re: Dreamweaver Video Tutorials ?

$
0
0

https://forums.adobe.com/people/B+i+r+n+o+u  wrote

 

osgood_   a écrit

 

I guess the question should be 'How frequently should you commit your changes and document those changes' to get any benefit. Like I said I could spend an hour or more troubleshooting a page. If I only commit after each hour I really wont have a clue all that I've changed in that hour.

 

in fact everyone is free to adopt the rules that suit them best.

 

for my part, I like to make a commit as soon as I get a stable point of the evolution towards a functionality defined by the specifications.

 

let's imagine that in version 1.0 the data is retrieved through a full page reload (PHP) and that in order to optimize the fluidity of the user experience, we wanted to replace this with local and punctual loads (JS AJAX)

 

there may be a branch to create called Passage to AJAX. Once the structure has been adapted, a first commit, then as soon as the engines will reload the data a second one, etc...

 

if in the meantime the client wishes to add an autocompletion functionality (become accessible through the AJAX approach), a second branch is created to separate the two modifications in order to preserve the general and global stability...

 

so in the second branch we only focus on the adaptation of the main for the autocompletion aspect.

 

this is beautifully orchestrated with GIT and commits made at each intermediate level.

as soon as the core scripts are stable we can merge each brancs together or with the master app.... so easly...

 

if we have to manage various projects at the same time... what a mess with simple backups

but as I said above... each one is free to organise its way as one care...

 

So... now it's time for the pool... and a great aperitif.

 

I should expect an overly complex answer from someone that uses an overly complex workflow

 

As for simple back-ups I guess that comes down to if you're organised or not and organisation obviously doesnt appear to be one of your strong points so you'd rather hand that off to 'something' else. Each to his/her own I guess.

Re: Disconnected the electricity, can't open cloud file

Computer crash with LiveCycle ES4

$
0
0

My computer crashed that had LiveCycle ES4. I have another computer with Windows 7 and I have the license number but since the original was not uninstalled how can I reinstall. I do not have the budget for AEM Form Designer.

Thank you

Re: Gibt es für das Jahreabo der CC eine Kündigungsfrist?

$
0
0

Um einmal auf alles zu antworten :

 

Generell steht alles rund um Kuendigung und Abo in den Nutzungsbedingungen bei Buchung des Abos:

Preise und Abos | Adobe Creative Cloud

 

Du hast ein 14 Tage Rueckgaberecht nach Buchung und nach Verlaengerung des gebuchten Jahresabos, sprich du kannst kostenfrei ueber den Account oder per Chat kuendigen und erhaelst den Betrags zurueckerstattet.

Danach gilt das Abo 1 Jahr und du kannst nur ab 30 Tage vor dem Verlaengerungsdatum (wenn es sich am 30ten Juli bsp. verlaengern wuerde, koenntest du dann ab 30ten Juni) das Abo kostenfrei NACH letztem Zahlungseingang ueber deinen Account oder Chat beenden. Eine Kuendigungsoption wird dann auftauchen. Bitte beachte: vollstaendiger Zahlungseingang per Kredikarte und Paypal kann bis zu  24 Stunden dauern und per Lastschrift 3 bis 5 Tage. Du koenntest also auch noch in dem Beispiel ein Tag vor Verlaengerung (29ten Juli) problemlos kostenlos beenden.

 

Wenn du ausserhalb des beschriebenen Zeitpunkts eigenstaendig das Abo beenden moechtest, bsp. nach 7 Monaten, faellt eine fruehzeitige Kuendigungsgebuehr an (50 Prozent des noch ausstehenden Betrags). Das Abo wird dann ab sofort beendet und ist nicht mehr nutzbar.

 

Daher haben wir dann auch die Variante eines Monatsabos, wenn eine flexible Buchung gewuenscht ist ohne jaehrliche Bindung.

 

Ich hoffe das hilft.

 

LG,

Anna

Re: Submit button missing Adobe Pro DC 2019.012.20035

$
0
0

It is not available in a Adobe Sign form. You must use a Acrobat form.

Re: Docs missing

$
0
0

Go to setting>preference >turn on save to image.

Outil gomme

$
0
0

Bonjour

 

Je ne parviens pas à utiliser l'outil gomme : je veux simplement ajuster le bout d'un ligne noire pour faire une pointe ( pour logo ), au lieu d'avoir un bout carré je souhaite faire une pointe et je n'arrive pas à gommer le bout carré en pointe ! Ce que je cherche à faire semble pourtant simple mais quand je gomme le bout, il se rétrécit mais reste toujours carré je ne parviens pas à le tailler en pointe !

 

 

Merci pour votre aide,

 

Olivia


Re: Previews not loading

$
0
0

I did the same thing with the URLs. I spoke to Adobe Support, but they couldn't give me an answer. They're going to research and let me know something in 1-2 (she said anyway). If I happen to hear back from them, I'll post any response.

Re: Submit button missing Adobe Pro DC 2019.012.20035

$
0
0

Click on Tools - Prepare Form and then click on "More" at the right side of the window and then on "Revert to Acrobat Form".

ArrayIsDefined and numeric

$
0
0

Hi,

 

Is it possible to check if an Array is defined and in the same CFIF statement check to make sure it's numeric?

 

Something like:

<cfif ArrayIsDefined(F,2) AND IsNumeric>

 

Taking it one step further I need to make sure the value is between 1 and 99.

ArrayIsDefined and IsNumeric and GT 0 and LT 100....

 

Suggestions?

 

Thanks in advance.

 

Gary

Re: Can somebody help me to add the javascript to add a number to the following script: event.value = Number(this.getField("Net").value) * Number(this.getField("%broker").value)/100; I need to add another field to this following script, thanks.

$
0
0

With + you can add the value of a other field.

Re: Dreamweaver Video Tutorials ?

$
0
0

https://forums.adobe.com/people/B+i+r+n+o+u  wrote

 

osgood_   a écrit

 

Yes, I make back-ups, its called time-machine on a Mac. It backs up frequently throught-out the day and I can roll back to a point in time, including many months back, which is not usually necessary. Of course I dont get to write the message but I really have no need as the changes are mostly set in stone. I always just duplicate the file before I make any changes so I can roll back to that if the client doesn't approve as an extra measure. Git only takes you back to a certain commit point so you still might lose some chnage you actually require unless as I say you commit every single change.

gotit, Actually I just understood , in fact, you just confuse backup and version control. That explains that.

 

In your mind, only. Version control is no more than a glorified back-up system which is useless unless you make frequent commits. A rather bloated approach for most individual developers, in most circumstances....but you cant tell em that use such solutions. It rather spoils their perception.

Re: Validate Failed error message

$
0
0

Try the forum for Livecycle Designer.

Re: form styles control

$
0
0

i am at 107 on the heat index down in Mobile.  But some cold oysters help cool me down.

 

i will post the idea


Re: Cutting, slicing and erasing PHOTOS and imported images in Illustrator cs4!

$
0
0

kennethh29358294  wrote

 

A simple thing that every **** paint program since the 90s has had no problem with 

That's the thing. Illustrator is not, and has never claimed to be a paint program. Illustrator is a vector-based drawing program.

 

Photoshop is Adobe's paint program.

Re: Impossible de lire un livre avec liseuse bluefirereader

Re: Dreamweaver Video Tutorials ?

$
0
0

osgood_  a écrit

 

I should expect an overly complex answer from someone that uses an overly complex workflow

 

As for simple back-ups I guess that comes down to if you're organised or not and organisation obviously doesnt appear to be one of your strong points so you'd rather hand that off to 'something' else. Each to his/her own I guess.

I've never found the technology complicated or complex.

 

In principle, each tool (since tools are the very essence of what creates technology, unlike nature and elements), so in principle each tool provides an answer to a need.

 

the organization remains a global and general paradigm that floats above the tools and their uses.

 

It is true that the right tools do not make good workers, but to those who know how to use them they are profitable and allow them to gain flexibility, quality and time.

 

Now I'm later, I have to go, I hear all my friends jumping in the water, and I'm still waiting for a huge PDF conversion to be done... the bell rings... it's done ... so see you later guys... I have a glass of rhum that wait me under a lemon slide...  see you

Re: Print file as tiles in Illustrator CC2017

$
0
0

Try and set up multiple artboards instead. You can create artboards inside artboards and overlapping artboards

Re: Premiere 4K Proxy to HD Monitor via Intensity Pro

$
0
0

Unfortunately, the situation is not as simple as it should be. Just to get things moving along... I'll ask some simple questions though....

 

what is the monitor you are using from your HDMI output of intensity pro card.. which I assume you plugged into some pci e x 8 version 3 slot ??

 

need to know if it's just another monitor or a VIDEO monitor...

 

 

Viewing all 102355 articles
Browse latest View live


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