Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 167,347 for

diagram

(0.03 sec)
  1. How to make a straight connector when building ...

    Greetings All, I am a newbie trying to evaluate the project (doing proof of concept). I am building a new Diagram from scratch in code and I want the connectors that I create to be straight. This will create a connecto…...when building a new diagram Aspose.Diagram Product Family richardcromer...concept). I am building a new diagram from scratch in code and I...

    forum.aspose.com/t/how-to-make-a-straight-conne...
  2. Aspose diagram文本水平对齐 - 中文技术支持 - Free Support Fo...

    Diagram Diagram = new Diagram(); Page page = Diagram.getPages().get(0); String str = “1.that this is a complete and accurate\n” + “2.that there is no politically exposed person”; page.addText(1,1,5,3,str); Diagram.…...Aspose diagram文本水平对齐 中文技术支持 tumengzhu April 21, 2022, 10:24am...10:24am #1 Diagram diagram = new Diagram(); Page page = diagram.getPages()...

    forum.aspose.com/t/aspose-diagram/245178
  3. Convert Diagram to PDF - Network diagrams are n...

    Hello, I am using aspose.Diagram v6.7.0 to generate PDF of the attached visio file. In the PDF output, network Diagrams are not appearing correctly. Following code is used to generate the PDF output: Diagram dia…...Convert Diagram to PDF - Network diagrams are not appearing correctly...correctly in PDF Aspose.Diagram Product Family diagram-to-pdf Neha_Gautam...

    forum.aspose.com/t/convert-diagram-to-pdf-netwo...
  4. Why some diagram page can be duplicated and som...

    I have Diagrams that I’m working with and depending on the requirements, I need to duplicate a page. All my Diagrams have multiple pages and all the foreground pages have a background page, ‘Border’ page, associated to …...Why some diagram page can be duplicated and some can't using...using Page.Copy()? Aspose.Diagram Product Family ger.vue October 28...

    forum.aspose.com/t/why-some-diagram-page-can-be...
  5. 利用diagram生成组织架构树遇到的一些问题 - Free Support Forum - ...

    大家好: 我这边现在有一个需求,就是根据组织架构树(数据)生成一个组织架构图(visio格式),现在这边遇到的问题就是画图指定坐标的问题,目前需要手动一个一个算,而且层级越多,计算越复杂。主要是我这边现在也没有好的方式来计算每个节点对应的坐标(包含父节点)。然后还有一个问题就是使用动态连接线连接父子节点时,动态连接线不会自动转角。 请问下,Diagram for java是否有针对组织架构树生成的解决方案。主要是能够根据树结构,自动…...利用diagram生成组织架构树遇到的一些问题 中文技术支持 aspose-diagram bluestome May 21...线连接父子节点时,动态连接线不会自动转角。 请问下,diagram for java是否有针对组织架构树生成的解决方案。...

    forum.aspose.com/t/diagram/229809
  6. Unable to run the python Snippet provided here ...

    Screenshot (43).png (277.6 KB) Please check the screenshot attached for reference. I have installed the aspose-Diagram library, yet unable to run this function....aspose diagram Aspose.Diagram Product Family aspose-diagram vidhanbagdai...have installed the aspose-diagram library, yet unable to run...

    forum.aspose.com/t/unable-to-run-the-python-sni...
  7. "Specified method is not supported" error when ...

    I have tried these lines but it’s not work for me. visioDiagram = new Aspose.Diagram.Diagram(streamReader.BaseStream); and visioDiagram = new Aspose.Diagram.Diagram(streamReader.BaseStream,LoadFileFormat.Vdx); Blank …...file in Aspose Diagram using Stream Aspose.Diagram Product Family...visioDiagram = new Aspose.Diagram.Diagram(streamReader.BaseStream);...

    forum.aspose.com/t/specified-method-is-not-supp...
  8. Mismatch content and font file after converting...

    Hi, I’m using Aspose Diagram Net Core 21.9 to convert some vdx file to another format, but I’ve met an issue with output file. Sample code can be found here: samplecode.zip (539 Bytes) Sample file that mismatch conten…...using Aspose Diagram Net Core 21.9 Aspose.Diagram Product Family...4:40am #1 Hi, I’m using Aspose Diagram Net Core 21.9 to convert some...

    forum.aspose.com/t/mismatch-content-and-font-fi...
  9. Connector text is wrapping when drawing connect...

    Hi Team , Connector texts are being wrapped if the connector name (text) has more character . Can you please suggest me on what property should I code , so that the connector text looks better. image.png (9.1 KB) Belo…...through Aspose diagram api in Java Aspose.Diagram Product Family...Family aspose-diagram kishannavale September 28, 2021, 6:15am #1...

    forum.aspose.com/t/connector-text-is-wrapping-w...
  10. I convert a VSDX file to PDF and the Calibri fo...

    the code- String dataDir = Utils.getDataDir(); // Load VSD file Diagram visio = new Diagram(dataDir + fileId + "." + extension); visio.setFontDirs(new String[] {FONTS_PATH}); System.out.println(FONTS_PATH); Warnin…...Linux) aspose diagram version 23.6 Aspose.Diagram Product Family...// Load VSD file Diagram visio = new Diagram(dataDir + fileId...

    forum.aspose.com/t/i-convert-a-vsdx-file-to-pdf...