AutoCad :: Publish DWG To Multiple PDF Or DWF Files?
Apr 15, 2013
I have a client that needs me to deliver my drawings in PDF format as multiple files with a specific naming convention. What I am doing is publishing to multiple files then renaming each file individually which is time consuming and prone to error.
I was hoping to come up with a way to automate the process.
Here's what I have: Each layout contains a title block block, lets call it "tblock". Within this block there are attributes for drawing title, sheet number etc, lets call these attributes "dt", "sn" respectively. Each layout also contains an Xref which contains a block which has attributes for revision data such as date, revision, issue description etc Lets call the xref "XA1", the block "Xtblock" and the attribute I need "Xrev". In visual basic it might look something like XA1.Xtblock.Xrev
Here's what I need: export each layout as {sn} {dt} Rev {Xrev}.pdf
Now I have used VB to automate Excel tasks and create Database applications so I would describe myself as "handy", just not used VB within Autocad before. I have also not used LISP before either so I'm a bit of a layman in that respect.
View 0 Replies
ADVERTISEMENT
Nov 9, 2012
I am trying to publish multiple tabs in to PDF. But when I do publish command, I get one PDF for each tab, I don't want that. I want all the tabs to be plotted into one PDF. I tried going into the option of publish and set it to multi-sheet dwg, but that doesn't seem to solve the issue.
BTW I am using Acad 2009.
View 7 Replies
View Related
Mar 29, 2012
the issue is when i try to publish multiple dwg files which containing civil 3d objects including data ref to pdf it won't do it other whatever drawing is currently open.i kinda can see why. because the data ref reading is not programmed in when "invisibly" opening the cad files. xref are autocad native and it works.
so no warnings or anything. just publish the first one and told me it's done. i've seen this years ago when first started using civil 3d but then i just never complained here.
is there a solution for this? what i did before was obviously open each drawing. then publish, huge waste of time. making me hate my job because of repetative tasks. i almost always try to automate.
yesterday made a program to make one surface for each csv file there was hundres of them and basically 2 hour programming and 1 minute to process the files once got the program working.can read subfolders to find csv file too.
Civil 3D 2012
Work: Xeon W3503, 12GB, Quadro 2000, Dell P2211H x 2
Home: 3930k, 12GB, GTX 590, U3011, QX2710
View 1 Replies
View Related
Dec 4, 2012
I want to plot of .dwg file(with Multiple Layouts) as PDF using interop services, where PDF should contain all the layouts.
View 1 Replies
View Related
Jun 17, 2013
I'm using Window 7 Home edition and AutoCAD 2014.
When I publish multiple pages with either pdf or printing, it only prints the first layout. I tried to repair/reinstall AutoCAD and the problem still exist.
View 8 Replies
View Related
Oct 26, 2012
How to use Autodesk's DWG to PDF driver to plot multiple through publish? Whenever I try to plot more than one layout at a time I get a driver not found error.
View 2 Replies
View Related
Jul 5, 2011
I'm weaning myself off of Adobe's PDFMaker and learning how to publish.
I've got everything working but I'm prompted at an Adobe prompt (Save PDF File As...) for every sheet
which is overwhelming when I have multiple drawings with multiple sheets.
I don't know how (or if it is possible) to make it just save to the default name and continue onto the next one.
View 3 Replies
View Related
Dec 9, 2013
I use 2012 at home and 2013 at office, I would like to PUBLISH more than one layout in grayscale, now I`m having it in color.
how can I define the plot style/ page setup within the PUBLISH command?
View 1 Replies
View Related
Dec 31, 2013
I'm having an intermittent issue with my publish command. So far the pattern seems to be on drawings with a larger number of sheets (last one was 15, this one is 7). When I get the publish dialog box, I'll set the number of copies to however many I need but it ends up only printing one set. It doesn't happen every time. Just with these two drawings so far. They have nothing to do with each other and haven't shared any data. The only similiarity is that they're both older projects that were started some years ago on previous CAD versions.
View 7 Replies
View Related
Feb 16, 2009
When using the publish command to print multiple sheets from Civil 3D, it will sometimes fail to print certain objects. Usually it is a profile. Occasionally it drops some of the pipes. When we plot sheets individually it plots fine. Only C3D objects are affected, not regular ACAD objects. It only seems to be pipes and profiles. This problem is sporadic. It may be drawing specific but the sporadic nature of it makes it hard to say for sure.
The way we set up our drawings, profiles and pipes are almost always DREF's. This appears to be related. If we creat a test drawing with everything in one drawing publish works fine. If we then seperate into two drawings, DREF the data, and then publish again, the pipes disappear (from the plot not the drawing itself).
The same problem occurs on two different printers so I don't think it's driver related.
It started happening when we were on 2008. I thought maybe it was just that version. However, it seems to have gotten worse in 2009.
View 8 Replies
View Related
Jun 19, 2012
I've created a publish service (jf zenfolio) under which using the the jf plugin publish I created varios folders, under which I've dropped different photos to publish.
Now... is there anyway I can tell the publish service to publish / republish everything in one click (instead of having to click on each folder to see if there's anything outstanding?
View 1 Replies
View Related
Aug 8, 2013
With Autocad 2013 we have found an unconsistant problem with overwriting PDF files with same name. This only happens with publish command (ie, can just plot 1 layout to pdf and overwrite no problem). The funny thing is, it doesn't happen all the time - just 50% of the files (and yes, the file is not in use when attempting to overwrite).
View 9 Replies
View Related
Apr 17, 2013
When I select multiple PS tabs and Publish them all to a pdf, the pdf file that is created has a small lock next to it UNLESS I select AutoCAD's default location (my documents). If I select a project folder and name the pdf whatever I want, it puts the small lock. If I let it put it wherever it wants, it doesn't.
Even if I change the default location through Publish Options, it will add the lock. I need to be able to select different folders every time so I need the option of selecting where to put it.
How to stop it from making files with the lock icon on them?
View 6 Replies
View Related
Mar 29, 2012
I am attempting to plot drawings to PDF's using publish. My problem is that when I have my sheet files loaded in the publish window, only some of them have the desired plot styles, I can't understand why this is.
I will go into a little more detail, when you select the page setup drop down menu and you are able choose the plot style you desire, various drawings don't have all of the options.
I am fully aware that you can just move a drawing that has the plot style to the top, select all of the drawings at once and you change them all but this is only a temporary solution.
View 1 Replies
View Related
Aug 6, 2013
We have written a .Net ACAD2014 plugin to publish PDF files to be used by accoreconsole for batch processing and we have found that dates contained with the drawing are incorrectly formatted using the American date format mm/dd/yy.
Within ACAD2014 using netload and executing the command, dates contained within the title block are correctly formated using the current culture information in this case en-AU (dd/mm/yyyy).
When performiing a netload within accoreconsole the dates are formatted as en-US (mm/dd/yy) even though when reporting the current culture from within accoreconsole it is reporting as en-AU.
View 1 Replies
View Related
Mar 1, 2012
I installed AutoCad 2011 on a new computer Win7 Prof Off OS. I'm trying to make single pdfs for each dwg that I have. No matter what I select it keeps making one multi page file of all my dwg sheets.
I've tried going under Publish Options > General DWF/PDF and I've tried both Multi-sheet file and Single-sheet file getting the same results. I have the same problem whether I use Dwg to Pdf.pc3 or my Adobe.pc3 driver.
View 1 Replies
View Related
Oct 12, 2012
when I trying to publish in single-sheet file. so I type publish on my command bar, then I chose publish to pdf but when i try to click on publish options to set the location where I need to put the pdf files the publish window freeze. same thing when i click on add sheet button.
NOTE: I have this problem especialy when I used AUtoCAD from home. to use AutoCAD from home I made borrow licence.
View 1 Replies
View Related
Nov 30, 2011
running autocad 2010
Is there any way to reset plot files in publish without opening each drawing indvidually and resetting the plot file?
View 2 Replies
View Related
May 9, 2013
Using AutoCAD 2013, myself and several other coworkers have encountered an error message when creating a pdf with the publish command. I attached a screen shot of it.
We never experienced this in earlier versions. It doesn't happen 100% of the time, but it has been recurring more in the past month. I have restarted the computer after receiving the message and then invoked the publish command after restart and it was successful. I'm not going to do this every time I publish, nor do I see the need to turn off background plotting. That just seems like a bandaid fix.
I even tried publishing with different page setups to determine if it would react differently to any page setup, but it doesn't. I attached a view of my publish window, as well.
View 1 Replies
View Related
Jan 27, 2014
Imported a parent folder with multiple children (20-40) folders. I've adjusted the photos and now want to publish easily to smugmug.
View 1 Replies
View Related
May 31, 2013
I need to publish multiple files that are in the Named Plot Style Mode in Black and White instead of color. Is there a way to do that in 2012? In previous versions it wasn't a problem. Short of opening every single file and doing the convertpstyles I can't seem to figure out a quick way to do it. Is there an option somewhere that I can change to make the Publish use the Color Plot Style Mode so that it will recognize the monocrome.ctb file?
View 9 Replies
View Related
Jun 4, 2012
I am trying to batch plot to PDF's from a drawing file that has multiple tabs in it. I would like each tab to be a separate PDF file. We are utilizing Acrobat X to write the PDF's. AutoCAD places all of the tabs into one file whether I tell a Multi-sheet file or a Single-sheet file.
View 6 Replies
View Related
Jan 31, 2013
I'm trying to find a way to plot multiple (over a thousand) DWG files to PDF without doing each one manually. I've played around a little bit but without any luck. I'm using AutoCAD 2002 LT. Is there any way to do this?
I've also got little to no experience with the more complex settings and abilities of autocad so do so in laymans terms.
2002 lt has no general publish (only publish to web) option and how sheet sets work.
View 4 Replies
View Related
May 26, 2013
how to convert multiple selections to multiple layers or multiple files with one go?
View 6 Replies
View Related
Feb 17, 2013
When I publish photos from one of my publish services, sometimes they export as 0 kb files and sometimes not. It's pretty random because when I delete the empty files and republish them, some files turn out ok, but other ones are still empty.
View 2 Replies
View Related
Dec 30, 2013
I have created a lightroom 3 publish service that will export each photo as a huge TIFF file over a slow broadband connection to an external server. The external server creates 3 compressed JPEG files from the TIFF file.
I think this is too slow and that it would be much better if the lightroom publish service created those three files and then sent them over the internet. Please note I am using Mac OS X 10.8.5 and Lightroom 3.
My question is, what would be the best way to accomplish this task? Can lightroom compress the photo 3 times, or is it best to create another script on the local machine to accept each file, compress them, and then send them via the internet?
View 1 Replies
View Related
Mar 30, 2012
When you publish to pdf in X5, you have the option to change settings and save them. Where is this file located?
I upgraded to Windows 7 and forgot to write down the settings I saved. So, I want to go to my backup and find the file(s) that stores the custom settings for publish to pdf.
View 5 Replies
View Related
Dec 28, 2011
I was facing problems with X5 soon after installing it, it actually doesn't installs properly. Somehow i have to End Process of installation and though find X5 in my Start menu of Windows XP SP2. Well the actual problem started when i recently tried to publish PDF for one of my client's brochure of 17 pages, X5 closes all of a sudden and i have to restart the whole process. At times it creates a PDF which then has errors and Acrobat Reader don't read it.At times X5 even gives Error while saving files. Then have to click Save till it actually saves the file.I uninstalled X5 thinking, there could be some corrupted files and re-installed, but all in vain..
View 1 Replies
View Related
Feb 18, 2013
I have a large batch of OS data covering the housing stock of a housing association which I'd like to break down into 81seperate local area maps. There are 162 of these files and each of the local area maps covers 3 or so of the shp files. I'd like to style each map the same.
So I go into the style manager for one of the loaded shape files and create a simple style.
rule 1 DESCGRP = "Road" Style: none
rule 2 Default = thin black polygon.
I'd like some way fo doing this automatically or simply. Because doing it 162 times with all the shp files loaded is majorly time consuming and at soem point I'd like to be able to use more complex styles. Is there any easy way of doing this?
I also have all the shp files as gz files if that would make life easier and as lines rather than polygons.
View 2 Replies
View Related
Apr 11, 2011
I have two SDF files, one is a fiber layer (ie Lines representing where fiber optic cable is located). The second SDF file is the vendor layer (ie Buffer area that represent the right-of-way ownership of the fiber/ie railroad or public). I want to use the second SDF file to query the first SDF file. For example I want to use the vendor layer to select all fiber that is on railroad right-of-way. I have no problem quering single SDF files, but I figure in AutoCAD there has to be a way to accomplish this task.
View 8 Replies
View Related
Nov 21, 2013
I have an autocad file with multiple 3d solid objects in it. The 3d objects are organised by different layers with particular layer names.
Requirement: Can i create multiple autocad files that have file names derived from layer names of the original autocad file. Also, the 3d solid gets copied into the newly made files respectively according to the layer.
View 3 Replies
View Related