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

Excel export to pdf, hyperlinks don't work

$
0
0

A few months ago I exported excel files to pdf without a problem.

I just tried exporting it again a few times and the hyperlinks don't work anymore.

I use excel version 15.39 (office 365) and export it with acrobat pro dc.

Any idea how to solve this problem?


Re: Hi, is there a way to set up an expiration date on a pdf document so that after a certain period the file would not open up?

$
0
0

DRM is very expensive, but also very safe. If you're OK with a less than 100% safe protection, but at a much lower cost it can also be done using a script.

Re: Uninstall Creative Suite 6 before Creative Cloud 2017 install

$
0
0

We ended up compiling a list of files(Composer) used by all of the CS6 programs and then deleting those files using a script.

Some leftovers might be expected as user-generated files will not be deleted.

 

Combining the possibilities of JAMF Pro (event triggers, smart groups etc.) we ended up with a workflow that deleted CS6 and upgraded to (at the time) CC2015. Same procedure can be used for CC2017.

 

It wasn't pretty at all but it got the job done.

Re: Prototype pages navigation missing

$
0
0

same problem. it's missing and it's harder to navigate (specially if i need to explain people what they see in each page).

Re: Find photos with no caption and no tags

$
0
0

I don't know of any other way to filter non-captioned items...

So the solution would be to first create a (temporary) tag like 'no tag' by using the option to find untagged items.

You add the line keyword is 'no tag' to your saved research for non-captioned items.

 

I don't need such a solution because I always create version sets and I have the fast solution to filter by 'file is not in a version set' or 'file name does not contain 'edited-1'.

Re: using adobe stock video in corporate video

$
0
0

Hi Chris,

 

In addition to Twarita's post, as per the license terms, you may use the asset in print, presentations, broadcasts, websites, and on social media sites. However, you may not share or distribute the asset in any way that would let others use the asset without licensing it themselves.

 

So directly downloading the video from Adobe Stock and uploading to social sites is not the right approach, however, you can definitely use some clippings or background of the video footage in your corporate client's video and then put it to social sites.

 

Let me know if that helps!

 

Regards,

Sheena

Re: Secure Zone API (more specifically the costPerPeriod endpoint) broken?

$
0
0

The flow I used was: update a secure zone via postman, do a GET request to see that the resource changed via postman, see that module_data includes the updated results.

 

We will need more information to reproduce the problem. The site on which the issue reproduces, the PUT requests (also code or utility used) and the complete module_data module (with all parameters).

Need script to batch convert vector .eps to .svg images script

$
0
0

Hi,

 

I'm looking for a script/program that if you run it, all the .eps files in a folder will batch convert to a .svg.

 

I have already found a script to convert .eps to .png-24, but don't know how to edit it to export to .svg.

 

Pascal

 

.eps to .png-24 script

/********************************************************** ADOBE SYSTEMS INCORPORATED  Copyright 2005 Adobe Systems Incorporated  All Rights Reserved  NOTICE:  Adobe permits you to use, modify, and  distribute this file in accordance with the terms of the Adobe license agreement accompanying it.   If you have received this file from a source  other than Adobe, then your use, modification, or distribution of it requires the prior  written permission of Adobe.  *********************************************************/    /********************************************************** Save as PDFs.js DESCRIPTION This sample gets files specified by the user from the  selected folder and batch processes them and saves them  as PDFs in the user desired destination with the same  file name. **********************************************************/    // Main Code [Execution of script begins here]    // uncomment to suppress Illustrator warning dialogs  // app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;    var destFolder, sourceFolder, files, fileType, sourceDoc, targetFile, pngExportOpts;    // Select the source folder.  sourceFolder = Folder.selectDialog( 'Select the folder with Illustrator files you want to convert to PNG', '~' );    // If a valid folder is selected  if ( sourceFolder != null )  {      files = new Array();      fileType = prompt( 'Select type of Illustrator files to you want to process. Eg: *.ai', ' ' );            // Get all files matching the pattern      files = sourceFolder.getFiles( fileType );            if ( files.length > 0 )      {          // Get the destination to save the files          destFolder = Folder.selectDialog( 'Select the folder where you want to save the converted PNG files.', '~' );          for ( i = 0; i < files.length; i++ )          {              sourceDoc = app.open(files[i]); // returns the document object                                                    // Call function getNewName to get the name and file to save the pdf              targetFile = getNewName();                            // Call function getPNGOptions get the PNGExportOptions for the files              pngExportOpts = getPNGOptions();                            // Export as PNG              sourceDoc.exportFile( targetFile, ExportType.PNG24, pngExportOpts );                            sourceDoc.close(SaveOptions.DONOTSAVECHANGES);          }          alert( 'Files are saved as PNG in ' + destFolder );      }      else      {          alert( 'No matching files found' );      }  }          /********************************************************* getNewName: Function to get the new file name. The primary name is the same as the source file. **********************************************************/    function getNewName()  {      var ext, docName, newName, saveInFile, docName;      docName = sourceDoc.name;      ext = '.png'; // new extension for png file      newName = "";                for ( var i = 0 ; docName[i] != "." ; i++ )      {          newName += docName[i];      }      newName += ext; // full png name of the file            // Create a file object to save the png      saveInFile = new File( destFolder + '/' + newName );              return saveInFile;  }          /********************************************************* getPNGOptions: Function to set the PNG saving options of the  files using the PDFSaveOptions object. **********************************************************/    function getPNGOptions()  {            // Create the PDFSaveOptions object to set the PDF options      var pngExportOpts = new ExportOptionsPNG24();                        // Setting PNGExportOptions properties. Please see the JavaScript Reference      // for a description of these properties.      // Add more properties here if you like      pngExportOpts.antiAliasing = true;      pngExportOpts.artBoardClipping = true;      pngExportOpts.horizontalScale = 100.0;      //pngExportOpts.matte = true;      //pngExportOpts.matteColor = 0, 0, 0;      pngExportOpts.saveAsHTML = false;      pngExportOpts.transparency = true;      pngExportOpts.verticalScale = 100.0;        return pngExportOpts;  } 

Re: Hi, is there a way to set up an expiration date on a pdf document so that after a certain period the file would not open up?

Re: grouping report

$
0
0

It's very hard to say for sure without seeing the actual file, but it might be possible to do it using a custom-made script.

Re: Import photos from photomechanic

$
0
0

Either drop them into Libary's grid - it must be the grid itself - or just use LR's standard File > Import.

 

Are you sure PM supports drag and drop on Windows? For example, LR does respond to dropping, but on Windows you can't drag to other apps from LR.

iOS files app won’t see my creative cloud drive on my iPad.

$
0
0

when I go to turn the creative cloud drive app on in the new iOS 11 files app it doesn’t appear

any hints.

i have exhausted both adobe and Apple support.

Re: InDesign CC 2018 quit unexpectedly.

$
0
0

same thing here

After CC updates Indesign CC crashes on startup screen. All other desktop apps seem to be working fine...

using macbook pro osx 10.12.3

 

update osx to high siera (10.12.6), but still the same issue....

Re: New Premiere Pro doesn't work at all

$
0
0

This is with old projects which I had to convert and the same with new projects.

I can press the play button but nothing happens. When I try to shut down Premiere Pro, it crashes.

Re: Complaint about new LR upgrade releases

$
0
0

If you can’t wait until 26th then please request a refund. Click the link below, sign-in and wait for the page to fully load.

  1. Choose Account Issues
  2. Choose Adobe ID and signing in
  3. Scroll to the bottom of the page and choose - Show me my contact options
  4. Click Chat

 

https://helpx.adobe.com/contact/support.html


Re: Online storage with full CC subscription?

$
0
0

For me - there's a note ... saying that contact support to switch plans

Is it possible to switch language if you live in Switzerland?

$
0
0

I work in Switzerland but we speak french. Every communication from Adobe is made in Deutsch. Is it possible to switch language?

Re: Photoshop CS4

$
0
0

There is no way you can install a CS4 upgrade - which is what you have - without a previous version serial number (or a previous version already installed).

 

Photoshop CS4 was released in 2008 and hasn't been officially available since 2010 or so, when it was replaced with CS5 in all official outlets. Where did you buy this?

Re: PP CC since Version 11.0.2 not opening

$
0
0

Hi MarcelNZ,

 

Sorry for the Launch issue. Could you please elaborate what exactly happens when you try to launch Premiere Pro CC 2018 version?

 

Thanks,

Vidya.

Lightroom Classic CC Install Error

$
0
0

I tried to update my LR CC to the new version 'Lightroom Classic CC' which is the upgraded desktop version and it failed at around 90% for 4 to 5 times, the error code was 'Error-146', the description was 'Unable to move the file', in the solution it says this:

Rename the file and then try again

so what is 'THE FILE' and where is it? Does anyone know how to solve this?

Exit Code: 146

 

-------------------------------------- Summary --------------------------------------

- 2 fatal error(s), 0 error(s), 1 warnings(s)

 

FATAL: Error (Code = 146) executing in command 'MoveDirectoryCommand' for package: 'AdobeLightroom-mul', version:7.0.0.1140024

FATAL: Error occurred in install of package (Name: AdobeLightroom-mul Version: 7.0.0.1140024). Error code: '146'

WARN: Failed to move directory '/.adobeTemp/4A7D408D-C77A-4FBE-96B9-ADB143FCE57D/1/Adobe Lightroom Classic CC/Adobe Lightroom Classic CC.app' to '/System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Adobe Lightroom Classic CC.app'

-------------------------------------------------------------------------------------

I read the solution list in this link and did not understand it very well.

' Troubleshoot errors using Creative Cloud log files '

Viewing all 82585 articles
Browse latest View live




Latest Images