Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 22,570 for

loadoptions

(0.18 sec)
  1. 关于CAD转PDF一个错位问题 - Free Support Forum - aspose.com

    1.png (3.0 KB) 1.png (3.0 KB) 图1为原始cad图纸,图2为转换pdf的效果:不知道为什么有两个标记错位了,但是也存在正确位置的标记,不知道问题出在哪里。下面zip为原始图纸 special.zip (188.4 KB) 我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); // 加载CAD…...加载CAD文件并设置指定的编码 LoadOptions loadOptions = new LoadOptions(); loadOptions...(CadImage)CadImage.load(inputFilePath,loadOptions); //重新计算仅包含可见部分的图像大小 cadImage...

    forum.aspose.com/t/cad-pdf/314511
  2. Aspose::Words::Loading::MarkdownLoadOptions::Ma...

    Aspose::Words::Loading::MarkdownLoadoptions::MarkdownLoadoptions constructor. Initializes a new instance of MarkdownLoadoptions class in C++....GetBytes ( mdText )); auto loadOptions = System :: MakeObject <...MarkdownLoadOptions > (); loadOptions -> set_PreserveEmptyLines...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...conversion: LoadOptions loadOptions = new LoadOptions(); loadOptions...workbook = new Workbook(is, loadOptions); workbook.save(os, format...

    forum.aspose.com/t/getting-nullpointerexception...
  4. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized using Aspose.Cells with C++....this by using the parameter LoadOptions.GetOnlyAuto() . Please refer...If you set the parameter LoadOptions.GetOnlyAuto() to true when...

    docs.aspose.com/cells/cpp/autofit-row-height/
  5. IDocumentProcessorPlugin.append method | Aspose...

    IDocumentProcessorPlugin.append method. Append the document loading it with the specified load options.... LoadOptions ): ... Parameter Type Description...input stream. load_options LoadOptions The document load options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Is this really Markdown? - Free Support Forum -...

    Hi Detect File Format function declares this file as Markdown, while Aspose Cells does not detect this same file as Markdown, and it’s part of an irrelevant file, so might fix the detection maybe? Thanks :slight_smile: …...the file (including any LoadOptions or FileFormatUtil.DetectFileFormat...g., Xlsx) LoadOptions loadOptions = new LoadOptions(LoadFormat...

    forum.aspose.com/t/is-this-really-markdown/317711
  7. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading an Excel workbook using Aspose.Cells with C++....not want to load VBA LoadOptions loadOptions ( LoadFormat :: Auto...LoadDataFilterOption :: VBA ); loadOptions . SetLoadFilter ( & loadFilter...

    docs.aspose.com/cells/cpp/filter-vba-project-wh...
  8. HtmlLoadOptions.SupportFontFaceRules | Aspose.W...

    Discover HtmlLoadoptions SupportFontFaceRules, control font loading with ease. Enhance your web design by enabling custom fonts for a polished look....HtmlLoadOptions loadOptions = new HtmlLoadOptions (); loadOptions . SupportFontFaceRules..."Html with FontFace.html" , loadOptions ); Assert . That ( doc ....

    reference.aspose.com/words/net/aspose.words.loa...
  9. RtfLoadOptions.RecognizeUtf8Text | Aspose.Words...

    Discover how the RtfLoadoptions RecognizeUtf8Text property preserves UTF-8 characters during import, ensuring accurate text representation and seamless integration.... RtfLoadOptions loadOptions = new RtfLoadOptions ();...that may occur in the text. loadOptions . RecognizeUtf8Text = recognizeUtf8Text...

    reference.aspose.com/words/net/aspose.words.loa...
  10. Shape conversion into image with same font diff...

    Hello, we found an issue with the conversion of the shape of the following docx. Smart objects - formatting issue (2).docx (24.1 KB) Our environment: Debian 12 Python 3.12 Aspose-Words - 25.7.0 Image after conversio…...Font Settings : Use the LoadOptions to pass the FontSettings...FontSettings LoadOptions loadOptions = new LoadOptions(); loadOptions...

    forum.aspose.com/t/shape-conversion-into-image-...