AutoCAD: Publishing (Batch plot) to single-sheet PDFs
How to have AutoCAD publish to multiple PDF files instead of one PDF file with multiple pages: The following variables need to be set to “0”: PUBLISHCOLLATE = 0 BACKGROUNDPLOT = 0 In Sheet Set Publish...
View ArticlePDFCreator Virtual Printer nostringval Error Fix
Sometimes, when you print to PDF using PDFCreator, you can get the following error on the last page of your PDF output: “ERROR: undefined […] OFFENDING COMMAND:_ […] STACK: [….]” You can fix this...
View ArticleFirefox Can’t Find Acobat Reader In Your Home Directory (Linux)
After installing Acrobat Reader in my home directory, I was getting the following error when trying to view a PDF using Firefox: Could not launch Adobe Reader 9.1.2. Please make sure it exists in PATH...
View ArticleModeling Physically Realistic Human Motion from Monocular Video Sequences
Xiaolin Wei and Jinxiang Chai developed a program that tracks human bodies in videos to create animated 3D models (which can then be viewed from any angle). It will be presented at Siggraph in Los...
View ArticleFree DIY Shed Plans Complying To The Florida Building Code
Update: 109 PDF shed plans complying to the 2014 Florida Building Code as of 03-06-2016. Download free PDF shed plans complying to the 2010 Florida Building Code (latest code as of 12/23/2012)...
View ArticleConvert Multi-layer Gimp Image to Multi-Page PDF Using ImageMagick
Using ImageMagick’s convert utility, it can be done easily: 1) Reverse order of layers (page one is bottom layer) 2) Save as .mng (Multiple Network Graphic files – an animated image file format) 3) On...
View ArticleCombine PDFs using ghostscript in Linux
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=out.pdf in1.pdf in2.pdf in3*.pdf The prepress option is used to preserve higher quality (high quality, color preserving,...
View Article