Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 16,781 for

true type

(0.08 sec)
  1. Incorrect Rendering of Marathi Text When Conver...

    Hello, We are using Aspose.Words for .NET v25.5 with a free trial license to generate PDF documents containing text in Marathi (Devanagari script). Issue Observed: When we generate the output as DOCX using Aspose.Wo…...the EmbedFullFonts property to true . This ensures that the entire...PdfSaveOptions(); options.EmbedFullFonts = true; doc.Save("output.pdf", options);...

    forum.aspose.com/t/incorrect-rendering-of-marat...
  2. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…...ContainerClass); //Add redifine folder Types//........ ageDict.Add("Address...GetAllOlmFolders(olmFilePath); string Type; for (int i = 0; i < folders...

    forum.aspose.com/t/code-olm-to-pst/324745
  3. Shapes in Charts with Node.js via C++|Documenta...

    Learn how to use Aspose.Cells for Node.js via C++ to add controls and customize charts in Microsoft Excel. This guide demonstrates how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....Chart" ); // Set the Placement Type, the way the Label is attached...contents. // textframe0.setAutoSize(true); // Set the font color. textbox0...

    docs.aspose.com/cells/nodejs-cpp/controls-in-ch...
  4. Manage Chart Data Series in Presentations in .N...

    Learn how to manage chart series in C# for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....which supports various fill types, color configurations, and other...a chart using your preferred type (such as ChartType.ClusteredColumn...

    docs.aspose.com/slides/net/chart-series/
  5. 使用 JavaScript 通过 C++ 管理 Excel 文件的公式|Documentation

    学习如何通过 C++ 版的 Script 管理 Excel 文件的公式。Aspose.Cells 可以轻松获取、设置和计算 Excel 公式。...Cells Example </ h1 > < input type = "file" id = "fileInput" accept...min.js" ></ script > < script type = "text/javascript" > const...

    docs.aspose.com/cells/zh/javascript-cpp/using-f...
  6. Replace Fields With Static Text in PHP|Aspose.W...

    Replace Fields With Static Text using PHP....any fields of the specified type found in the descendants of...getChildNodes ( NodeType . ANY , true )) //ExSkip assert (!( node...

    docs.aspose.com/words/java/replace-fields-with-...
  7. Cannot distinguish between borders explicitly s...

    Cannot distinguish between borders explicitly set to None and borders with the default None value in conditional style. Since a table cell inherits the properties of the table regions according to a defined order of pri…...TABLE, true); Table table = (Table) tables...getChildNodes(NodeType.TABLE, true); Table table = (Table) tables...

    forum.aspose.com/t/cannot-distinguish-between-b...
  8. Batch recognition via C# | Aspose

    Recognize images in ZIP archives....DetectAreasMode = DOCUMENT, AutoSkew = true and no any additional filters...Recognition result Property Type Description FileName String...

    products.aspose.com/ocr/net/recognition/recogni...
  9. Compare PDF documents|Aspose.PDF for .NET

    Since the 24.7 release, it's possible to compare PDF documents' content with annotation marks and side-by-side output...Options: ‘AdditionalChangeMark = true’ - this option ensures that...SideBySideComparison { AdditionalChangeMark = true , ComparisonMode = Aspose ....

    docs.aspose.com/pdf/net/compare-pdf-documents/
  10. Manage Text Boxes in Presentations Using JavaSc...

    Aspose.Slides for Node.js makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....); // Adds an AutoShape with type set as Rectangle var ashp =...the isTextBox property returns true . var presentation = new aspose...

    docs.aspose.com/slides/nodejs-java/manage-textbox/