Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 33,585 for

saveoptions

(0.23 sec)
  1. Aspose::Words::Saving::HtmlSaveOptions::get_Off...

    Aspose::Words::Saving::HtmlSaveoptions::get_OfficeMathOutputMode method. Controls how OfficeMath objects are exported to HTML, MHTML or EPUB. Default value is Image in C++....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Printing Project Files | Aspose.Tasks Documenta...

    Learn how to export Microsoft Project (MPP) files to separate image files using Aspose.Tasks for .NET with ImageSaveoptions and page settings....png" , (SaveOptions)options); 19 20 // Save project..."PrintProjectPagesToS_out.png" , (SaveOptions)options); Examples-CShar...

    docs.aspose.com/tasks/net/printing-project-page...
  3. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…... TxtSaveOptions saveOptions = new TxtSaveOptions { MaxCharactersPerLine...Save(@"C:\Temp\out.txt", saveOptions); Is it what you are looking...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  4. Public API Changes in Aspose.3D 2.1.0|Documenta...

    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....object Discreet3DSSaveOptio saveOpts = new Discreet3DSSaveOptio...name for duplicated names. saveOpts . DuplicatedNameCounte = 2...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. Extra Blank Column Appears in Pivot Table HTML ...

    Summary When converting an Excel workbook with a pivot table to HTML using Aspose.Cells for Node.js via Java, an unexpected blank column is appearing after the pivot table in the generated HTML output. Environment Libr…...HTML export options const saveOptions = new aspose.cells.HtmlSaveOptions();...HtmlSaveOptions(); saveOptions.setExportActiveWorks(true); saveOptions.setP...

    forum.aspose.com/t/extra-blank-column-appears-i...
  6. Conversion to pdf speed - Free Support Forum - ...

    Hi, We’re using several Aspose libraries to convert different file formats to pdf. Recently we’ve noticed that converting from .msg takes significantly longer than other formats. Please see the attached project - on sta…...Save(mhtmlStream, SaveOptions.DefaultMhtml); mhtmlStream...mailMessage.Save(pdfStream, SaveOptions.DefaultHtml); } var document...

    forum.aspose.com/t/conversion-to-pdf-speed/317520
  7. Reconstructing PDF -> HTML -> PDF - Free Suppor...

    Hi, I have a PDF file that I need to convert to HTML to translate the content. The extraction renders HTML and a number of jpeg files. I modify the HTML and replace the old HTML and try to reconstruct. However, the new …... I tried also without saveOptions and the code above. SD_Aspose...instance DocSaveOptions saveOptions = new DocSaveOptions(); //...

    forum.aspose.com/t/reconstructing-pdf-html-pdf/...
  8. 将 PDF 转换为不同的图像格式在 C#|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式,例如 TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...一般来说,我们使用两种方法:使用设备方法进行转换和使用 SaveOption 进行转换。本节将向您展示如何使用这些方法之一将 PDF...,您可以尝试探索其功能和工作质量。 使用 SaveOptions 类转换 PDF 本文的这一部分向您展示如何使用 C# 和 SaveOptions 类将 PDF...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-image...
  9. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project (MPP/XML) task usage views to PDF and other formats using Aspose.Tasks for .NET. Includes C# examples with Saveoptions, PresentationFormat, and Details column rendering....mpp" ); 2 3 // Define the SaveOptions with required TimeScale settings...settings as Days 4 SaveOptions options = new PdfSaveOptions();...

    docs.aspose.com/tasks/net/rendering-task-usage-...
  10. PDF to HTML to PDF conversion results in differ...

    Hello Aspose Team, I am working on a round-trip scenario where I convert a PDF to HTML, make a small edit in the HTML, and then convert it back to PDF. I’ve attached the following files for reference: Aspose.PDF issue…...pdf"); var saveOptions = new HtmlSaveOptions { SplitIntoPages...document.Save("test.html", saveOptions); DoSomeModifications();...

    forum.aspose.com/t/pdf-to-html-to-pdf-conversio...