Re: How to create a custom panel in the right way (without having an empty...
Hi Stefan, Finally i solved the issue. For a custom panel named DateFashion in Mac OS 10.8.2 with Flashbuilde 4.6 and XMP-FileInfo-SDK-5.1 : Create the panel in Flashbuilder Right click the project...
View ArticleRe: How to create a custom panel in the right way (without having an empty...
Hi Daté, I am glad that you solved the issue.And thank you for explaining the details on how to install a trust file.It is very important that the path of the location of the trust file and the path to...
View ArticleBridge CS6 metadata palette not creating bag array
I am having trouble getting a custom XML Bridge metadata palette to write bag arrays. What I want is:<dcterms:subject> <rdf:Bag> <rdf:li>term 1</rdf:li>...
View ArticleCan't write large xmp metadata to pdf
Hello,I tried to add a custom metadata of 2kb to the pdf, using PutXmp() method.The API supports "inplace" serialization of exact size - it serializes my packet to the size of the old xmp packet. If my...
View ArticleRe: Custom Info Panel as Bridge MetaData Panel
HelloI have the same issue. Could not figure out how to doit. Not much information for version 4.0 and how to make the panel appear in bridge's metadata placard Can anyone help?
View ArticleRe: Custom Info Panel as Bridge MetaData Panel
Hi, Yes, its very easy once you figure it out... Create your xml file: IE<?xml version='1.0' encoding='UTF-8'?><xmp_definitions> <xmp_schema prefix='mad'...
View ArticleRe: Custom Info Panel as Bridge MetaData Panel
Thanks Dean , it works! I tested in Windows 7, so the path to save the file actually is:C:\Users\[username]\AppData\Roaming\Adobe\XMP\Custom File Info Panels\4.0\custom Regards.. Ruben
View ArticleDifferences in XMP SDK and InDesign or 'Adobe Libraries'
Hi all, I am currently using the CS6 incarnation of the XMP Toolkit SDK to inject XMP in to PDF files. All has been going very well for a couple of years. Then suddenly, I have had a report from a...
View ArticleRe: Differences in XMP SDK and InDesign or 'Adobe Libraries'
Hi Adam, it is definitly not correct to have multiple XMP sections in one PDF file.This seems to be a but on on or the other side, but to address this we would need more info.You can either post an...
View ArticleVarious types of PDF
Hello,I am using the latest xmp SDK to write metadata to different file types. Most seem to work as expected, but I have 1.3 and greater pdfs that the SDK fails to write to. I look at the PDF's object...
View ArticleRe: XMP metadata lost in PNG files
I just discovered that Ps does not preserve metadata in .png (ditto acrobat in .pdf). this discovery really throws me for a loop. it seems that one of the most important issues facing graphic artists...
View ArticleRead Data from XMP Array (XMP:Seq)
Hi, I'm new in XMP. I have following Metadata (right after binary video data):[code] <xmpDM:videoFrameSize stDim:w="640" stDim:h="480" stDim:unit="pixel"/> <xmpDM:startTimecode...
View ArticleRe: Read Data from XMP Array (XMP:Seq)
Oh well... I found API-Doc at last. The Answer is for example: meta.GetProperty(kXMP_NS_DM , "xmpDM:Tracks[1]/xmpDM:markers[1]/xmpDM:startTime", &propVal, NULL); Now I can build loop without...
View ArticleHow to write GPS Coordinates?
Greetings, I need to write GPS coordinates using XMP Toolkit. Should I write it as a float value:SetProperty_Float(46,90930203999) or as a string value:SetProperty("9,36.338E") I didn't find any info...
View ArticleRe: How to write GPS Coordinates?
Hi, you need to write GPS coordinates as string values in the format "deg,min,secR" or "deg,min.fracR", where 'R' is the reference direction (N,S,E,W).So SetProperty("9,36.338E") will work. I found...
View ArticleAdd data to XMP and store to file
Hi, I tried with following code. But unfortunatelly the added datas is not stored. Where did I somewhat wrong? int main(int argc, char* argv[]) { if(argc != 2) { cout << "Invalid...
View ArticleRe: Add data to XMP and store to file
Found solution. Before closing file I had to add following line:file.PutXMP(meta); Now the data is written into file. cu Floh
View ArticleWhy are the punctuation marks lost after speech analysis?
Hello I've got a problem. We successfully added a dialogSequence to the metadata of a video file to align the text to the audio by using the Media Encoda via Premiere Pro. The alignment works fine, the...
View ArticleDifferences in XMP modifications in various CS applications
Hi, Trying to sort out an issue that has thus far escaped me. We maintain a digital asset management system that is set up to extract XMP metadata from image files. When metadata is written to custom...
View ArticleRe: Differences in XMP modifications in various CS applications
Daniel, Photoshop tends to rewrite the entire image file when the XMP packet is created, or substantially added to. It will modify an existing packet in place if there is blank space room inside, or...
View Article