PaperModelers.com

Go Back   PaperModelers.com > Designers Corner > Software

Reply
 
Thread Tools Display Modes
  #1  
Old 12-02-2022, 07:08 PM
Amccombs3's Avatar
Amccombs3 Amccombs3 is offline
Member
 
Join Date: Dec 2008
Location: Fairfax, VA
Posts: 990
Total Downloaded: 103.90 MB
Pdf copy & paste images question

My current project gives me the pattern for parts 56 and 58a, two circles which are the backing for road wheel assemblies — that is, each wheel is built up on top of these plain circles, which are laminated onto 1mm board. I need 12 of one circle and 16 of the other. Each one is a little bigger than an American quarter, as shown.



My printer will scan the page and output it as a pdf file. I would like to copy and paste the part of the page with the circles, so I could print a whole page of them. I would like recommendations for the simplest free program that can do this. I’m trying to avoid a steep learning curve for what seems like a simple task. Thanks!
Reply With Quote
Google Adsense
  #2  
Old 12-02-2022, 08:54 PM
whulsey's Avatar
whulsey whulsey is offline
Member
 
Join Date: Jun 2007
Location: Miami, AZ
Posts: 8,843
Total Downloaded: 65.34 MB
If you have one of the last couple of versions of Windows with the 'snipping tool' you can use it to make a jpeg. Then just copy and paste as many as you need into a blank page in any of the office files, either OpenOffice or Word, etc.
Reply With Quote
  #3  
Old 12-03-2022, 12:24 AM
CharlieC's Avatar
CharlieC CharlieC is offline
Member
 
Join Date: Jul 2007
Location: Brisbane
Posts: 2,226
Total Downloaded: 16.12 MB
Gimp will open a .pdf, one page at a time. You can create a new page - Gimp will give you exactly the same format as the page you opened. Then you can select the parts of the original image and paste them into the new image. You can save as a .pdf or print directly from Gimp.

if that's too daunting PM me.

Regards,

Charlie
Reply With Quote
  #4  
Old 12-03-2022, 05:53 AM
Siwi Siwi is offline
Member
 
Join Date: May 2012
Location: Southampton, birthplace of the Spitfire
Posts: 1,271
Total Downloaded: 134.16 MB
paint.NET is an excellent and simple to use image program. You can copy-paste your circles easily.
__________________
Currently in the hanger: Thaipaperwork Martin B-26 'Flak-Bait'
In the shipyard: JSC barkentine 'Pogoria'
Recently completed: TSMC F-16, S&P Kawanishi N1K1 Kyofu diorama
Reply With Quote
  #5  
Old 12-03-2022, 06:03 AM
SCEtoAUX's Avatar
SCEtoAUX SCEtoAUX is offline
Member
 
Join Date: Jul 2007
Location: USA
Posts: 7,803
Total Downloaded: 567.16 MB
You can use what you most likely already have on your computer. Since your printer generated the pdf it probably has no restrictions on it. Use the Take Snapshot tool in the pdf reader you use and drag the selection box over the circles. It will put the image on the clipboard. Then open Paint and paste the image multiple times.
__________________
~Doug~
AC010505 EAMUS CATULI! Audere est Facere THFC 19**-20** R.I.P. it up, Tear it up, Have a Ball
Reply With Quote
Google Adsense
  #6  
Old 12-03-2022, 09:39 AM
Laurence Finston Laurence Finston is offline
Member
 
Join Date: Sep 2021
Location: Germany
Posts: 395
Total Downloaded: 0
Please see attachments. I just used the image you posted. I think the images are probably too big. If so, please post the original PDFs or a JPEG in the correct size and I'll do it again, unless you want to do it yourself. It's possible to scale them, either in GIMP or with EPSF (in the TeX file), but it's easier to just start with them in the correct size.

I used GIMP to cut out the individual circles. The command is "Crop to Selection" in the "Image" menu. Then I exported the resulting images to Circles56.eps and Circles58a.eps, respectively. Then I called the following commands at the command line:

tex Circles.txt
dvipdfmx Circles.dvi

That created Circles.pdf (attached).

The forum won't allow me to upload the EPS (Encapsulated PostScript) files, so I exported the images again as JPEGs and uploaded them. Nor would it allow me to upload Circles.tex, so I made a copy and named it Circles.txt (attached).

I divided Circles.pdf into separate pages using this command:
pdfseparate Circles.pdf Circles%d.pdf

That created Circles1.pdf, Circles2.pdf and Circles3.pdf. I then loaded the first two into GIMP and exported them as JPEGs, just so they would be displayed as images at the bottom of this posting. Otherwise, there would have been no need to bother.

Hope this helps.
Attached Thumbnails
Pdf copy & paste images question-circles56.jpg   Pdf copy & paste images question-circles58a.jpg   Pdf copy & paste images question-circles1.jpg   Pdf copy & paste images question-circles2.jpg  
Attached Files
File Type: pdf Circles.pdf (71.6 KB, 4 views)
File Type: txt Circles.txt (2.4 KB, 3 views)
Reply With Quote
  #7  
Old 12-03-2022, 04:49 PM
Laurence Finston Laurence Finston is offline
Member
 
Join Date: Sep 2021
Location: Germany
Posts: 395
Total Downloaded: 0
This is an ad hoc example of how one could make any desired number of circles of any desired size using only Free Software:

Circles1.ldf.txt (Remove the ".txt" suffix.): 3DLDF code for generating the images.

plainldf.lmc.txt (Remove the ".txt" suffix): A file of 3DLDF macros, included by Circles1.ldf.

Circles1.tex.txt (Remove the ".txt" suffix.): TeX code for including the EPS images generated by running 3DLDF and MetaPost.

Circles1.pdf: The result (5 pages, circles from 1in to 2in diameter in increments of .25in). I used 8 1/2 x 11in (US letter portrait) as the document format.

Circles1_1.jpg: The first page of Circles1.pdf as a JPEG image. Converted using GIMP. I used pdfseparate to extract the first page.

These are the commands:

3dldf Circles1.ldf
mpost Circles1.mp
tex Circles1.tex
dvipdfmx Circles1.dvi
pdfseparate Circles1.pdf Circles1_%d.pdf
gimp Circles1_1.pdf
In GIMP: "Export as", change suffix to "jpg", click export, etc.

Circles1.mp is generated by 3dldf from Circles1.ldf.

3DLDF is available here: 3DLDF - Summary [Savannah]
It can be cloned from the GIT repository using one of these commands:
git://git.savannah.gnu.org/3dldf.git
Index of /git/3dldf.git/
ssh://git.savannah.gnu.org/srv/git/3dldf.git


Tex is available here (among other places): TeX Live - TeX Users Group
MetaPost and dvipdfmx are included in TeXLive and I'm pretty sure pdfseparate is, too.

GIMP is available here: GIMP - GNU Image Manipulation Program

Since the drawings are 2D, it would, of course, be possible to generate them with MetaPost alone, instead of using 3DLDF. However, there are probably some slight differences in the commands. If one already knows MetaPost, it shouldn't be difficult. Otherwise, it would be a trade-off between learning it or installing 3DLDF.
Attached Thumbnails
Pdf copy & paste images question-circles1_1.jpg  
Attached Files
File Type: txt Circles1.ldf.txt (2.2 KB, 1 views)
File Type: txt Circles1.tex.txt (1.1 KB, 0 views)
File Type: pdf Circles1.pdf (155.1 KB, 4 views)
File Type: txt plainldf.lmc.txt (3.9 KB, 0 views)
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 07:28 PM.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
Copyright © 2007-2023, PaperModelers.com