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

saveoptions

(0.16 sec)
  1. Convert Financial Reports via .NET | products.a...

    C# code to convert Financial Reports in XBRL, iXBRL(inline xbrl) and OFX file fomats via .NET library.... Use the SaveOptions class for SaveFormat , to...

    products.aspose.com/finance/net/conversion/
  2. ImageColorMode | Aspose.Words for Java

    Specifies the color mode for the generated images of document pages in Java....an image, we can pass a SaveOptions object to // select a color...

    reference.aspose.com/words/java/com.aspose.word...
  3. Rendering Gantt Charts with Aspose.Tasks for Ja...

    Learn how to render Gantt charts from project files using Aspose.Tasks for Java, supporting various timescale resolutions....During Rendering If the SaveOptions.RollUpGanttBars property...on the Gantt chart.) If SaveOptions.RollUpGanttBars = false,...

    docs.aspose.com/tasks/java/rendering-gantt-chart/
  4. HtmlOfficeMathOutputMode Enum | Aspose.Words fo...

    Discover how Aspose.Words.Saving.HtmlOfficeMathOutputMode enhances OfficeMath export to HTML, MHTML, and EPUB for seamless document conversion....document to HTML, we can pass a SaveOptions object // to determine how...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Equation Line Breaking Issue - Sigma Symbol Inc...

    Description: When converting a DOCX file containing Office Math ML equations to PDF, Aspose.Words is incorrectly breaking single-line equations across multiple lines. Specifically, a summation sigma (Σ) symbol is being …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...PDF_17); saveOptions.setOptimizeOutput(false); saveOptions.setEmbedFullFonts(true);...

    forum.aspose.com/t/equation-line-breaking-issue...
  6. Vectorize Image or Text – C# code and Online Ve...

    Convert images or SVG text to vector graphics and save the output to an SVG file. Vectorize images or text online or in C#!...elements vectorization var saveOptions = new SVGSaveOptions { VectorizeText...document with specified saveOptions document.Save( "text_vectorized...

    products.aspose.com/svg/net/vectorization/
  7. Redactions Cause Text Shift If Words Are Differ...

    While messing around with redactions I noticed a bit of an issue happening when redacting a sentence with multiple word formats/colours. If the last word in a redaction box has a different colour to the first word after …...Document(filePath); var saveOptions = new Aspose.Words.Saving...Save(convertedFilePath, saveOptions); RedactDocument(convertedFilePath);...

    forum.aspose.com/t/redactions-cause-text-shift-...
  8. Aspose.words for java,保存pdf附件出现乱码 - Free Suppor...

    原始需求:将word转成pdf,同时将word中各种类型的附件也转成pdf并拼接到后面。 遇到问题:遇到pdf格式的附件保存后存在许多乱码页 部分代码: aspose-words: 24.11 aspose-cells: 25.1 OS: Oracle Linux Server 8.5 List<byte[]> attachmentPdfs = new ArrayList<>(); Document document = …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setCom...setCompliance(PdfCompliance.PDF_17); saveOptions.setUpdateFields(false); ...

    forum.aspose.com/t/aspose-words-for-java-pdf/32...
  9. Converting DOCX to PDF. Table width distortion ...

    Hi! The file “test.docx” was edited in a JS editor and saved as “test (after JS editor).docx”. Then, the file “test (after JS editor).docx” was converted to “test.pdf” using Aspose.Words. In “test.pdf”, the table widt…...Save as PDF PdfSaveOptions saveOptions = new PdfSaveOptions(); doc...doc.Save(@"test.pdf", saveOptions); // Java example import com...

    forum.aspose.com/t/converting-docx-to-pdf-table...
  10. 档案

    档案...Landscape; DiagramSaveOptions saveOptions = new DiagramSaveOptions()...diagram.Save("output.vsdx", saveOptions); } } public class Input...

    blog.aspose.com/zh/diagram/create-flowchart-csh...