Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 155,631 for

2

(0.23 sec)
  1. Extract ttf from ttc file, missing PostScriptNa...

    On Mac, I need to extract a ttf file from a ttc. I use this code to do that. int collectionIndex = 0 TtcFontSource source = new TtcFontSource(fontPath); FontDefinition[] fds = source.GetFontDefinitions(); TtfFont ttfF…...loginov April 2, 2026, 3:08pm 2 @Whiletrue Thank you for...

    forum.aspose.com/t/extract-ttf-from-ttc-file-mi...
  2. X and Y axis labels are incorrectly rendered wh...

    Hi, When converting some charts from DOCX to PDF, we noticed rendered charts may have extra Y axis labels, and X axis labels are messed up. Code: var doc = new Document(@“.\test.docx”); doc.Save(@“.\out.pdf”); I’v…...Discourse July 10, 2025, 1:01pm 2 @ServerSide527 Hello, Thank you...vyacheslav.deryushev July 10, 2025, 2:11pm 3 @ServerSide527 We have...

    forum.aspose.com/t/x-and-y-axis-labels-are-inco...
  3. 在 PostScript 中使用转换 | C++

    Aspose.Page API 解决方案解答了如何在 PS 文件中转换内容的问题。了解如何在 C++ 中使用该功能... 2 System::String dataDir = RunE...No transformations ////////// 2 //Set paint in graphics state...

    docs.aspose.com/page/zh/cpp/ps/working-with-tra...
  4. Chart labels are rendered incorrectly when conv...

    Hi Aspose team, I’m trying to convert a range of cells in excel that contains a chart to an EMF image using the following code: //Load the Excel file Workbook workbook = new Workbook(dir + @"\Test_07312025\Chart_templa…...Discourse July 31, 2025, 4:38pm 2 @JThomas98 It sounds like you’re... amjad.sahi August 11, 2025, 2:14pm 8 @JThomas98 , Here you go...

    forum.aspose.com/t/chart-labels-are-rendered-in...
  5. Working with 7z Archives | Aspose.Zip Documenta...

    This guide provides comprehensive information on working with 7z archives and how to manage them effectively....7z" )) { 2 try (SevenZipArchive archive =...archive = new SevenZipArchive()) { 2 archive. createEntries ( "dataDir"...

    docs.aspose.com/zip/java/working-with-7z-archives/
  6. Opening older version of excel - Free Support F...

    Hi, I was wondering how come Aspose can't open older version of excel file like 95 or older. I kept on getting the following error from a set of files: This Excel files contains BIFF7(Excel95 or earlier file format) reco…...sahi May 20, 2010, 2:30am 2 Hi, Well, I am afraid, we...

    forum.aspose.com/t/opening-older-version-of-exc...
  7. 如何在智能标记中使用if参数和变量|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... 2. 对行为和操作的控制:参数微调智能标记的行为,实现分组、排序、小计和条件格式等操作。...: "director first 2" , "id" : "director id 2" , "LastName" : "director...

    docs.aspose.com/cells/zh/net/how-to-use-if-para...
  8. Table.FirstRow | Aspose.Words for .NET

    Discover the FirstRow property of tables, effortlessly access the first row node for streamlined data management and enhanced table functionality.... EqualTo ( 2 )); Shows how to combine the rows...FirstSection . Body . Tables [ 0 ]; // 2 - Using the "GetChild" method:...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Getting Barcode Region Information from the Ima...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....$point [ 2 ] -> x . ", Y = " . ( string ) $point [ 2 ] -> y ....

    docs.aspose.com/barcode/java/getting-barcode-re...
  10. CustomXmlPart | Aspose.Words for Java

    Represents a Custom XML Data Storage Part custom XML data within a package in Java....get(0)); // 2 - By GUID: Assert.assertEquals(xmlPart...getCustomXmlParts().getCount(), 2); // Iterate through the collection...

    reference.aspose.com/words/java/com.aspose.word...