Photoshop :: Exporting File Info Of Multiple Documents
Jun 19, 2004
I need to find a way to export the file info frrom many images back to a word or excel file. Does anyone know how to do it.
I can't even get the information out of one image file without the old copy and paste one field at a time, and have several hundred to do.
Just to clarify, the info I need is when you rightclick on the title bar and choose file info, and choose "description" then akk the fields on the right.
View 4 Replies
ADVERTISEMENT
May 12, 2006
Is there anyway to fill out a file info (description, author, author title, etc..) once and then apply and save it to multiple pictures?
View 2 Replies
View Related
Jun 18, 2009
I have this file with multiple layers of text.
I want to print the file with these layers selected individually, so that if I have two text layers "Cow" and "Dog", I get two similar images with different text.
How would i automate this? It would take a lot of work to select each layer and save the files individually.
View 2 Replies
View Related
Dec 1, 2011
ai::int32 aint;
sAILayer->CountLayers(&aint);
for (int i = 0; i < (int) aint; i++){
sAILayer->GetNthLayer((ai::int32) i,&layer);
artSetSuite->LayerArtSet(layer, artSet);
}
AIArtHandle hand;
sAIArt->GetFirstArtOfLayer(layer, &hand);
e2 = sAIRasterize->Rasterize(artSet, &rs, &bounds, kPlaceAboveAll, hand, &art, MyRasterizeProgressProc);
sAILayer->GetFirstLayer(&layer);
e2 = sAIArt->GetLayerOfArt(art, &layer);
e2 = sAIArt->GetFirstArtOfLayer(layer, &art);
error = sAIImageOptSuite->MakePNG24(art, dstfilter, pngParams2, MyRasterizeProgressProc);
the code above shows how I managed to export a artboard with all layers to PNG-File. My question is, if there is a faster way to combine all layer before exporting, maybe a way without the "temporary layer" (Rasterize(...)-method)?
When I export with the standard-export-button in Adobe Illustrator, it runs fast and with all layers.
View 2 Replies
View Related
Jul 22, 2013
I am exporting multiple views as DWGs to create backgrounds.
When I set Naming: to Automatic - Short, it produces files named like:
FloorPlan-2D_L1_Interiors.dwg,
FloorPlan-2D_L1_Structural.dwg,
FloorPlan-2D_L2_Interiors.dwg, etc.
The 2D_L2_Interiors is the name of the view, and it is a FloorPlan so it adds that as a prefix. I am looking for a way to force Revit to ignore the prefix.
Is there a way to export these so they are automatically generated like:
2D_L1_Interiors.dwg,
2D_L1_Structural.dwg,
2D_L2_Interiors.dwg, etc.
Does the Naming: Manual (Specify file name) option have the ability to use fields for parts of the name, perhaps taken from Project Parameters or something? So in the filename box I'd be able to say {View Style}-{View Group}-{View Name}.dwg and end up 3D-Interiors-SomeViewName.dwg?
Or should I download Ant Renamer and call it a day?
View 1 Replies
View Related
May 23, 2012
I'm having a little bit of trouble extracting a correct depth map from vray.
It is a macro shot so the resulting depth map should be black close to the camera, white for the focus in the center and again black further away from the camera.
The vrayzdepth pass only creates a linear depth map (white close to camera a black further away. Even if i invert, duplicate and blend the zdepth channel on photoshop it doesn't look good.
I tried the rendering with the self ilumination material with falloff trick but still it only gives me a linear gradient depth map, not a focus point at the center of the image.
Also tried some depth of field plugins but none seems to allow me to export the resulting gradient depth map.
Is it so hard to extract the physically correct depth map from the vrayphysicalcamera? IS there any script for this?
View 1 Replies
View Related
Dec 9, 2004
I've got around 400 images in photoshop cs...I basically need to reduce each image size, then alter the canvas size, and save.
My question is, is there a way to do that set of actions once, and then have it automatically applied to the other 399?
View 3 Replies
View Related
Oct 25, 2013
I accidentally hide that bar at top of screen that lets me hide/close multiple documents... I pressed something, but I don't know what - it's tough to hide PS now (Version CS6)
View 7 Replies
View Related
Dec 5, 2012
I am a total beginner at this vb.net thing. I have a vba routine that I have used for years to execute a lisp routine on an open document, then switch to the next already open document, and continue until the routine has been performed on each already open documents. For the life of me, I cannot figure out how in vb.net to get a document collection and make each document the active document so that I can execute the lisp routine.
VBA
=====================================================
Option Explicit
Dim objAcadApp As AcadApplication 'Acad application object
Dim objAcadDocs As AcadDocuments 'Acad documents collection
Dim objAcadDoc As AcadDocument 'Acad document object
Dim i As Integer
[Code]....
View 4 Replies
View Related
Nov 20, 2012
Is it possible, when you have three different documents open, to zoom in all three documents simultaneously? Or to move around with the hand tool in all documents simultaneously?
I'm running Illustrator CS5/CS6
View 9 Replies
View Related
Apr 16, 2014
Can InDesign CC create an index using multiple documents (i.e., the chapters of a book)?
View 3 Replies
View Related
Jun 23, 2013
file info in Photoshop shows only an empty box yet works in bridge.
View 1 Replies
View Related
Sep 13, 2012
I used to be able to just open any image and my copyright info would be inserted into the file data. I guess it was a droplet, "when the file is opened or created then add file info from a xmp file". I still have the xmp file with all the data in but i am unsure how to implement it being automatically opened and added to the file when i create a new one? I thought i could handle it, i assume its a droplet of some sort.
View 5 Replies
View Related
Feb 8, 2009
After I save a file for "Web & Devices," when I open it, it returns this message, "This file contains file info data which cannot be read and has been ignored." Will this cause any problem with the file once I place it in the website I'm building? I've never seen this message before on a photo I've edited. The changes I made involved color correction.
View 9 Replies
View Related
May 31, 2012
We have been sending images out to contractors, and sometimes when they come back the files are having this error:
the file contains file info data which cannot be read and has been ignored
When I then try to Photoshop Script the file info it throws errors.
View 5 Replies
View Related
Nov 27, 2012
I'm currently working on a project that requires that I eTransmit a large quantity of files, which is becoming very time consuming. I need writing a script that will allow me to etransmit all of the files at once.
My requirements:
- All .dwgs must be saved as individual .zip files with all references included.
- .zip file must have same name as associated .dwg (basically just swap extensions).
My progress:
- Seems very simple, basically my script is:
Qsave
-eTransmit
-CH
-SetupName
-C
ROADBLOCK!!!!!!! D:<
My problem is that I want to have AutoCAD return the filename sans extension and filepath when I'm prompted to input the filename for the .zip file. How can I do this? I've been looking up options using VBA, but with limited success given.
View 1 Replies
View Related
Feb 17, 2013
I'm having a lot of trouble understanding how Adobe Illustrator (CS6) manages character styles imported from different ai documents. If I create all character styles in a single .ai document and only use them in in that document, everything works as expected--colors, fonts, and typography settings are maintained in the character style, and newly added text can be quickly styled with the character style.
My trouble starts when i want to re-use those character styles in a new .ai document. From the character style menu I use the option to import the character styles from another document, and they import correctly--all of the styles work and style text as expected. But then i save & close the document and re-open it to find that the character style entries are there, but the fills and strokes are all messed up--fonts, sizes, typography settings are maintained, but styles with a blue fill are suddenly filed with black, or some other color.
This happens even if the swatches associated with the character styles are imported to the new document as well. I've read that all character styles are based off of the 'normal' character style.
View 22 Replies
View Related
Dec 9, 2013
is there a way to see the titleblock info of multiple sheet .idw's in vault explorer? I want to export the masterdata from all my .idw - files + sheets in one excel.I'm using Vault basic 2013/Inventor 2013
View 1 Replies
View Related
Dec 16, 2008
Is there a way to save my copyright info and contact info with a picture but NOT include the Camera Data.
View 2 Replies
View Related
Jul 11, 2007
when I save an image for web, all of the info that I have under "File Info" is lost.
who to make it so that the info remains?
And, not just certain fields, but all of it?
View 3 Replies
View Related
May 11, 2012
Modifying the "file info" for a gif file (in my case, "General" tab, "Document Title" and "Description") doesn't actually get saved with the file - or, at least, if it is saved, it's not visible when re-opening the file.
I believe that I understood that metadata for .png format isn't supported, but I thought that .gif was. (Test case is easy: open .gif file, add a Title and Description, save, and re-open - information is gone).
View 8 Replies
View Related
Jun 20, 2013
I need to install a custom one that is working for CS5 and CS6, so that it can be seen and used in CC. But I don't know where to put it? (on the Mac)
for CS5 it goes here:
Main 3.0: /Library/Application Support/Adobe/XMP/Custom File Info Panels/3.0/panels/
User 3.0: /Users/[username]/Library/Application Support/Adobe/XMP/Custom File Info Panels/3.0/panels
for CS6 it goes here:
Main 4.0: /Library/Application Support/Adobe/XMP/Custom File Info Panels/4.0/panels/
User 4.0: /Users/[userName]/Library/Application Support/Adobe/XMP/Custom File Info Panels/4.0/panels
View 4 Replies
View Related
Mar 18, 2006
if there is a way to erase all of the file info in photoshop? Camera make & model, F stop, shutterspeed, etc.?
View 2 Replies
View Related
Jan 1, 2009
how scratch files work in CS4?
- Scratch files seem to be created even in 64 bit Photoshop with plenty of unused memory, so they are apparently not regular swap/page files. What sort of data Photoshop CS4 writes to them and why isn't this information kept in memory instead?
- Do scratch file writes/reads occur at the same time as operating system paging? Is there any practical reason not to put PS scratch disk and OS paging file on the same physical drive?
- Do scratch files benefit more from higher bandwidth or faster seek time?
- What is the typical ratio for Photoshop CS4 for reads and writes to scratch files?
View 5 Replies
View Related
Nov 30, 2004
ok so Does anyone know how to change your File Info in photoshop... well I want to change the name of my Camera in it....
View 3 Replies
View Related
Mar 26, 2013
How to erase raw data in file info?
View 4 Replies
View Related
Jun 6, 2012
As a digital art teacher I need to check the files my students submit for authenticity. I noticed that since the last 2 CS Suite upgrades the "File info" functionality is no longer available (File>File Info). When I open a student file and I select this option, a blank window appears. I cannot click out of it so I have to do a "Force Quit" and restart the application. I work with Photoshop and Illustrator. I need to be able to see who created the file and when the file was created. How do I restore functionality? Is there a plug-in I need now? I work on a Mac in CS Suites 5.1
View 5 Replies
View Related
Sep 5, 2012
I understand we no longer get thumbnails in file/open (apple and microsoft). But what happened to the detail panel for tiffs? I see it for jpegs (like who works with jpegs anymore). But not for tiffs. I have photoshop CS6 and am on Windows XP. I have the file/open function set for 'list.' I find setting it for anything else too cumbersome. And toggling bk and forth between file/open in photoshop and bridge is beyond cumbersome. How is this an improvement?
View 10 Replies
View Related
Jan 22, 2009
How do I change the font used in the PS CS4 "File Info" dialog? The type on my Vista 64 machine is unreadable. All of the menus and everything else are okay; it's just this one dialog box. It's hard to keyword images.
The same dialog box on my Windows XP laptop looks fine, and I don't know why my desktop is using a different (inferior) font.
View 11 Replies
View Related
Oct 21, 2006
I'm renaming my image files from the original DSCF_1234 to say 11_1234 the 11 would be for player no 11 if i was covering a football match, what i want to know is, how i match the file to info in a database, & add that info to the image description.
View 6 Replies
View Related
Mar 1, 2009
I am just starting to use PS CS4. I am using a PC with Windows XP 64, 8 GB of RAM etc. The problem I am having is that when I try to add a caption to an image by going to File Info, I get a blank dialog box. It gives the filename at the top but just plain white blank inside the box. The same thing happens in File Info within Bridge. In the metadata panel in Bridge, I can see the metadata is there, including previous captions. But I cannot access them in File Info and I also cannot activate the caption within the metadata panel to edit the caption text.
View 3 Replies
View Related