Sort Score
Result 10 results
Languages All
Labels All
Results 5,551 - 5,560 of 15,942 for

true type

(0.14 sec)
  1. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...“OnePagePerSheet” property is set to true. PdfSaveOptions saveOptions...saveOptions.setOnePagePerSheet(true); You can also refer to the...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  2. Table.node_type property | Aspose.Words for Python

    Table.node_Type property. Returns [NodeType.TABLE](../../../aspose.words/nodeType/#TABLE)....node_type property Table.node_type property Returns NodeType...NodeType.TABLE . @property def node_type ( self ) -> aspose . words ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SvgSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.SvgSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Svg](../../aspose.words/saveformat/#Svg) format... exportGeneratorName When true , causes the name and version...produced files. Default value is true . (Inherited from SaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DoclingSaveOptions class | Aspose.Words for Nod...

    Aspose.Words.Saving.DoclingSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Docling](../../aspose.words/saveformat/#Docling) format...SaveOptions ) exportGeneratorName When true , causes the name and version...produced files. Default value is true . (Inherited from SaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Fonts::FontSubstitutionRule clas...

    Aspose::Words::Fonts::FontSubstitutionRule class. This is an abstract base class for the font substitution rule. To learn more, visit the documentation article in C++.... static Type () Examples Shows operating...if ( isLinuxOrMac ) { ASSERT_TRUE ( fontConfigSubstituti -> get_Enabled...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. SvgSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.SvgSaveOptions to enhance your document conversion to SVG format with customizable features for optimal results....ExportGeneratorName { get; set; } When true , causes the name and version...produced files. Default value is true . FitToViewPort { get; set;...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Convert PDF to EPUB, LaTeX, Text, XPS in C#|Asp...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using C# or .NET.... The XPS file type is primarily associated with...SaveTransparentTexts property to true. The following code snippet...

    docs.aspose.com/pdf/net/convert-pdf-to-other-fi...
  8. Aspose::Words::Loading::MarkdownLoadOptions cla...

    Aspose::Words::Loading::MarkdownLoadOptions class. Allows to specify additional options when loading Markdown document into a Document object in C++.... static Type () Examples Shows how to preserve...-> set_PreserveEmptyLines ( true ); auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. XData not showing up for pipe segment - Free Su...

    I am trying to extract all material from CADWorx models. I am on a trial right now to make sure everything works as expected before purchase. I noticed that on pipe segments its not loading the XData for CPD1. You can se…...StartsWith("*Model_Space") == true) { tableBlocks.Add(entity);...DataList[1].Value.ToString(); string type = cpd1.DataList[2].Value.ToString();...

    forum.aspose.com/t/xdata-not-showing-up-for-pip...
  10. Loading PDF file gets stuck when HTMLloadOption...

    Hi, I am facing issue opening some of the pdf files with the below code.The code stucks when htmlLoadOptions is passed but works file when only source is passed.The files are of small size within 2MB .Could some one sug…...Name and version, Application Type, JDK Version with us. Also,...false, IsRenderToSinglePage = true }; using (var htmlStream = new...

    forum.aspose.com/t/loading-pdf-file-gets-stuck-...