Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 32,694 for

saveoptions

(0.08 sec)
  1. Compress GLB File Formats via JAVA | products.a...

    Sample Java compression code for GLB file. Use this example code to compress GLB file within any Web or Desktop Java based application....file Create an instance of SaveOptions Call the Scene.Save method...

    products.aspose.com/3d/java/compression/glb/
  2. Compress 3DS File Formats via .NET | products.a...

    C# source code to load, render and Compress 3DS documents on .NET Framework, .NET Core, Mono....file Create an instance of SaveOptions Call the Scene.Save method...

    products.aspose.com/3d/net/compression/3ds/
  3. Rendering Resource Sheet View | Aspose.Tasks Do...

    Learn how to render resource sheet view of Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET....Define rendering options 7 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/net/rendering-resource-sh...
  4. EditableRangeEnd class | Aspose.Words for Node.js

    Aspose.Words.EditableRangeEnd class. Represents an end of an editable range in a Word document...(Inherited from Node ) toString(saveOptions) Exports the content of the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....toString() toString(SaveOptions saveOptions) Exports the content...image. ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose.word更新目录碰到跨页表格,目录页码显示错误 - Free Support F...

    [image] [image] [image]...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); saveOptions.setCo...

    forum.aspose.com/t/aspose-word/320899
  7. Aspose::Words::Saving::HtmlSaveOptions::get_Fon...

    Aspose::Words::Saving::HtmlSaveoptions::get_FontResourcesSubsettingSizeThreshold method. Controls which font resources need subsetting when saving to HTML, MHTML or EPUB. Default is %0 in C++....document to HTML, we can pass a SaveOptions object configure font subsetting...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Excel workbook saved as .docx having issues wit...

    Hi Guys I am facing a problem when saving an excel workbook as .docx. I am trying to convert the following 2 table’s that are present in the following workbook- check.zip (16.3 KB) One is having issues with it’s border…... flag); DocxSaveOptions saveOptions = new DocxSaveOptions();...workbook.Save("output.docx", saveOptions); Column Header Issues :...

    forum.aspose.com/t/excel-workbook-saved-as-docx...
  9. Rending Issue with MathType Equation OLE Object...

    I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…...Bitmap var saveOptions = new ImageSaveOptions(SaveFormat...gMode.ToString()}.png", saveOptions); var warnings = WarningCollector...

    forum.aspose.com/t/rending-issue-with-mathtype-...
  10. 與儲存在 SharePoint 的文件一起工作|Aspose.Words for .NET

    用C#將Word共享在SharePoint中的檔案轉換為PDF。 與儲存在 SharePoint 的檔案一起工作– 各種不同的輸入格式,包括 Word、OpenOffice、影像和電子書。...new MemoryStream (); var saveOptions = new PdfSaveOptions ();.... Save ( outputStream , saveOptions ); await client . UploadFile...

    docs.aspose.com/words/zh-hant/net/work-with-doc...