Interactive 3D PDF from CAD via Photoshop

Hi,
I see a lot of discussions on this topic but none ever seem to have an answer.
My designers are rendering images in FormZ (CAD program).
FormZ has no way to directly output an interactive PDF where you can see a 360 degree view.
FormZ support and lots of info I googled tell me to run it thru PS Extended 3D.
It seems that PS CS6 removed the .u3d export function so it does not seem to work.
I've tried to go back to CS5.1 but that brings the CAD file in as a smart object and loses the interactive function.
Is there a path thru for either 5.1 or 6?
Bottom line is we have the CAD 3D/360 files.
We want an interactive PDF where our customers can get that 360 view.
(FormZ outputs a nice web version, but stupid IE doesn't support the HTML5 enough for it to function so a web version is out of the question for now)
Thank you for any input!

You actually have great options for making 3D PDFs from FormZ data.  FormZ can output to several neutral file formats - STEP, IGES, STL, SAT, OBJ, for example.  Just download a free trial of 3D PDF Converter from www.tetra4d.com/3d-pdf-converter  Once you've installed,  just right click the exported STEP or any of the other supported formats (I suggest you play around with which one gives you the best results) and you will quikcly have a 3D PDF.  If you want to do more advance things, like add textures or make it more photo realistic, try outputting a .3ds file and using Autodesk's 3D Studio Max.  Then to get the 3D PDF, you can add the 3D PDF for 3ds Max plug-in from tetra4D.  http://www.tetra4d.com/3d-pdf-for-3ds-max.  Hope that helps!

Similar Messages

  • How do you improve the speed of processing and printing of PDF from CAD in indesign?

    I work for an engineering consultancy company and for a long while I have suffered with using PDFs files generated from AutoCAD when placed within an InDesign report. There are three issues that arise:
    The files take a long time to process when preparing the InDesign report. (This is mainly in high quality preview mode)
    The files take a long time to export to PDF
    (The most annoying one) The files take a long time to process and print when sent from the PDF to the colour laser printer. So much so, a single page from InDesign that contains a PDF generated from CAD can take up to 15 mins to print.
    I have tried converting the PDFs to jpegs prior to insertion into the InDesign document, but the quality and colour is dramatically reduced thus them useless. Is there any pre processing on the PDFs generated from CAD that I can do to reduce the impact that it has within InDesign and in the post processing?
    We also get missing font warnings that arise from the inserted PDFs from CAD that may or may not be an issue. Your advice here would also be appreciated.
    I would be the first to admit that I am not the most advanced user of InDesign though I am sure that my workflow could be improved to alleviate the situation.
    Your assistance would be appreciated!

    Thanks for your quick response.
    I have tried both options you have recommended, but unfortunately the file size doesn't seem to be the issue. Most of our CAD files (except for when they contain raster backgrounds) are around 0.5-2Mb which isn't massive compared to some jpegs. The PDF optimization process does make a small difference to the file size but only in the region of perhaps 5% reduction.
    If it helps the most awkward file I am using at the moment has this audit result, pre-optimization. This is typical of the CAD files produced by AutoCAD. As you can see the content streams take up the highest percentage that doesn't reduce that much even when the optimizer has all options engaged.
    What do you think?

  • Error message when creating PDF from Indesign and Photoshop

    Hi, I reinstalled my Adobe CS2 product, and now get an error message each time I create a PDF from either InDesign or Photoshop. The message reads:
    The instruction at "0x0045c9e5" referenced memory at "0x0215ebdc". The memory could not be "read".
    I appreciate any help in resolving this issue.
    Thanks --Alex

    How do you create the PDF? There are multiple ways and it might make a difference.

  • Pdfs from illustrator in photoshop

    whenever i open up a pdf i saved from illustrator in photoshop in appears all pixelated. but open it in acrobat or anythin else it opens up grand. these would be all vector based designs so should all be smooth n crisp. ant ideas on how to remedy this?

    these would be all vector based designs so should all be smooth n crisp.
    No, you just have a wrong understanding of the process. Just because something is vector based doesn't necessarily mean it has infinite resolution. As explained by the previous poster, PS exclusively operates on pixels, meaning that vector art is rasterized to the document resolution. It will look smother in large documents with higher DPI settings, but that's where it ends. The same logic applies to vector smart objects - scaling them re-rasterizes at the new size, but always to the fixed pixel pattern. Other than that PS has no preview function that responds to zoom levels and always stays sharp. It is however to pass on certain vector elements natively to PDFs or send them to the printer that way.
    Mylenium

  • How to generate PDF from template via REST query

    Hello. I'm newbie in Adobe LiveCycle, will appreciate any help.
    What we need: generate PDF from template, using different data.
    What we have: LiveCycle Designer and server with deployed Adobe LiveCycle ES 2.5 image.
    Looks like server works and listen 8080.
    In Livecycle Designer I can generate XML (XDP) from PDF, so I can change this XML in PHP/Python/Go script to fill template with data.
    I'm looking for some REST method, where I can give that XML (XDP) and recieve generated PDF in response.
    I've spent whole to for googling all these things, found a lot of docs, but all is very complicated there. Also, examples from just doesn't work - maybe I have to do something on server before calling REST API method.
    Please, push me into right direction

    Your best bet is to probably create an orchestration (or "process" in Adobe speak) that accepts two document parameters, calls LiveCycle Forms (or Output depending on whether you want to interactive or non-interactive PDF), and returns the resulting document variable.
    The orchestration will return a redirect that will point you to the document object.
    See Invoking LiveCycle using REST Requests, and Creating Your First LiveCycle ES4 Application.
    Rob

  • Producing pdf from XML via XSL:FO

    Anyboy point me in the direction of a good tutorial, book or any other reference on how to produce a pdf from XML, please?

    Elliott Rusty Harold's XML Bible has a decent chapter re: XSL-FO. The on-line version might even be up-to-date (the print edition that I have is not).
    The Apache FOP documentation is pretty good.

  • Using IE V.11 and blocks PDF from opening via links?

    Using IE V.11 and can't open PDF from links. Help PLZ!

    What exactly means "can't"?  Is this perhaps the problem: http://support.microsoft.com/kb/2716529 ?

  • How to send converted PDF from OTF via email

    Hi Experts,
    Greetings! How can I send the PDF file from FM 'CONVERT_OTF' via email?
    I was stuck on this code:
    *--- Convert OTF data to pdf
      CLEAR: i_otf, i_pdf.
      i_otf[] = gs_ssfcrescl-otfdata.
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format                = 'PDF'
          max_linewidth         = 132
        IMPORTING
          bin_filesize          = v_bin_filesize
        TABLES
          otf                   = i_otf
          lines                 = i_pdf
        EXCEPTIONS
          err_max_linewidth     = 1
          err_format            = 2
          err_conv_not_possible = 3
          err_bad_otf           = 4
          OTHERS                = 5.
      CHECK sy-subrc = 0 AND NOT i_pdf[] IS INITIAL.
    Thanks in advance for the help.

    Hi
    DATA:
    I_OTF TYPE ITCOO OCCURS 0 WITH HEADER LINE,
    I_TLINE TYPE TABLE OF TLINE WITH HEADER LINE,
    I_RECEIVERS TYPE  TABLE OF SOMLRECI1 WITH HEADER LINE,
    I_RECORD LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
    I_OBJPACK LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE,
    I_OBJTXT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
    I_OBJBIN LIKE SOLISTI1  OCCURS 0 WITH HEADER LINE,
    I_RECLIST LIKE SOMLRECI1  OCCURS 0 WITH HEADER LINE.
    DATA:
      W_OBJHEAD TYPE SOLI_TAB,
      W_CTRLOP TYPE SSFCTRLOP,
      W_COMPOP TYPE SSFCOMPOP,
      W_RETURN TYPE SSFCRESCL,
      W_DOC_CHNG TYPE SODOCCHGI1,
      W_DATA TYPE SODOCCHGI1,
      W_BUFFER TYPE STRING.
    DATA:
    V_FORM_NAME TYPE RS38L_FNAM,
    V_LEN_IN LIKE SOOD-OBJLEN,
    V_LEN_OUT LIKE SOOD-OBJLEN,
    V_LEN_OUTN TYPE I,
    V_LINES_TXT TYPE I,
    V_LINES_BIN TYPE I.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        FORMNAME           = ' '---------> smartform
      IMPORTING
        FM_NAME            = V_FORM_NAME
      EXCEPTIONS
        NO_FORM            = 1
        NO_FUNCTION_MODULE = 2.
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
      WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    W_CTRLOP-GETOTF = 'X'.
    W_CTRLOP-NO_DIALOG = 'X'.
    W_COMPOP-TDNOPREV = 'X'.
    CALL FUNCTION '/1BCDWB/SF00000482'
      EXPORTING
        CONTROL_PARAMETERS = W_CTRLOP
        OUTPUT_OPTIONS     = W_COMPOP
        USER_SETTINGS      = 'X'
      IMPORTING
        JOB_OUTPUT_INFO    = W_RETURN
      EXCEPTIONS
        FORMATTING_ERROR   = 1
        INTERNAL_ERROR     = 2
        SEND_ERROR         = 3
        USER_CANCELED      = 4.
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
      WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    I_OTF[] = W_RETURN-OTFDATA[].
    CALL FUNCTION 'CONVERT_OTF'
      EXPORTING
        FORMAT                = 'PDF'
        MAX_LINEWIDTH         = 132
      IMPORTING
        BIN_FILESIZE          = V_LEN_IN
      TABLES
        OTF                   = I_OTF
        LINES                 = I_TLINE
      EXCEPTIONS
        ERR_MAX_LINEWIDTH     = 1
        ERR_FORMAT            = 2
        ERR_CONV_NOT_POSSIBLE = 3
        ERR_BAD_OTF           = 4.
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
      WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT I_TLINE.
      TRANSLATE I_TLINE USING '~'.
      CONCATENATE W_BUFFER I_TLINE INTO W_BUFFER.
    ENDLOOP.
    TRANSLATE W_BUFFER USING '~'.
    DO.
      I_RECORD = W_BUFFER.
      APPEND I_RECORD.
      SHIFT W_BUFFER LEFT BY 255 PLACES.
      IF W_BUFFER IS INITIAL.
        EXIT.
      ENDIF.
    ENDDO.
    REFRESH :
      I_RECLIST,
      I_OBJTXT,
      I_OBJBIN,
      I_OBJPACK.
    CLEAR W_OBJHEAD.
    I_OBJBIN[] = I_RECORD[].
    DESCRIBE TABLE I_OBJBIN LINES V_LINES_BIN.
    I_OBJTXT = 'Find attached the output of the smartform.'.
    APPEND I_OBJTXT.
    I_OBJTXT = 'Regards,'.
    APPEND I_OBJTXT.
    I_OBJTXT = 'Sravanthi'.
    APPEND I_OBJTXT.
    DESCRIBE TABLE I_OBJTXT LINES V_LINES_TXT.
    W_DOC_CHNG-OBJ_NAME = 'Smartform'.
    W_DOC_CHNG-EXPIRY_DAT = SY-DATUM + 10 .
    W_DOC_CHNG-OBJ_DESCR  = 'Smart form output'.
    W_DOC_CHNG-SENSITIVTY = 'F'.
    W_DOC_CHNG-DOC_SIZE = V_LINES_TXT * 255.
    CLEAR I_OBJPACK-TRANSF_BIN.
    I_OBJPACK-HEAD_START = 1.
    I_OBJPACK-HEAD_NUM = 0.
    I_OBJPACK-BODY_START = 1.
    I_OBJPACK-BODY_NUM = V_LINES_TXT.
    I_OBJPACK-DOC_TYPE = 'RAW'.
    APPEND I_OBJPACK.
    I_OBJPACK-TRANSF_BIN = 'X'.
    I_OBJPACK-HEAD_START = 1.
    I_OBJPACK-HEAD_NUM = 1.
    I_OBJPACK-BODY_START = 1.
    I_OBJPACK-BODY_NUM = V_LINES_BIN.
    I_OBJPACK-DOC_TYPE  = 'PDF'.
    I_OBJPACK-OBJ_NAME = 'Smartform'.
    CONCATENATE 'smartform output' 'pdf'
    INTO I_OBJPACK-OBJ_DESCR.
    I_OBJPACK-DOC_SIZE = V_LINES_BIN * 255.
    APPEND I_OBJPACK.
    CLEAR I_RECLIST.
    I_RECLIST-RECEIVER = ' '.---------->email id
    I_RECLIST-EXPRESS  = 'X'.
    I_RECLIST-REC_TYPE  = 'U'.
    APPEND I_RECLIST.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        DOCUMENT_DATA              = W_DOC_CHNG
        PUT_IN_OUTBOX              = 'X'
        commit_work                = 'X'
      TABLES
        PACKING_LIST               = I_OBJPACK
       CONTENTS_BIN                = I_OBJBIN
        OBJECT_HEADER              = W_OBJHEAD
        CONTENTS_TXT               = I_OBJTXT
        RECEIVERS                  = I_RECLIST
      EXCEPTIONS
        TOO_MANY_RECEIVERS         = 1
        DOCUMENT_NOT_SENT          = 2
        DOCUMENT_TYPE_NOT_EXIST    = 3
        OPERATION_NO_AUTHORIZATION = 4
        PARAMETER_ERROR            = 5
        X_ERROR                    = 6
        ENQUEUE_ERROR              = 7
        OTHERS                     = 8.
    IF sy-subrc NE 0.
          WRITE:/ 'Error When Sending the File', sy-subrc.
        ELSE.
          WRITE:/ 'Mail sent'.
        ENDIF.
    After excuting this program check the status of the email in the SOST  transaction
    Regards,
    sravanthi

  • How can I import a .pdf from CorelDRAW into photoshop?

    Hey,
    I have a client who is sharing a CorelDRAW file with me, but I can't find a way to import it into Photoshop. I know Corel is for Vectors, and Photoshop is now, but I thought the .pdf format would be compatible... I managed to import one pdf, but the colours were very distorted. A larger file just wouldn't open at all.
    Any help? I only have Photoshop, not Illustrator.
    Thanks,
    Alex
    sodabrain digital

    If you had Illustrator you could take advantage of smart objects.
    Has been awhile since I worked in Corel (so do not remeber if Corel had clipboard settings whcih need adjusuting), but do remember copying a path, getting that into Phothshop as shape layer for part of the artowrk in a trade show poster.

  • How to preserve and keep 2 Pantones from Illustrator, via Photoshop, to InDesign?

    Ciao!
    I have designed a 3D illustration in Illustrator (version 15.0.2), this illustration need to be printed for a magazine cover and I want to use 2 pantone colours for it.
    The 2 pantone colours are assigned form the Swatch Palette.
    The image is in CMYK (file > document colour mode > CMYK).
    The illustration is in 3D and the text has been convereted in outline. But I have not expanded the appareance of any element.
    I want to add more depht to the illustration and Photoshop seems the best solution for shadows and visually looks better.
    Plus InDesign can manage Photoshops files with Effects very nicely.
    [I find difficult and problematic to import Illustrators files with added Effects in InDesign, it leaves always a white background around the image and I don't know how to get rid of that.]
    How do I import the image in Photoshop (version 10.0.2) and keep the pantone?
    If I export/import the image as .psd format the files gest converted in CMYK automatically.
    In the Swatch Panel (next to the pantones I want to use) I see two square boxex the first has a round gray circle (I don’t know what this means), the second has 4 triangles (this I believe means CMYK).
    In the Separation Preview panel (if I click Overprint Preview) I have listed the 4 CMYK colours and the 2 pantones but if I turn off the 5 CMYK eyes I only see the white artboard, it’s like if the pantone are not assigned.
    After adding the shadows in Photoshop I need to import the file from Photoshop to InDesign and the final file need to be transparent because there's a backround at the bottom and a box of text in between the background and the illustration.
    I could place the bacground and the text in photoshop no problem for that...
    The questions are how do I import the 3D file from Illustrator, keep the pantone and add the Photoshop shadow?
    Hope anyone can help me as I'm going to press soon...
    Please feel free to ask me anything else if need to answer the questions.
    Many many thanks in advance if you can help me.
    ASTIK

    This first image is the file in ID with High Quality Display on
    This is with Overprint Preview and that what I aming for, roughly, for the final. [I'm not sure what is the purpose of overprint preview in ID].
    This is the 3 plates of Black and two pantones
    This is the plate of Black plate
    This is the Pantone 812 c plate
    and finally this is the Pantone 8201 c plate
    Hope this can help to get the best solution

  • How do I export pdf from pages via commandline

    I have a pages document that I use as a documentation for a library that I've written.  When I release the library I hav been manually exporting the document to PDF, but I'm trying to automate the whole process.
    Is there a way to get Pages to convert a .pages package to a .pdf file via bash?

    Try Automator or an AppleScript.
    I am not sure if Yvan our resident AppleScript expert is still monitoring these forums. Apple has offended him to the point he has gone on strike.
    Peter

  • Saving a PDF from Safari via Applescript

    Hello. I’m an Applescript neophyte and have run into a problem I cannot seem to solve and no amount of Google searches has found an answer for me. It seems a simple thing to do, but I cannot get Safari (5.1, Lion) to save a PDF that is loaded as the result of a script. The relevant portion of the script is this
    tell application "Safari"
      save document 2 in file pdfDLNAME
    end tell
    In this example pdfDLNAME is a fully specified path, something like this:
    Sarkany:Users:fenevad:Dropbox:Personal:Heenan_book:downloads:1776-07-18_New-York -Journal_page-3_4.pdf
    Every time I try this it fails, regardless of whether the file exists or not. I get this error (allowing for changes in the variable value) in Safari:
    The document “New-York, July 18” could not be saved as “1776-07-18_New-York-Journal_page-3_4.pdf”. The file doesn’t exist.
    This result then causes problems for the AppleScript, which cannot procede as it should.
    So the question I have is how simply to save a PDF loaded in Safari to a specified path location. I've seen some people suggest scripting the UI, but that is a pain when I have to determine the location for the download based on the script’s results.
    Apologies if the answer is obvious to scripters, but it isn't obvious to me or to someone with more experience helping me.
    Best regards,
    Arle Lommel

    arle lommel wrote:
    That would probably be fine except that I need to save the file to a specified location based on other factors in the script and that location is not the same each time. I.e., saving to the desktop isn't really an option.
    The previous script can easily be modified in order to do what you are asking for. Let's suppose for example that you want to save the PDF file to a folder named "Downloaded PDFs" in your Documents folder, under the name "A new PDF file.pdf":
    set theFileName to "A new PDF file.pdf"
    set theDestination to ((path to home folder) as text) & "Documents:Downloaded PDFs" as alias
    tell application "Safari"
        activate
        tell application "System Events" to tell process "Safari"
            keystroke "s" using command down -- save as…
            delay 0.5
            keystroke theFileName
            delay 0.5
            keystroke "d" using command down -- save on desktop
            keystroke return -- save
            delay 0.5
            if sheet 1 of sheet 1 of window 1 exists then
                click button 1 of sheet 1 of sheet 1 of window 1 -- replace
            end if
        end tell
    end tell
    tell application "Finder" to move file theFileName of desktop to theDestination with replacing
    Is there a reason why Safari can't use the save action?
    Safari is only partially scriptable. It's not impossible that it can use the save action though. I just don't know how to do it.

  • SAP adobe interactive form does not open via LE 2.5

    I try to open interactive form (created from SAP) via Nokia E71 and LE 2.5 but it says that i need newer version of reader??! What is newer versio and where i could find it?
    Thanks
    SAP man

    waw what it is ??? :)

  • PDF quality problems exporting from InDesign and Photoshop

    Hi There.
    I'm having big problems exporting my InDesign files to PDFs and retaining the res. And it's not just the images (I understand about the dpi) it's the type on there too.
    I have been exporting as the preset High Quality Print - is this wrong. Are there other settings to ensure the PDF I export retains the high-res quality and clarity?
    At the moment it comes out high-res when I export it as a jpeg or eps but not PDF.
    I have also noticed the same problem when I export to a PDF from Photoshop.
    I really need to create interactive and high quality print PDFs from my InDesign files.
    Please can you advise.
    Thanks
    Karen

    I am also having problems with pdfs exported from Illustrator and Indesign recently. I didn't have these problems before, so I don't kno if something has changed in my settings that I am unaware of.
    When I use the 'japanese dots' border in Indesign, it shows on the pdf as a kind of dotted line. I'm exporting as 'High Quality Print'. I switched to Illustrator and drew a line with the pen tool, and converted it to a dotted line; it looked just how I wanted in in Illustrator, but as soon as I exported it, the same thing happened.
    I have used the 'japanese dots' border in the past, exporting as 'High Quality Print', and not had this problem.
    Does anyone have any suggestions?

  • Create Interactive 3D PDF file from Illustrator CS4 DXF or DWG iii

    Hi,
    I posted similar  question in the Mac Creative Suite section and Acrobat and I was asked to move my question here to Illustrator so i hope no one gets angry  with me. I wasn't sure where to post because I'm not sure what direction  to go.
    I  want to create an interactive 3D PDF, the kind  with the 3D controls  which allow you to rotate the product to view it at  different angles  and sides. 
    What I have are DWG or DXF  files from SolidWorks  that I would like to use in Illustrator to apply  artwork onto the CAD  frame. Using the Illustrator 3D tool I can rotate  the product but I  have no way to export the U3D file format which  Acrobat requires to  generate a 3D PDF file.
    How can I accomplish this? I need some direction to go in as far as bridging applications together in order to make this work.
    Is there an Illustrator plugin to export U3D?
    I basically need to apply graphics to a CAD frame first in Illustrator then get it into an interactive 3D model.
    I tried downloading Blender but I can't even get it to open my DXF file.
    I tried downloading Esko Artwork Studio but that plugin tells me I don't have a Structured Design File to work with.
    I've  read online hear about Acrobat X and Tetra but I'm having a hard time  connecting the "software dots" to get where I want to go from what I  have to work with.
    Any help would be greatly appreciated. Thanks.

    Well, you don't need Illustrator at all... To output a 3D PDF, you will need tools liek Deep Exploration CAD Edition or the export features of the respective CAD programs in which the drawings were created. And STEP and IGES are both standardized CAD interchange formats not specifically tied to a specific CAD program...
    Mylenium

Maybe you are looking for

  • I can't open any pdf with Adobe Reader XI, neither online or offline - OS X

    Since I've upgraded to Acrobat Reader XI I'm not able to open any pdf file. I can't open any .PDF already existing in my Mac and also can't open anything online throughout browser (I use Safari and Chrome) I've already uninstalled and reinstalled Ado

  • Problem while creating Inforecord & Conditions

    Hi all, I need to create inforecords with conditions.  I use 'ME_DIRECT_INPUT_INFORECORD' bapi to create inforecords. But i dont know how to create conditions related to inforecord. Help needed. Regards, Orhan Edited by: goktasor on Jul 23, 2010 12:3

  • OWB 11gR2 Windows 32-bit Standalone Install is Up!

    All, The 11gR2 Windows 32-bit standalone is up: http://www.oracle.com/technology/software/products/warehouse/index.html Tip: you may have to clear your browser cache to get the version of the page with the download link. Come and get it! -Antonio Rom

  • Bug in List-representation at MIDP for PALM?

    Hi There, in my MIDlet on a Palm I've got a screen with a list. The size of the list is dynamic, I can add and delete items on it. When I have more items on the list than the display can show, there are two arrows (up and down-arrows) on the screen,

  • FATAL ERROR - DL failed to install

    I ran updates to my Adobe 9 this AM and am now unable to use it. I am receiving a 'FATAL ERROR' message stating that ADOBE failed to install DL.  I use this every day and I  NEED it to run.  What can be done to correct this error from ADOBE?