Photoshop Elements :: Field Data Doesn't Print
Jan 22, 2013
My users are able to fill out a form and save it as a PDF onto their computers. They can re-open it and the data they entered is visible, however when they choose to print the document, the field data does not print.
View 1 Replies
ADVERTISEMENT
Nov 18, 2012
The gps data from my D-SLR camera does not appear in Lightroom 4 after importing the pictures
View 1 Replies
View Related
Feb 26, 2013
Why cant I save a cdr job with all the merge fields setup so that next time I open the file I can go straight to 'merge to new document'.
So Ive set up a 10 to view raffle tickets job. Inserted 20 numerical merge fields, positioned, resized, applied font size color alignment etc etc etc.. Takes ages..... So then merge to a new document, works nice and I can save it fine.
There are a hundred reasons why i may have to close the 'master' merge file before the job has been successfully printed. It may be a repeat print job.
Any which way I really dont get why the live merge data fields are lost on closing the file.
View 3 Replies
View Related
Jul 12, 2013
I have a sheet that has several alignments data referenced and labels applied. Recently some of the alignments changed (slightly extended), I checked the sheet and all of the labels have auto updated. Everything looks good. A Print Preview looks good.
When create the print (to pdf), the alignments that changed and all the labels do not show up. Nothing changed with layers, styles, etc. I tried Synchronize and Refresh from Prospector. I can create another Data Ref but don't want to go thru all the labeling again.
Preview and pdf attached.
C3D 2012
C3D 2012 sp1
W7Pro 64bit
HP Z400 Workstation
16 GB RAM
Intel Xeon CPU W3565@3.20GHz
NVIDIA Quadro 4000
View 2 Replies
View Related
Apr 10, 2013
say you make some parcels in your project with custom data fields like: id_no, permit_no, acres_served etc. you attach an agency provided shape file via an fdo connection that has many fields of information like above.
when you right click on your parcel and do parcel properties you get a tab that lets you input the custom parcel data.
lets say you print an fdo map label showing, say, the id_no, provided in the shape file. Then in your custom parcel properties for id_no you type that in.
is there a way to make an expression to put in the other custom parcel properties that will read, say, the permit_no(id_no) from the fdo like and put that information in the custom parcel property field?
View 4 Replies
View Related
May 26, 2013
When I am designing a picture in Photoshop Elements 10, what I design on the screen doesn't print out the same way. The printed version is slightly cutting off around all edges. I have only started encountering this problem a couple of months ago. It's very frustrating. I know it's not a driver issue and I am formatting the same way and using the same printing methods as I always have.
View 2 Replies
View Related
Jan 1, 2013
problem I am having is with the text fields. I want my text field to be a specific width to fit within my layout - and have the text expand or contract based on the width of the text layer. What happens now is the Last Name (for instance - could be the First Name, Team Name etc) for instance comes in very long and I have to manually compress the text layer width (the height is always good) to fit in the layout (or comes in really short and I have to expand it).
Going through 100's of PSDs after the import of the dataset really slows down the workflow....is there a way to "lock" a text layer to a specific width (and height) - therefore having the text expand/contract as nessessary when the import occurs?
I have looked at couple of scripts - but I am new to JavaScript (use VBS quite a bit at work - but not familar with JS). But this may be what I have to do...
View 2 Replies
View Related
May 3, 2013
I've just installed Civil3D, 64-bit on windows 7(running on bootcamp) and am trying to insert a georeferenced raster image but have encountered some issues.
1. "Home tab>>Data panel>>>insert An Image" - The data panel is missing and it's also not found in "customize palettes"
2. Trying the data connect route does not work either: Display manager>>>Data>>>Connect To Data - There is no 'Data' option and I cannot connect to Data.
View 1 Replies
View Related
May 23, 2012
I have an alignment which is complete in all respects. Profile also has been finalized. now the the survey (joint cross section) has been carried out and the output is in the form of field books. we hav the data in formate like we hav km and than offset left and right and than elevation.
my question is that how to use this data in civil 3d for creating cross sections and computing earth fill quantities.
View 7 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
Feb 1, 2013
I have a 1 mile road topo coming up for design purposes. The curb is standard, but there is full curb & depressed curb. If you had your way from the CAD seat, what shots do you prefer?
Most accurate I've seen iis Centerline, Edge Pavement/Edge Concrete Gutter, Flowline Gutter, Face Curb, Back Curb. More fieldwork, but made a good product.
What I have seen is CL, EP, BC, then "let them just use a template" and several variations thereof.
I have never seen a good way to automatically offset from say BC only and handle depressed curb by field coding.
View 1 Replies
View Related
Oct 31, 2011
I have been through all of the system variable field sources but cannot find one that stores the scale of a viewport. I want to add a field to my drawings that prints the viewport scale and updates it automatically if and when I change the scale.
View 3 Replies
View Related
Mar 28, 2012
How to choose the attribute or field data from a list?
When using the “title block”, attributes and fields to better control the information that belongs to the drawing, then it worth to have a feature that allows selecting this information from a LIST.
For example, if we need to specify “location” of the project, then it is better to have sort of list from which we can select the location of the project the same we do it in the Excel (as shown in the screenshot below).
Is there such feature in the AutoCAD? To choose the information from a list?
View 4 Replies
View Related
Apr 12, 2012
I am just wondering whether FIELD category can access the OBJECT DATA Table ?
I want to use a block to display its OD table's attributes as Annotation text , so that the Text will update when the OD table change.
Or do I need use the Data connection for this purpose ?
View 9 Replies
View Related
Jul 7, 2011
I've got a block with multiple attributes. This is not a problem to redefine the blocks attributes.
Some of the attributes contains dynamic fields (blockplace holder x y z parameters) When i insert a block with such atributes that includes the blockplaceholder dynamic fields i get
X: InsertionPoint => It is recognized as an Dynamic field but displays InsertionPoint. and does not update the value.
How can i update the fielddata from vb.net?
Part of the code I use (where i think the problem is)
For Each attid As ObjectId In refbtr attent = tr.GetObject(attid, OpenMode.ForRead) If TypeOf attent Is AttributeDefinition Then Dim attdef As AttributeDefinition = attent Dim attref As New AttributeReference() attref.SetAttributeFromBlock(attdef, myBlockRef.BlockTransform) Dim attrefid As ObjectId = myBlockRef.AttributeCollection.AppendAttribute(attref) tr.AddNewlyCreatedDBObject(attref, True) End IfNext
View 6 Replies
View Related
Aug 13, 2013
My company is exporting Postcards in Illustrator CS6. What we do is have a large data set imported into the Variables applet and use the Actions applet to record and export action and play it through the whole data set. We later combine the PDF files and print them as a batch.
My question is: Is there a way to create an action that will automatically print the data set while avoiding the print dialog box? It will make the process simple and move faster.
Also, what are your was of creating postcards? Catalogs?
How do people create a catalog with over 60 pages and keep the file size low?
View 1 Replies
View Related
Jun 1, 2010
I have been provided with Surveyed Utility Locates along an Existing Roadway. These are provided to show conflicts between the New Storm Sewer System and Existing Utilities such as Water, Sewer, Gas, Elec, etc. The survey however is incomplete as it was prepared a few years ago and the Storm Sewer has just been designed. Yes, I can create points and provide them to the County Surveying department. However, before this is done, I must provide an easily-understood format of the new survey locations to the County Project Management.
To provide a Point Table which references the Surveyed Points' location in reference to the roadway stationing (Alignment). I have attached what the point table is to look like.
I am unable to find the desired data reference in the currently provided data field selection. Am I just missing it or is this a "Wish List" item?
View 9 Replies
View Related
Jan 31, 2013
AutoCAD Civil 3D 2009 w/Updates, Windows XP Pro, SP3
I am looking for a tool or routine to automatically add a unique object data ID number to Points or lines of a sewer system, that extract a prefix number from a seperate object data table (a location grid of closed polygons), then add a sequential number to each selected object. For example, 12 manhole points and 3 cleanouts are located with in one grid polygon. The Grid polygon has a coded id like 61280206, I want to be able to select all the MH and CO points in that grid polygon and have the new ID numbers be 6128020601, 6128020602, 6128020603, or to be able to specify the starting number like 6128020621,(for adding new points and continuing the sequence.
Better yet would be a routine that would be able to apply this system to all the points in the entire project area, extract the number from the appropriate grid polygon, and fill the numbers in one operation.
This is for the initial id numbering of a Cities, Sewer, water and electrical system.
I have searched for and found many LISP routines that do some of this (like ODCOUNT, etc), but none that I have seen have the data table extraction abilities. I do have one that works like this and files in the prefix number from a named views. I have several thousand grid cells (880ftx880ft). Perhaps there is a way to use my polygons w/table to create and name views
View 3 Replies
View Related
Aug 23, 2013
I am trying to get my points to displey the " mark from our descriptions. The description keys are set to $* and I have tried changing the Label Style from full description to raw description. I cannot get any information after the " mark from our field data. LDD used to put it in, but civil 3D truncates the information. I know I can do a find and replace in the .csv file, but would rather not have to continually edit the .csv file. Where the setting in civil 3D is to allow this to happen? I have even messed with the Point File Formats to no avail.
View 2 Replies
View Related
Feb 13, 2012
How to plot a survey drawing with field data in text format, (using Autocad 2008, so that the point number and XYZ coordinates appear on the drawing.
View 1 Replies
View Related
Oct 13, 2012
How do I get my photos printed? I select a photo but I get the maessage that no photo was selected.
View 2 Replies
View Related
Oct 18, 2012
Using C3d 2013.
Where do I find the PI data of an alignment object to plug into a mtext Field?
Field Category and Field Name and any other steps to locating it would be useful.
View 9 Replies
View Related
Sep 27, 2012
I have problem with attached block (also with other similar blocks with field). This block include field in block attribute. Works fine if I copy and paste this block. When I drag and drop from Tool Pallete field disappeary.
View 9 Replies
View Related
Dec 26, 2012
There appears to be a bug in CS6 - does this work in any version of Photoshop?
Problem - data sets are not refreshed when contents of the data file are changed, despite clicking "Apply Data Set".
The latest updates are installed, running on Windows 7 Professional, 64-bit, plenty of RAM and available storage. This has never worked before and appears to be a bug in the software. I’ve gone so far as to close PS and even rebooted between steps 4 and 5, same problem. Here's how to recreate it:
1. Create a psd, define variables (I've tried both text and graphic layers)
2. Assign csv file as "Data Set", save the psd
3. Run export, close psd
4. Chage data in csv that was defined as Data Set, save and close csv file
5. Re-open same psd
6. Click "Apply Data Set" - nothing happens
Data is NOT refreshed regardless of whether Data Set 1 or “All data sets” is selected. The only thing that seems to work is to open the PSD and redefine the exact same file as the data set again, then batch export. Because I'd be dealing with volumes of psd files that use volumes of Data Set files that change daily, this isn't feasible.
Defining (or redefining the same file) cannot be recorded in batch mode, nor through the listener (tried previous version just to see).
View 3 Replies
View Related
Jun 1, 2012
I am having an issue with X6's print merge not recognizing a properly formatted numeric filed from my Excel spreadsheet. My first issue was that Corel was adding a decimal point after my numbers. This was when they were still formatted as text fields. (which i still don't understand why, since they were just TEXT fileds)
I know that the fields need to be "numeric" fields.
FYI i have ALREADY COMPLETED MY TASK by using an "added" numeric filed that i added IN CorelDraw and then used the "Numeric Field Options" at the bottom of the page to get my number sequence.
However, that is not my question.... my question is: How do i get corel to RECOGNIZE a numeric field AS a numeric field in the first place.
View 2 Replies
View Related
Jun 21, 2012
I'm creating a DCS 2.0 EPS file in photoshop CS6, and when I assign PANTONE colors to the channels, it glitches out when I print it from illustrator CS6.
Certain colors randomly will not print any data.
So I renamed the channels in the DCS EPS file and removed the PANTONE Spot color data, and that seemed to fix the issue. Is there a patch that fixes this issue?
View 6 Replies
View Related
Aug 27, 2012
Is there a depth of field tool in Elements 7.0 like there is in the newer elements 10?
View 5 Replies
View Related
Dec 30, 2012
I get black blobs whenever I drag my cursor to mark the area specified to be in focus. Am I missing a setting to make that blackened area invisible? When I click "done" the part of the photograph to be in focus is still covered with black.
View 1 Replies
View Related
Jan 8, 2013
I have Windows 8 and am new to Elements 11. How do I get print to completely fill a 4 x 6 print paper?
View 5 Replies
View Related
Feb 26, 2013
I have trial version of Elements 11; Also have full version, but have not installed yet, as I wanted to wait until I completed current project. I created/edited an album of wedding photos in the Organizer. I tried to upload album to Shutterfly to make an archival DVD and also make a photo book in Shutterfly. The photos uploaded individually to the Shutterfly print page to print individually, but the album will not upload to My Pictures, it shows the album name, but it is empty. How do I get the photos to upload?? Shutterfly was not sure how.
View 1 Replies
View Related
Jun 20, 2003
Im creating a label for my CD, and I created the images with PS7 & then imported them into coreldraw in EPS format to do the text. (I heard that vector programs create cleaner, crisper text than bitmap programs,and my fonts are between 8 - 10 size). I added my text & some vector clipart then printed it directly from CorelDraw & the text & clipart was super crisp but the imported image was gritty, so I exported the entire file back into PS7 in Corel EPS format. I printed it in PS7 & the reverse happened: The image was nice & clean & the text was gritty. Am I importing/exporting in some wrong fashion, or there a way to have both my images & text come out crisp & clean?
View 7 Replies
View Related