InDesign :: Extract The Data From Tracking / Story Editor Outside?
Feb 20, 2014
Can you extract the data from tracking/story editor outside of InDesign? I do a large catalogue and want a way to identify which product sets had changes made to them or not, but not just within story editor, but download the data to say a txt file or excel, etc.
View 4 Replies
ADVERTISEMENT
Dec 30, 2008
Scenario:
1. I find stock images (let's say X and Y) on the internet. Save them in a folder.
2. I use the saved stock images in an ad or as a design element in my design piece. I save out this document as a file (let's say Z).
Here is what I am trying to accomplish:
1. Automatically read the metadata or xmp data (or even tag the file with custom data on load) for images X and Y.
2. When X and Y are used in my design and saved out in Z, I want to be able to open Z and read the tagged data and be able to identify the data from X and Y in Z.
In simple words what I am trying to do is, when I use multiple image sources in a design piece, I want to be able to open my final design file and track the source files I used, so I can go back to my archive and find them without wasting my time hunting through multiple folders and hard drives.
View 1 Replies
View Related
Mar 1, 2014
Without using scripts, is there any way to have rectangles or textboxes act on values coming from a data file? For examplle if the value in a textbox was greater than 10 coming from a data record, could the textbox change color, or any other attribute to make it change from record to recortd as it is being viewed or printed?
View 9 Replies
View Related
Apr 2, 2013
bringing in 3d tracking data from pf matchit into smoke and flame?
[URL]
View 1 Replies
View Related
Feb 1, 2013
I'm creating a catalog, using data merge in InDesign CS5.5 for the first time. I'm using dummy data to start, naming the products with a naming convention Product 1, Product 2, etc.
Everything seemed to be working, but then I noticed that the merge is all jumbled, such as:
Page 1 has Product 15 repeated, with the product description, price and other information from product 6. This repeats five times down the first page.Page 2 starts with Product name, price and number for Product 7, but the description for product 6. Continuing on page 2, everything seems one off. Product names mixed with data from the next product. Page 3-15 are the same as page 1, all Product 15 with the description for Product 6.
In short, this is very weird. I am saving the data in a CSV comma deliminated (also tried text with tab delineations.) I don't think there are any text breaks in the data, nor blanks. The odd thing is also that the preview looks perfect before I merge the document.
Here's Page 1:
Here's page 2:
By the way, all numbers (except pupil price) relay the product number. For example, Product 1 has a price of $1.00, an item number of H1, and the description "This is product 1".
View 9 Replies
View Related
Dec 1, 2011
I am having trouble locking onto a temporary tracking point in autocad 2011. I can't seem to find the start tracking icon and it doesn't recognize the 'TT' command. I have a tracking line, I just can't seem to do it in two dimensions.
View 2 Replies
View Related
Jan 23, 2013
I work in a manufacturing facility and we are trying to come up with a way to extract data from an AutoCAD file in to a .KML or .CSV file which gives coordinate points, etc.
This will be used in a mapping-type software to display/highlight areas of the plant with zooming capabilities and information shown on the left-side. We are trying to make it look something like Google Maps, so it can used to determine areas of the plant undergoing work, lighting zones, etc.
In a nutshell, I want to be able to extract coordinate data from our layout(s) which can used to pinpoint locations on the map and highlight regions, etc. Perhaps it could export data in to Excel with attributes assigned to the coordinates which give Area, Bay Location, etc. The initial thought was to somehow export this to a .KML file and use that as a starting point.
View 2 Replies
View Related
May 27, 2011
is there any way to use data extraction and get the dimensions of the solid. Using dynamic blocks on 3d solid is not an option as far as i know. I tried using block with attributes and field which refer to a dimension line but it's too complicated and takes far more time than just check them by hand.
View 0 Replies
View Related
Dec 7, 2011
I am trying to take a jpg file of an image, and write each RGB pixel color's value into a 3 component integer vector corresponding to the RGB components of the color for that pixel. For each pixel in the jpg, I wish to write the corresponding 3 by 1 integer vector into a matrix after which I plan to do a SVD decomposition of the newly constructed matrix to do an image analysis.
Any plug-in that allows one to efficiently iterate through each pixel in a jpg, and convert the pixel data to a RGB integer vector, and say write to a file?
Specific Details: I am using gimp 2.6 as my image editor, and wish to collect all the RGB 3 by 1 integer vectors (where each 3 by 1 integer vector corresponds to RGB color of exactly one pixel in the jpg image) into a matrix of integer so that I can do a reduced SVD decomposition of that matrix to analyse the pixel data: I wish to compare two similar images by using the SVD decomposition of integer matrices corresponding to the two images saved as jpg files pic1.jpg and pic2.jpg.
View 4 Replies
View Related
Oct 31, 2012
I have tried this question before but it is now becomming a little more urgent. I would like to extract data I can see in a viewport then add it to the data it finds in the paperspace of the sheet. I don't want the entire drawing (modelspace) just what is seen in the viewport. Then do this process again and so on. 1 excel sheet per 1 sheet.
View 1 Replies
View Related
Feb 2, 2013
I enter data into an Excel job setup worksheet. I then want to be able to extract data from given cells in the Excel worksheet, and have this become fields in AutoCAD. I do not want to use a table in AutoCAD - I want (ideally) to have the Excel data come in to AutoCAD as a field. I can see that Data Links tends to come in only to a table in AutoCAD.
View 1 Replies
View Related
May 9, 2013
Seeing this error
Error on Line 10 : 'SealString_1' is not declared. It may be inaccessible due to its protection level.
Dim SealString_1 As String Dim SealString_2 As String Dim SealString_3 As String Dim SealString_4 As String Dim SealString_5 As String Dim SealString_6 As String Dim SealString_7 As String For Each S As String In SealString_1.Split(",") If i = 0 Then name = S If i = 1 Then name = OD If i = 2 Then name = ID If i = 3 Then name = DE If i = 4 Then name = LI i = i + 1 Next S
View 1 Replies
View Related
Jun 18, 2012
I need to extract data from AutoCad Drawing using C# or VB.Net.
I have a Title Block which is not inserted using attributes. It has some horizontal & vertical lines drawn to look like a table and text added between them. See the attchment.
I need to extract data from that and display in Ms-Excel or in a datagridview.
View 9 Replies
View Related
Oct 6, 2011
I am trying to write a lisp file that extracts the LAYER, Z, X, Y, TEXT HEIGHT, POINT NUMBER, from the attached DXF file. Ultimately I will have the lisp insert a "POINT" at the X,Y,Z, cords, and then a "TEXT" entity at the same coordinates with the text height value and the point number string. Both entities need to be on the layer ending in "-PN". The layer name will change depending on the date. I have a third party program that creates the DXF file.
The point of the lisp file is to insert the point numbers and points into my drawing at their correct locations. For the life of me I can not make this work. I have attached the little bit of lisp I have, which unfortunately does not work properly because of it searching for the "TEXT" entry in the DXF file of which there are three per point number. I only need one. I have also attached the DXF file I have. maybe just an overall procedure that I can then code myself? I'm just not good at getting lisp to read a file and extract what I want from it.
View 4 Replies
View Related
Aug 15, 2013
Is there a method of extracting XYZ data to use for CNC tube bending from components developed in frame generator ? I know that in routed systems you can export that data, but can the same thing be done with frame generator or any individual bent tube or pipe part?
View 4 Replies
View Related
Sep 18, 2000
I would like a lisp routine that can extract and export the x, y, z coordinates of all the points in a drawing into a text file so I can use the same in excel.
View 9 Replies
View Related
May 17, 2013
I have an excel document with a document header reserving rows 1-12. When i use "extract data" in autocad, i don't want the excel header to disappear. Can i set another cell than A1 to be the starting cell in Excel? Or how do i keep the header in the document?
View 5 Replies
View Related
Apr 15, 2006
I am making a children's book for a school project.
I want to use one picture per page, but I want this effect for the background of the one picture.
Essentially, I want to imitate the design that the link uses with the effect covering different colors on different pages.
I also want a darkened area with the same dark color used in the outline of the pictures as a block for my text to be put on to.
View 4 Replies
View Related
Feb 6, 2014
I have a very large excel file with a list of companies in this format:
company_category company_name company_description telephone email
In InDesign I have paragraph style for each one but I need a solution to import all this data and apply the styles automatically.
Few things:
- I don't want to import all these into a table. I want all the info in a 3 text columns format that will run accros 150 pages (more or less)
- I'm using InDesign CS6
Is there any way to automate this?
View 2 Replies
View Related
Mar 12, 2014
First i got a big Adobe InDesign File where I already have designed a catalog. It's made through tables.
It looks like this:
So here's my problem. The article numbers are already filled in. And I have a .csv file with 3 different colums. Art.Number, StandardPrice, DaliPrice It looks like this:
So now i want to import only the prices from this file, because the article numbers are already filled in. If i try to import the .csv file through data merge --> create merged document i am not able to choose this field which i marked blue (dataset). I don't know why... maybe i have to format my csv file different?
And also if i try to show the preview it only takes the data from the first line in my csv file. So somehow i have to merge the fields from the csv file with the article number which is already in my indesign file.
All those fields who look like this------>
are from an plugin which is calls easy catalog... but i think i won't need this plugin... i am sure it's also possible with data merge.
View 3 Replies
View Related
Feb 20, 2014
InDesign and a multiple language data source.
I am not sure if this is possible with CSV, XML, MySQL, or if there is a third-party plugin available for this...but here it goes:
I have some data:
SOURCEDE_LABELES_LABELNL_LABELAppleApfelManzanaAppelBananaBananePlátanoBanaanCherryKirscheCerezaKersPearBirnePeraPeerGrapeTraubeUvaDruif
What I need to be able to do is insert the SOURCE fieldnames/placeholders throughout a document and then depending on what language I select (either through a text variable, or manual selection), the translated terms are automatically inserted in place.
View 4 Replies
View Related
Dec 7, 2012
I´m trying to extract text from a Corel file to a TXT file in another editor and then merge it back in.Extracting the text seems to be working just fine but when I´m trying to merge it back in I get the error message "Wrong file format or could not open".
View 2 Replies
View Related
Mar 25, 2014
I would like to know if it is somehow possible to search for empty entries after Data Merge is completed?
The 'Entries' are shown with Hidden Characters visible as you can see in attached screenshot:
I can copy those and insert into the Find/Change window but nothing can be found. I think these are not real hidden characters.
remove blank lines for empty fields before data merging
View 8 Replies
View Related
Mar 7, 2014
I am placing addresses on a mailer. I need to remove lines where there is a blank field (ex. apartment numbers are on some but not others). I have checked the remove blank lines option in the data merge drop down menu but it doesn't seem to work. I also did the find/change option once the file was created and it also didn't work. I am not sure what possibly could be going on. I am using INdesign CS6 on a mac. Here is a screen shot of the file before the merge, the setting menu, the file after merge and the csv file.
View 7 Replies
View Related
Mar 4, 2014
I am using Data Merge in InDesign CS6 (Middle Eastern version) with Arabic language content. The resulting text is all gibberish (mostly rectangles).
View 3 Replies
View Related
Feb 25, 2014
When I do a data merge and select multi records it shift them way off the page. The only time it does the multi page correctly is when I use the default page size (8.5x11). This happens whether I preview it or export it with out the preview. Is there a patch coming out for this or asome setting I am missing? My CS5 did not have this issue.
View 1 Replies
View Related
Jul 30, 2013
I need to know how to place my photos in a story telling sequence in Lightroom instead of the order the photos were taken.
View 1 Replies
View Related
Feb 7, 2014
I have two questions about data merging....
1) I am going to consistently need to merge into a document that I will also set up with mulitple records with the same margins, spacing, etc. Is there a way to 'save' templates so I don't have to start over each time I create a multiple record layout??
2) If I want to merge in a single document, but have the same column 'name' laid out various time, do I keep inserting 'name' from the data source? How will it know to proceed to the next one on the list and not repeat the same one over and over?
View 16 Replies
View Related
Mar 19, 2013
I want to export data from AC3D to Excel; I've tried to do it with copying directly the tables I made, but it isn't text or number format.For example, I want to get the data from this table:
I know that with previous versions of autocad it could be done.In addition, I also want to get value table of the calculated cant of the "Cant Tabular Editor":How can I get a table of this data? I need it because I have a lot of curves and I want to do some verifications of the standars of my country.
View 4 Replies
View Related
Sep 7, 2013
I noticed that importing files from external editor such as photivo or rawtherapee results in a loss/deletion of exif data...
View 14 Replies
View Related
Apr 18, 2013
Does source like below work?
characterStyle.parent == theStory.textRanges[i]
One more questions is if there might be a CharacterAttribute who belongs no characterstyle? Can I iterate charaterstyles to know all the font, bold .. information for all teh textranges?
View 5 Replies
View Related