I'm new to this platform. I have no idea on this, Please help on this. When I started searching on this I have get only the online conversion tools. I need to do this in offline
Online tools are that I have used is
https://products.aspose.app/3d/conversion/obj-to-pdf
I want to convert the .glTF file or .obj file to .pdf. Any refers are available means please share.
Related
I just read
How to parse a OFX (Version 1.0.2) file in PHP?
I am not a developer. What easy tool can I use to make this code run with no code skill or appetence ? web browser is pretty hard to use for non dev guys.
I need this to use the file into Power BI, which accept M code, json source or xml, but not sgml ofx or PHP.
Thanks in advance
Welcome Didier to StackOverflow!
I'm going to try and give you a clue how I'd approach the problem here. But keep in mind that your question really lacks details for us to help you, and I'm asking to update your question with example data that you want to integrate into PowerBI. Also, I'm not too familiar with PowerBI nor PHP, and won't go into making that PHP code you linked run for you.
Rather, I'd suggest to convert your OFX file into XML, and then use PowerBI's XML import on that converted file.
From your linked question, I get that your OFX file is in SGML format. There's a program specifically designed to convert SGML into XML (which is just a restricted form of SGML) called osx. I've detailed how to install it on Linux and Mac OS in another question related to SGML-to-XML down-converting; if you're on Windows, you may have luck by just downloading a really ancient (32bit) version of it from ftp://ftp.jclark.com/pub/sp/win32/sp1_3_4.zip. Alternatively, you can use my sgmljs.net software as explained in Converting HTML to XML though that tutorial is really about the much more complex task of converting HTML to XML/XHTML and will probably confuse you.
Anyway, if you manage to install osx, running it on your OFX file (which I assume to have the name yourfile.ofx just for illustration) is just a matter of invoking (on the Windows or Linux/Mac OS command line):
osx yourfile.ofx > yourfile.xml
to result in yourfile.xml which you can attempt to load with PowerBI.
Chances are your OFX file has additional text at the beginning (lines like XYZ:0001 that come before <ofx>). In that case, you can just remove those lines using a text editor before invoking osx on it. Maybe you also need a .dtd file or additional instructions at the top of the OFX file informing SGML about the grammar of your file; it's really difficult to say without seeing actual test data.
Before bothering with SGML and all that, however, I suggest to remove those first few lines in your OFX file (everything until the first < character) and check if PowerBI can already recognize your changed input file as XML (which, from other OFX example files, has a good chance of succeeding). Be sure to work on a copy of your original file rather than overwriting it. Then come back and update your question with your results and example data.
I feel like I've tried everthing..
I have a file saved by some proprietary software. I would like to create my own file compatible with the software so I reached out to the developer.
The developer of this software stated that the saved file was created using google protocol buffers, but was unable to comprehend my request for the .proto file used. He also insisted that it was google protobuf that was used, and doesn't want to help me any further.
I've tried a few deoce tehniques found online but nothing seems to be reading any data from the file.
Can anyone help me open and edit this file?
https://filebin.ca/5lTSezDweL3w
Any help in the drection of doing this would be greatly appreciated.
I want to parse the FBX model files with assimp, firstly, I need to generate some *.json which including the whole FBX model file information, and then rendering it through webGL in browser.
So far, I know we can dump the information of a fbx file, it will generate a .assxml or a *.assbin, it seems that the generated file inlucding all the information of a FBX model file. I wonder if it's possible that I can converting the *.assxml or *.assbin to *.json as above mentioned.
Please check https://github.com/assimp/assimp2json to solve this. There are plans to integrate this into assimp, but time is a really critical resource. So help is welcome :-).
Kim
Does anyone know how to do that? My skills in using VBA aren't very good and I also googled for it, but I do not even know how to open one of those files by using VBA.
Maybe someone of you did already do something like this before?
Thanks a lot for any help.
EDIT
The following steps have to be done do convert the files:
Open the STEP file -> File -> Open
Clicking on "Application" in the menu bar -> then "AEC-Exchange"
Now there appears a dialog on the left called "AEC-Exchange" including the item: "Save as DWG". By clicking on it the file can be saved as an AutoCAD 2007 dwg file.
I hope this helps.
EDIT
Apparently Autodesk Inventor can do the conversions for you natively. http://docs.autodesk.com/INVPRO/2010/ENU/Autodesk%20Inventor%202010%20Help/index.html?url=WS1a9193826455f5ffba22e1113c6c30c0e-3b1a.htm,topicNumber=d0e14826
Open the .stp and save as .dwg? Also, it appears that this is the application that everyone references as being able to do it (At least going from .dwg to .stp). However, it also appears that .stp is a 3D file type while .dwg is a 2d file type. To me, it would seem that the .stp file type would contain data that the .dwg file couldn't handle since 3d is inherently more complex than 2d (unless these .stp files contain only 2d images?). This could explain why there aren't many articles on converting .stp to .dwg.
I've never used the Autodesk Inventor SDK and I'm not that great at VBA either, but there seems to be some pretty good documentation on it here: http://usa.autodesk.com/adsk/servlet/index?siteID=123112&id=1079044
Here are some of the resources I found on this page:
Intro Files / Inventor VBA(.ivb) Sample file:
VBA & Inventor API Introduction (zip
- 547Kb)
The following resource will help you
get started with programming Inventor.
It assumes familiarity with Autodesk
Inventor and general programming
concepts.
Video Tutorial:
DevTV: Introduction to Inventor
Programming A self-paced video
tutorial demonstrating how to get
started developing with Autodesk
Inventor. View online | Download
Alternatively, if your only goal is to simply convert a .stp/.step file to .dwg. You may be better off finding some free converter over interfacing with Autodesk.
Is there any way to generate PDF files from classic ASP? I have a bunch of user-entered data that needs to be turned into a PDF that the user can download. How can I do this? OpenOffice allows exporting documents to PDF, so could this somehow be leveraged?
I played around a bit with this (Persits ASPPDF): http://www.asppdf.com/
Maybe running an external application that could be using CrystalReports... and you just pass it as an xml?
That's how i would do it... (lazy mode)
See a full list of PDF components here: http://www.aspin.com/home/components/document/pdf Many of them are free.
It is also possible to use XSLT to output PDF but I am not sure if this is supported by the Microsoft XML Parser. I remember there were something stopping me when I tried to do this 3-4 years ago. Might be worth checking out know depending out the type of data you have as source.
However if these are static files or a one time job consider using a PDF converter on your computer and just upload the files to the server. There are heaps of tools for this, including Adobe Acrobat.