Jump to content

Search the Community

Showing results for tags 'pdf'.

  • Search By Tags

    • pdf ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


  1. Hi Is there any way to export all layers separately into pdf format? i want to export all of them at once to edit them in illustrator. It's taking alot of time to export them one by one from autocad I don't have any professional Experience with programming but i have tried to m...
  2. Dear All, Where is Find DWG to PDF Custom Paper Size in Registry........?????
  3. I've been working on a project where I have used various hatch patterns to indicate sidewalks, bicycle paths and water. It shows up in my AutoCAD as shown on the screenshot, but the patterns are not appearing in either the print previews or the pdf's. Only one hatch pattern ends up showing up...
  4. Hey guys, Just a quick one - hopefully someone will be able to set me straight pretty easily. When I print PDFs using the AutoCAD PDF creator (DWG to PDF.pc3).... I get a pretty nasty representation of the text within the DWGs (see attached image). Does anyone know of a setting or a...
  5. Hello engineers, I've come to an issue: When I try to import the pdf to autocad layers seem to mess up. I've tried different options importing, unfortunately - none of those have worked. Is there a solution?
  6. Hello to everyone! I wand to create a lisp file that prints on a loop while hiding and unhiding different layers. I am working on a cad software called 4MCAD. 4MCAD unfortunately does not have the native Autocad DWGtoPDF printer. The main problem I am facing is that I have to use third p...
  7. Hi all, I have written a lisp that uses the vl-file-copy command to move this PDF to another folder. But this only works for the original pdf, not for the link! Does anyone know if I need to change something in the command to be able to move the link? The file name remains the...
  8. Hi Guys, I have several layouts when drawing, which also have different names. I want to save in a Lisp all layouts that start with a specific name in a certain folder as PDF. I am new in lisp, but i have managed to write a lisp that selects the correct location for me. Unfortunate...
  9. CyberAngel

    Sheet sets and alignments

    This is more of a solution than a problem, in case it happens to someone else. tl;dr: When you publish a sheet set, you may get an unexpected alignment in your output. I have a drawing created with LDD. I wanted to add a sewer profile, so I created an alignment. The alignment object was...
  10. Lejla sehovic

    Lejla Sehovic

    Hello, I am new in AutoCAD. I draw 1:1 floor plan, I draw 1m in real like 1 in autocad. Now I have to plot it in pdf as 1:50. How can I do that
  11. will there ever be a day where inserting a pdf underlay into autocad doesn't slow it down or am I doing something wrong? I would rather not degrade the quality and make it a jpg
  12. I have had this issue for a long time and not been able to figure out what causes it. On a variety of drawings I have a number of Paperspace layout tabs. Each layout tab has the drawing number in the title block in paperspace in the bottom right corner. On some tabs, when I p...
  13. Hi all, my lisp knowledge is very limited so I was hoping someone could help mw with this. I have a lisp which I copied from a Autodesk forum (https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/export-to-pdf-lisp-routine/td-p/5704455) and tweaked a little to suit my needs. It basicall...
  14. This code used to work fine for plotting to a .pdf: (defun c:SendToPDFefa() (vl-load-com) (if (setq filename (getfiled "Save File Location" "" "pdf" 1)) (progn (command "-plot" "yes" "" "DWG To PDF.pc3" "ANSI expand B (11.00 x 17.00 Inches)" "inches" "...
  15. Hi All. I was wondering if anyone knows of a tool or a way to basically, batch PDF multiple viewports or specific coordinates within a paper layout. I have an A0 drawing where i need a print of the A0 drawing, and multiple grids set to A4 then a Jpeg showing the full plan with the grids on. I ha...
  16. All, With the help of other lisp routines We have come up with a way to use Publish to make a multi page PDF without using a 3rd party program. Here it is for everyone to look at and use. It works and does what we want it to do but we haven't figured out how to delete the DWG files when it's don...
  17. Hi thanks for looking, I have a problem with pdf'ing, my text comes out in random shades both when exporting and plotting to pdf. when viewed in adobe acrobat it displays as below weirdly when viewed in a nuance reader it displays fine. the pdf also prints to hardcopy fine, but clients mos...
  18. All, I found the really cool lisp routine to send an AutoCAD drawing as an attachment in an Email and was wondering if it could be modified to send a PDF instead. (defun c:eMail (/ _catch file outlook email) ;; Using Outlook, eMail selected object(s) in a temporary DWG file ;; Many than...
  19. I have a client who used Simplex.shx font all over their drawing package. Is there a way to use Simplex.ttf in a text style instead? I have read and searched all over and haven't gotten anything to work. When I go to my style manager Simplex_IV25 and SimplexIV_IV50 are the only true type fonts I can...
  20. I inserted a pdf file (table) and printed it out. Now that I want to open the file again, the table is gone and its address is shown instead. What is wrong and how can I keep the table as the first time?
  21. Hey everyone, I am new to this whole forum thing, so I apologize if I should be starting a new thread but I do have a question related to this that I was hoping you could help with. I have been trying to automate my plotting process using MColor 9 which is a extension to CAD for color rend...
  22. All, I need some help with this PDF plot lisp that was created at work, this lisp was created to take material list sheets PDF them and drop them into the source folder with the sheet name as the file name. I was wondering if someone could help figure out how to combine the pages together to cre...
  23. I have been working to correct issues we did not realize we had with PDF output from AutoCAD DWG and Inventor IDW files. I have seen several posts related to the same thing so I wanted to share what I have discovered and the fix for it to date. If you are finding that your DWG files or IDW file...
  24. Hello All, I'm out-of-work and searching. Whilst going through the process, my wife has started a new business. I have become the DeFacto CAD Toad. She keeps feeding me and not making me sit out in the rain, so life is good. We've used the Primo PDF Free version along with AutoCAD for many y...
  25. Hello, A question about plotting to PDF and paper printable areas that I wonder if anyone can help with. I have a LISP routine that plots a PDF to the file where the original drawing is saved. This mostly works great for me. Our drawing standards are to use the default standard paper...
×
×
  • Create New...