Recently active
I want to draw a polyline that has squared off ends. I can get the polyline to do square corners but I have not been able to get the end of the line squared off. Has anybody ran in to this and do you a solution? Any all help will be greatly appreciated.KeithAlso has there been anymore discussion about IsoDraw getting its own community site? It sure feels like PTC treats IsoDraw as their red headed step child!
Hi, I have so many languages xml file which needs to convert to PDF. Do you have any idea that how can I Create the same by using Arbortext editor. Thanks@GI_317594 @si_01 @unknown
1. Describe your environment: What is your industry? What is your role in your organization? Describe your stakeholders.PTC Japan member 2. What product and version are you currently running?Windchill 12.0.2.0 3. Describe the problem you are trying to solve. Please include detailed documentation such as screenshots, images or video.No ability to publish multiple CAD documents together into Positioning Assembly. 4. What is the use case for your organization?Hope to be able to publish multiple CAD documents together in Positioning Assembly.For example, it would be nice to be able to specify that CAD documents should be published together when a spreadsheet is imported. 5. What business value would your suggestion represent for your organization?Improved workability [Note from Community Management: This post has been moved from the Arbortext ideas to this support forum for better visibility]
We are exited to inform this community on a new version of PTC Arbortext Content Delivery - 7.2.0.0, that has been released and available for download!!Key HighlightsOracle Java Version 11 SupportExternalize and Replace the WindchillDS (PTC Arbortext Content Delivery LDAP) with Any v3-Compliant Directory Services OptionExternalize and Update JBoss WildFly Application Server Version (24.0.1)3D Visualization Improvements— ThingView Version UpdateACD Analytics (Beta Version)—New Usage, Data and Sales Analytics Reports SetPlease refer to Read This First Document and the Download Software page on the eSupport Portal for more information.We also recommend you to watch the "What's New in Arbortext Content Delivery" webinar, available in https://youtu.be/O2JCbJ5EeR4
I need an help to create the stylesheet for the S1000D CSDB. Can some help with the guide. Please help me with share some details to get start with stylesheet development. Thanks & Regards,Rajendra Kumar
Anyone know what font AdvTT153188ed is supposed to be? Bryon
PTC Arbortext Content Delivery enables access to updated configuration-specific, documents, precision search, navigation and filtration pinpoint, with powerful bookmarking, interactive notes sharing and feedback capabilities, allowing the user to find the necessary high-quality information, right on time, boosting user productivity. Learn more about the recent enhancements in the new releases of PTC Arbortext Content Delivery - 7.1.5.0 and 7.2.0.0. Register Now: https://ptc.zoom.us/webinar/register/2816345826754/WN_XSXXqHSIT9mFfRzP0tPyLQ
We export our images to a folder once completed so our other programs can see what the image is. Currently we export all of the images to one folder. This has become an issue so i have split the folder into 1000 image folders. How do I modify my macro so that it will place the image in the correct numbered folder Macro export CGM to User Pictures folder#Define variables.Define JPGLocal as stringDefine CGMLocal as stringDefine SVGLocal as stringDefine fileName as stringDefine CMDLocal as stringDefine tempLocal as stringDefine tempCGM as stringDefine tempSVG as string#Define cmd.exe.CMDLocal = "C:\WINDOWS\system32\cmd.exe"#Define local temp Local.tempLocal = "C:\temp\"#Turn off possible error/warning prompts during export.app.interaction=false#Save file to current Local.Save#Define variable for file namefileName = stripext(activedoc.name)#Set export Local for jpg.JPGLocal="X:\Photos\" + fileName + ".jpg"#Export jpg.Export JPGLocal "JPEG"#Set temp CGM export path.tempCGM = tempLocal
As organizations invest in digital transformation, they quickly recognize that investments in content structure and data conversion are foundational to improve business processes, value for customers, and innovation. The key to unlocking transformative benefits like personalization, AI, and data integration/interoperability lies in well-structured and well-tagged content components. This webinar presents 40 years of lessons learned from Data Conversion Laboratory, a technology firm that provides data and content transformation services and solutions. We’ll share the hits and the misses we’ve seen in terms of:• Pre-conversion content analysis• Content redundancy• Information models Registration URL: https://ptc.zoom.us/webinar/register/8016345825687/WN_gsljPvVJR3alcbsRm6Y5Zg
Instead of using color can you create a hatch pattern for a line. Bryon
We have a macro that inserts the file name of the file onto the illustration. Is there a way to make the text background white automatically? We currently do it manually after we add the text by the macro. If I try to create a macro the option to modify the text background is greyed out. Thanks
PTC’s Digital Logistics for In-service Operations solution beaks down silos along the digital thread from engineering to service with the Model Based Logistics Support Analysis (LSA), Engineering to Service BOM transformation, Service Parts information, instructions and 3D illustrations, interactive Technical Publications and Augmented Reality (AR). The solution is built on the PTC Windchill platform and ASD/AIA S-Series S-3000L and S-1000D Specifications, manages S-BOM transformation, automates the technical publication process, and enables close loop change from engineering thru service. The webinar presentation by PTC, MBDA and GPSL will describe how companies can addresses today’s challenges with digital transformation leveraging PTC’s Digital Logistics for In-Service Operations solution. Featured Presenters: Marc Riviere, Business Transformation Senior Director, PTC David Segal, Business Development Director FA&D, PTC Jeff Stevenson, Chief Revenue Officer
Hello, all I just came across this tool. Just wondering if anyone is using it. We are currently using Isodraw and I was wondering how similar these programs might be. Thanks Bryon
If so, how to create it?
Hello, Has any one successfully integrated Multimedia files (.mp4) in files that are created using Arbortext editor (starting 7.x) and published it in PDF/HTML versions? Even though the release notes say this feature as an enhancement from 7.X and further in Styler 8.1 (for publishing) there is really no Article or Help menu sections that are of real help. Tech Support is also vague on this topic and they give confusing answers to achieve this. I'm super confused if this is not an OOTB feature, why does PTC boast this as an enhancement in the release notes without giving any proper update or help for customers on this? There are literally no videos in any of the demos nor courses in PTC University that covers this feature. Appreciate any help on this and Thanks in advance!
We are using Arbortext Editor 7.0 M030. Is it possible to change the font size of menus in Arbortext Editor? Also, I would be interested in learning if it is possible to change the size of buttons in the toolbar? Any tips would be much appreciated. Thanks.
I have looked for an answer in the various posts but have not found anything, so here is the question. I am using Arbortext Editor 5.3. We have a couple of script files (init.acl and user.acl) on a network folder, say s:\scripts. To avoid network latency the script files are copied to a local hard drive and loaded from there when Arbortext is executed. Occasionally one or more of these scripts may change. I want to make it easy for users to check for updates by providing an menu option they can use. The idea is it checks the version of the local script and then checks the version of the network script. In each script file I put a version that I want to check against later, e.g $initscriptver=1 and $userscriptver=1, what I want to do in my check_for_updates.acl script is something similar to the following: Open the network script file (e.g. s:\scripts\init.acl) Find the line containing the version number (e.g. $initscriptver=1) Extract the version number from th
Trying to publish a postsciprt to pdf and I am getting this message. What does it mean and how do I track down the issue? %%[ Error: limitcheck; OffendingCommand: 1) (Digitized data copyright (C) 1993-2000 Agfa Monotype Corporation. All rights reserved. Arial® is a trademark of The Monotype ]%% Stack:/AdvTT2876772e\{-44 -209 980 919}/FD4 %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%%%[ Warning: PostScript error. No PDF file produced. ] %% Thanks Bryon
Hello, I have to work with an already developped FOSI environment (xxx.style) Arbortext Editor Styler 6.0 My problem is that thead is not repeated after page break in the tables, there is just the first thead at the beginning of the table, and nothing after the page break. Where could I found a method to have thead at the beginning of every new page of the table ? where is it configured ? is it in table ? in tgroup ? in thead ? in tbody ? Thanks in advance, and sorry for my bad english...
Arbortext Editor/Styler/Publishing Engine 8.0.2.0 and Arbortext Layout Developer/Arbortext Layout Editor 12.0.2.0 have released! These releases include customer critical bug fixes. There is an installer issue related to the Microsoft Visual C++ runtime. You must download and install the 2019 version of the Microsoft Visual C++ Redistributable from Microsoft. The 2019 version includes the 2015 and 2017 content.
Arbortext Publishing Engine 8.0.2.0 , Publish to PDF fails with below error APP did not produce an output file <Message> Error return '0' from PDF generator. </Message><Trace> java.lang.Exception: Error return '0' from PDF generator. at com.arbortext.e3c.PdfServerExtension.doCompose(PdfServerExtension.java:303) at com.arbortext.e3c.ServerComposer.doCompose(ServerComposer.java:597) at com.arbortext.e3c.Application.doPost(Application.java:173) at com.arbortext.e3.subprocess.EpicE3AppContext.doJava(EpicE3AppContext.java:349) at com.arbortext.e3.subprocess.EpicE3AppContext.handleE3AppRequest(EpicE3AppContext.java:897) at com.arbortext.e3.subprocess.EpicE3AppContext.doRequest(EpicE3AppContext.java:667) </Trace> Attached debug log. Any help is appreciated.
Hi there, I am running an XML doctype and when authors try to insert an ordered or unordered list from the menu, the <p> prior to the cursor get swallowed up into the list, rather than the list starting afresh. Any idea on how to solve this please?
Hello, I would like to know if Arbortext Isoview is compatible with chromium navigators, like Edge Chromium. Apparently not, is there a way to make it compatible (or is using Internet Explorer the only way to make Isoview work?)? Thank you.
Hello. Product : Arbortext Isodraw 7.3M100, floating licences. We have a problem with Isodraw, which freezes for 5 seconds almost every 10 seconds. Isodraw is installed on a physical computer (no virtual machines), and the workers uses it directly from the computer (not through remote connection). We have 2 different geographical locations (LOC1 and LOC2), and the problem occurs only on LOC2. The installation is the same on every computer. The only difference seems to be the licence server, which is physically on LOC1, where the problem doesn't occur. With a ping, reaching the licence server takes 1ms from LOC1, and 10ms from LOC2. Where can it come from? Thank you.
Hello, We are having an issue where users are being denied access to IsoDraw CAD because all of the licenses are in use. We are trying to determine if we need more licenses or if this it is just a case of users opening the application and letting it run in the background. Is there a way to get this type of information in the log file? I can see in the error log when a user is denied due to no available licenses - but I can't see how long users with the licenses taken have been idle, etc. Any thoughts or assistance would be appreciated. Thank you!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.