TheSwamp

CAD Forums => CAD General => Topic started by: Mark on March 13, 2015, 01:42:41 PM

Title: PDF driver for "Publish"
Post by: Mark on March 13, 2015, 01:42:41 PM
Does anyone know what PDF driver gets used when you an issue the Publish command? I am having a quality issue between that and the DWG to PDF.pc3. *shrug*

Thanks
Title: Re: PDF driver for "Publish"
Post by: ChrisCarlson on March 13, 2015, 03:45:30 PM
Should be DWG to PDF.pc3
Title: Re: PDF driver for "Publish"
Post by: Rob... on March 13, 2015, 04:34:43 PM
That's what I thought.
Title: Re: PDF driver for "Publish"
Post by: Daniel J. Ellis on March 16, 2015, 09:32:20 AM
That's what I thought.

Likewise.

If you need a workaround - save a pagesetup in one of the drawings you want to publish using DWG to PDF.  When you're in your publish command set all sheets to this pagesetup and set your publish "destination" to "printer specified in page setup."

dJE
Title: Re: PDF driver for "Publish"
Post by: Mark on March 16, 2015, 09:53:50 AM
That's what I thought.
I did too but i get different results in the quality of pdf. *shrug*

If you do Output -> Export -> PDF it seems fine.
Title: Re: PDF driver for "Publish"
Post by: mjfarrell on March 16, 2015, 02:22:27 PM
Does anyone know what PDF driver gets used when you an issue the Publish command? I am having a quality issue between that and the DWG to PDF.pc3. *shrug*

Thanks

as others have said...best to use a named page setup...then you should know what you will ALWAYS get
Title: Re: PDF driver for "Publish"
Post by: ROBBO on March 17, 2015, 10:03:04 AM
The device name can be be found in the Plot and Publish Details Dialogue box.
Title: Re: PDF driver for "Publish"
Post by: Mark on March 17, 2015, 10:23:21 AM
The device name can be be found in the Plot and Publish Details Dialogue box.
Sure enough!

Thanks.
Title: Re: PDF driver for "Publish"
Post by: ChrisCarlson on March 17, 2015, 10:27:16 AM
Is it not DWG to PDF?
Title: Re: PDF driver for "Publish"
Post by: Mark on March 17, 2015, 10:50:12 AM
Is it not DWG to PDF?
No. It is DWG to PDF! *shrug*


Here's another one to ponder. Under Publish options: Multi-sheet file does not produce a single PDF file when I use Plotter named in page setup.

Title: Re: PDF driver for "Publish"
Post by: ronjonp on March 17, 2015, 11:11:46 AM
Is it not DWG to PDF?
No. It is DWG to PDF! *shrug*


Here's another one to ponder. Under Publish options: Multi-sheet file does not produce a single PDF file when I use Plotter named in page setup.
I've never gotten that multi option to work.
Title: Re: PDF driver for "Publish"
Post by: ChrisCarlson on March 17, 2015, 11:13:32 AM
The publish command ran though Acad / Publish is odd. Why not make a shell sheet set and publish that way?
Title: Re: PDF driver for "Publish"
Post by: Jeff H on March 17, 2015, 12:03:02 PM
Is it not DWG to PDF?
No. It is DWG to PDF! *shrug*


Here's another one to ponder. Under Publish options: Multi-sheet file does not produce a single PDF file when I use Plotter named in page setup.
PUBLISHCOLLATE = 1
Title: Re: PDF driver for "Publish"
Post by: rkmcswain on March 17, 2015, 12:36:05 PM
Strange that you bring this up because....

I almost exclusively publish to PDF from the SSM, and I never have any issues. My page setups are *usually* set to "DWG to PDF.PC3", but on occasion I do publish an older sheet set where the page setup may be set to something else. Still, no issues..

Other people here "PLOT" using "DWG to PDF.PC3" (everyone is mapped to the same PC3/PMP files and plot styles), and frequently have issues with wipeouts, background masking, and similar oddities.

I've always felt that publishing is doing something different that PLOT even though both are using the same PC3/PMP files.
Title: Re: PDF driver for "Publish"
Post by: ChrisCarlson on March 17, 2015, 01:04:40 PM
We have a lingering issue with Publish / Plot to PDF where Adobe does not like or render solid hatches correctly. Just always attributed it to Adobe mucking about. Might have to dig more into it.
Title: Re: PDF driver for "Publish"
Post by: DIW_CADtech on March 25, 2015, 05:08:35 PM
With wipe-outs we have always had mixed results, but 9/10 times it's wrong in the PDF.. we avoid them like the plague.   as an alternate option image clipping and xfref clipping.. or.. iembed the image and clip out what you don't want with the raster tools.   Wipe-outs tend to be a crutch, and a painful one at that.  It seems at times they work on one machine and not on another even thou both machines were set up identically.  In any case.. very buggy with adobe.. and it doesn't matter much which PDF driver you use.. it almost seems random weather it works or not.
Title: Re: PDF driver for "Publish"
Post by: hudster on April 02, 2015, 05:05:30 AM
We had the same issue, I solved it by upping the DPI in the Precision dropdown. The defaults are 200 DPI, I created a custom version and changed the DPI to 300 and it seemed to solve most of the hatch issues.
Title: Re: PDF driver for "Publish"
Post by: Bryco on July 06, 2015, 11:55:08 AM
Code: [Select]
Here's another one to ponder. Under Publish options: Multi-sheet file does not produce a single PDF file when I use Plotter named in page setup.I found setting  "EXPORTPAPERSPACE", 0 before exporting will always give a single sheet
"EXPORTPAPERSPACE",1  will always give a multi sheet. ( I do it with code).
Now I have to figure out how not to use export due to the insane text boxes added in acad 2016 for .shx fonts which we use almost exclusively
Title: Re: PDF driver for "Publish"
Post by: Peter2 on July 07, 2015, 12:15:19 PM
Does anyone know what PDF driver gets used when you an issue the Publish command?...
I know, the question is some weeks old, but .. - you could look at the File-properties of the created PDF. There is "PDF producer" and "application". Maybe it helps.