Quantcast
Channel: Adobe Community: Message List - XMP SDK
Browsing all 801 articles
Browse latest View live

Re: Size limit for XMP metadata to be added externally to a file's metadata

Thanks Amit for reply, I am developing a plugin for Adobe Illustrator with some XMP functionality. So I have clubbed Adobe Illustrator SDK and XMP-SDK. I am adding information about some of the texts...

View Article


Re: Size limit for XMP metadata to be added externally to a file's metadata

Hi, I am not able to reproduce this issue. My understanding about your problem is that after some time, you are not able to put XMP packet inside the file. Is my understanding correct? Before failing,...

View Article


Re: Size limit for XMP metadata to be added externally to a file's metadata

Hi, Your understanding is correct.I am able to add the metadata up to a certain point of time. After that as the CanPutXMP is failing, I am not able to put XMP packet inside the file.There is XMPMeta...

View Article

Re: Size limit for XMP metadata to be added externally to a file's metadata

HiThanks for sharing the code.Could you please tell me what does exactly happen while failing? Does CanPutXMP() generate any exception or just return false value?Certain things I want to clear you...

View Article

Re: Edge FX Download

Same problem. No answers out there?????

View Article


Image may be NSFW.
Clik here to view.

Re: Size limit for XMP metadata to be added externally to a file's metadata

Hi Amit, CanPutXMP is just returning false value.The flow of modifying XMP is like -First open the file with OpenForUpdate flag -> edit the metadata in loop -> serialize to buffer -> CanPutXMP...

View Article

Re: Size limit for XMP metadata to be added externally to a file's metadata

Hi Amit, Finally I am able to get the error behind CanPutXMP to fail.It is 'can't fit into specified packet size'. All the data being added into document's metadata is text. You said that, there is no...

View Article

Re: Size limit for XMP metadata to be added externally to a file's metadata

Hi patton88,Sorry for replying so late. I am on vacations till 12 Dec. I need to take a detailed look into this which is possible only after my vacations.Right now i can only say that this error is...

View Article


Image may be NSFW.
Clik here to view.

What's the best way to embed custom schema like HR-XML into XMP?

The specs (Part 2) mentioned that you can create custom name spaces. I'm looking to embed HR-XML into XMP.  We are looking to embed personal meta data into a PDF resume to improve parsability. We would...

View Article


Error when converting XMP-Toolkit to VS project (I use 2013) on Windows 8.1...

Hi there, I followed all instructions (readme and documentations) to successfully build the XMP.When parsing it to VS2013 I first saw some error which I fixed adding VCTargetsPath to regedit. Now I am...

View Article

Image may be NSFW.
Clik here to view.

Re: Error when converting XMP-Toolkit to VS project (I use 2013) on Windows...

Here are the steps required to port XMP SDK on VS 2013.Open file ‘\build\GenerateXMPToolkitSDK_win.bat’ and Replace every occurrence of “VS_VERSION=2010” with “VS_VERSION=2013”,Replace every occurrence...

View Article

Persistent color sampler from cameraraw to XMP

The samplers created inside cameraraw plugin don't stick between cameraraw sessions, loosing the color values read before to compare afterwards.For example, when I open images on photoshop as smart...

View Article

Image may be NSFW.
Clik here to view.

Unexpected XMP_Error Invalid UTF-8 data byte

On windows machine xmpcommand is failing for files with spanish characters like "flówér.jpg"It is giving error Unexpected XMP_Error Invalid UTF-8 data byte

View Article


Update to XMP Toolkit SDK available (Version: CC-2014.12)

Hi All,New Version of XMP Toolkit SDK (C++) is now available at: http://www.adobe.com/devnet/xmp/The MetadataUI, Java and Action Script SDK remains unchanged.Please check out this latest CC-2014.12...

View Article

Image may be NSFW.
Clik here to view.

Re: Unexpected XMP_Error Invalid UTF-8 data byte

Hi, Input to OpenFile() function needs to be a UTF8 string. "flówér.jpg" is in WinANSI, and needs to be converted to UTF8 string so that OpenFile can correctly find the file.For example, on Windows OS,...

View Article


Building Samples partially failes (Mac OSX 10.9 64bit - XCode 6.1)

Hi, i had some trouble getting to this stage because I am also fairly new to Mac OSX but with some common sense and googling I made it to the step of creating the project for the samples.This is what...

View Article

Re: Building Samples partially failes (Mac OSX 10.9 64bit - XCode 6.1)

Hi bengalo,    The SDK has been tested and released for Mac 10.8.5 and xcode 5.0.2. Could you please try with this configuration and let us know if the issue persists. -Sunil

View Article


Re: Building Samples partially failes (Mac OSX 10.9 64bit - XCode 6.1)

When you say Mac 10.8.5, are we talking about my actual OS or is it enough to download Xcode 5.0.2 (which i guess might have Base SDK 10.8)?In the meantime I need to figure out how to use the libraries...

View Article

Re: Building Samples partially failes (Mac OSX 10.9 64bit - XCode 6.1)

Hi bengalo,    Not sure whether you will face issue with xcode5.0.2 & Mac 10.9.4 (which you have). It has base SDK 10.8, so you can try it.     But as you have already compiled libraries/framework,...

View Article

Re: Building Samples partially failes (Mac OSX 10.9 64bit - XCode 6.1)

Aight, I dug into cmake a bit and found that i only needed to change <xmpdir>/build/shared/ToolchainLLVM.cmake to set the correct XMP_OSX_SDKthat also solved the problems of not being able to...

View Article
Browsing all 801 articles
Browse latest View live