| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
| X-Recipient: | geda-user AT delorie DOT com |
| Message-ID: | <1382875635.2038.6.camel@AMD64X2.fritz.box> |
| Subject: | Re: [geda-user] FW: Printing problems |
| From: | Stefan Salewski <mail AT ssalewski DOT de> |
| To: | geda-user AT delorie DOT com |
| Date: | Sun, 27 Oct 2013 13:07:15 +0100 |
| In-Reply-To: | <DUB125-W3544CD3E582F9CAC17CAA2C60F0@phx.gbl> |
| References: | <DUB125-W26328A29B7532229F34CB8C60E0 AT phx DOT gbl> |
| <DUB125-W3544CD3E582F9CAC17CAA2C60F0 AT phx DOT gbl> | |
| X-Mailer: | Evolution 3.8.5 |
| Mime-Version: | 1.0 |
| Reply-To: | geda-user AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | geda-user AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sun, 2013-10-27 at 14:22 +0300, Hannu Vuolasaho wrote:
> I belive the schematics are rasterized
There should be really no rasterization, I have never noticed any. (I
guess cairo is still not used for pdf output.)
For PDF documents, there exists many tools which can assemble pages or
remove pages...
I have used LaTeX, because I am familiar with it, and it can fit
schematics to page size and number pages. I used this file, command
should be something like "pdflatex filename"
\documentclass[a4paper,landscape]{article}
\usepackage{pdfpages}
\begin{document}
\includepdf{Overview.pdf}
\includepdf{InputDividerCh1.pdf}
\includepdf{InputDividerCh2.pdf}
\includepdf{AmplifierCh1.pdf}
\includepdf{AmplifierCh2.pdf}
\includepdf{AmpCommon.pdf}
\includepdf{TDC.pdf}
\includepdf{PowerManager.pdf}
\includepdf{DC_DC_Converter.pdf}
\includepdf{Digital_In_A.pdf}
\includepdf{Digital_In_B.pdf}
\includepdf{Digital_In_C.pdf}
\includepdf{Controller.pdf}
\includepdf{ADC.pdf}
\includepdf{FPGA_Power.pdf}
\includepdf{FPGA_B0B1.pdf}
\includepdf{FPGA_B2B3.pdf}
\includepdf{Misc.pdf}
\includepdf{Lin_Regulators.pdf}
\includepdf{RAM.pdf}
\includepdf{Grounding.pdf}
\end{document}
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |